Guys i can make how to teams? Im make a FPS game, sorry i dont know english ,just a bit
It would be like,
1 | local TeamService = game:GetService( "Teams" ) |
2 | local team = Instance.new( "Team" ) |
3 | team.Parent = TeamService. |
I hope this works.