RobloxainPlayer

Blue button!

Mar 28th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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)
Add Comment
Please, Sign In to add comment