Player:RequestJoin
Player:RequestJoin(joinMode: string, accountGuid: Guid, playerGuid: Guid, playerName: string): bool | string
Parameters
Name | Type | Description |
---|---|---|
joinMode | string | |
accountGuid | Guid | |
playerGuid | Guid | |
playerName | string |
Returns
Type | Description |
---|---|
bool | string |
Example
Hooks:Install('Player:RequestJoin', 1, function(hook, joinMode, accountGuid, playerGuid, playerName)
-- Do stuff here.
end)
Last modified October 17, 2023: Update docs for 20056 (ba5f066e)