Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.LocalPlayer.Character.Head.face.Texture = "http://www.roblox.com/asset/?id=928610036"
- game.Players.LocalPlayer.Character.Shirt:Destroy() - If you have Shirt keep, if you dont DELETE that line
- game.Players.LocalPlayer.Character.Pants:Destroy() - If You have Pants keep, if you dont DELETE that line
- game.Players.LocalPlayer.Character.Head.BrickColor = BrickColor.new("Really black")
- game.Players.LocalPlayer.Character.Torso.BrickColor = BrickColor.new("Really black")
- game.Players.LocalPlayer.Character['Left Arm'].BrickColor = BrickColor.new("Really black")
- game.Players.LocalPlayer.Character['Left Leg'].BrickColor = BrickColor.new("Really black")
- game.Players.LocalPlayer.Character['Right Arm'].BrickColor = BrickColor.new("Really black")
- game.Players.LocalPlayer.Character['Right Leg'].BrickColor = BrickColor.new("Really black")
- game.Players.LocalPlayer.Character.Head.Transparency = 0.2
- game.Players.LocalPlayer.Character.Torso.Transparency = 0.2
- game.Players.LocalPlayer.Character['Left Arm'].Transparency = 0.2
- game.Players.LocalPlayer.Character['Left Leg'].Transparency = 0.2
- game.Players.LocalPlayer.Character['Right Arm'].Transparency = 0.2
- game.Players.LocalPlayer.Character['Right Leg'].Transparency = 0.2
- function onTouched(part)
- part.Parent.Head:Destroy()
- end
- game.Players.LocalPlayer.Character.Torso.Touched:connect(onTouched)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement