Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local plr = game.Players.LocalPlayer
- local color = BrickColor.new('Bright blue');
- script.Parent.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.TeamColor = color;
- game.Workspace[plr.name].Head:Destroy()
- end)
Add Comment
Please, Sign In to add comment