Player:FindBestTeam
Parameters
Name | Type | Description |
---|---|---|
player | Player |
Returns
Type | Description |
---|---|
TeamId |
Example
Hooks:Install('Player:FindBestTeam', 1, function(hook, player)
-- Do stuff here.
end)
Last modified November 2, 2022: Update changelog for 19963 (9f161b98)