Advertisement
dubleeyrblxx

Team Change On Start -- Roblox

Jul 28th, 2020 (edited)
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.42 KB | None | 0 0
  1. local YourTeam = game.Teams.YourTeam -- Change YourTeam to your team, If your team has two words add () to your second "your team" Like (The Staff)
  2.  
  3. game.Players.PlayerAdded:Connect(function(plr)
  4.     if plr.Name == "Your Name" then -- Change Your Name to your roblox username, If you want multiple peoples name then make it ""Your Name" or "friends name" then"
  5.         plr.Team = Your Team -- Change Your Team to your team
  6.     end
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement