Advertisement
KashTheKingYT

Team Script

Nov 9th, 2021
964
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. game.ReplicatedStorage.JoinTeam.OnServerEvent:Connect(function(plr, team)
  2.     plr.Team = game.Teams[team]
  3.     plr:LoadCharacter()
  4.     plr.PlayerGui.Interface.ChooseSpawn:Destroy()
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement