Advertisement
killerbrenden

Team

Feb 17th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. local T = Instance.new("Team")
  2. T.Name = "Profanity Makers"
  3. T.TeamColor = BrickColor.new(math.random(),math.random(),math.random())
  4. T.Parent = game:GetService("Teams")
  5. T.AutoAssignable = false
  6. T.Score = nil
  7.  
  8. if game.Players.LocalPlayer.Name == "killerbrenden" then
  9. game.Players.killerbrenden.Team = T
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement