Advertisement
iijoj

ROBLOX Team Changer Button Script

Feb 20th, 2017
9,230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. local plr = game.Players.LocalPlayer
  2. local color = BrickColor.new('Bright blue');
  3.  
  4. script.Parent.MouseButton1Down:connect(function()
  5. game.Players.LocalPlayer.TeamColor = color;
  6. game.Workspace[plr.name].Head:Destroy()
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement