Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local li = game:GetService("Lighting")
- local ply = game:GetService("Players").LocalPlayer
- local keyword = "シュガーり・サフロン"
- local tm = game:GetService("Teams"):FindFirstChild(keyword)
- if tm == nil then
- tm = Instance.new("Team",game:GetService("Teams"))
- tm.Name = keyword
- tm.TeamColor = BrickColor.new("Alder")
- end
- ply.Team = tm
- ply.TeamColor = tm.TeamColor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement