Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How do I add a player to a team via script so that its team is visible server-side?

Asked by 3 years ago

How do I add a player to a team via script so that its team is visible server-side?

0
Elaborate please. ifreakinlostmyacount 52 — 3y

1 answer

Log in to vote
0
Answered by 3 years ago
local player = --the player that you want to change teams
player.Team = game.Teams.redteam--name of the team that you want them to change to ex:redteam
Ad

Answer this question