Advertisement
SheeityArtist

dasdasq

Jan 6th, 2018
452
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. local li = game:GetService("Lighting")
  2. local ply = game:GetService("Players").LocalPlayer
  3. local keyword = "シュガーり・サフロン"
  4. local tm = game:GetService("Teams"):FindFirstChild(keyword)
  5. if tm == nil then
  6. tm = Instance.new("Team",game:GetService("Teams"))
  7. tm.Name = keyword
  8. tm.TeamColor = BrickColor.new("Alder")
  9. end
  10. ply.Team = tm
  11. ply.TeamColor = tm.TeamColor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement