View difference between Paste ID: YE0ZAYz2 and J3pKS7hQ
SHOW: | | - or go back to the newest paste.
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)