Player:SelectTeam
Parameters
Name | Type | Description |
---|---|---|
player | Player | |
team | TeamId |
Example
Hooks:Install('Player:SelectTeam', 1, function(hook, player, team)
-- Do stuff here.
end)
Last modified April 27, 2020: Regenerate all API documentation (0b49d6be)