Advertisement
RyanDaCoder

Dark Ghost

Jul 20th, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. game.Players.LocalPlayer.Character.Head.face.Texture = "http://www.roblox.com/asset/?id=928610036"
  2. game.Players.LocalPlayer.Character.Shirt:Destroy() - If you have Shirt keep, if you dont DELETE that line
  3. game.Players.LocalPlayer.Character.Pants:Destroy() - If You have Pants keep, if you dont DELETE that line
  4. game.Players.LocalPlayer.Character.Head.BrickColor = BrickColor.new("Really black")
  5. game.Players.LocalPlayer.Character.Torso.BrickColor = BrickColor.new("Really black")
  6. game.Players.LocalPlayer.Character['Left Arm'].BrickColor = BrickColor.new("Really black")
  7. game.Players.LocalPlayer.Character['Left Leg'].BrickColor = BrickColor.new("Really black")
  8. game.Players.LocalPlayer.Character['Right Arm'].BrickColor = BrickColor.new("Really black")
  9. game.Players.LocalPlayer.Character['Right Leg'].BrickColor = BrickColor.new("Really black")
  10. game.Players.LocalPlayer.Character.Head.Transparency = 0.2
  11. game.Players.LocalPlayer.Character.Torso.Transparency = 0.2
  12. game.Players.LocalPlayer.Character['Left Arm'].Transparency = 0.2
  13. game.Players.LocalPlayer.Character['Left Leg'].Transparency = 0.2
  14. game.Players.LocalPlayer.Character['Right Arm'].Transparency = 0.2
  15. game.Players.LocalPlayer.Character['Right Leg'].Transparency = 0.2
  16. function onTouched(part)
  17. part.Parent.Head:Destroy()
  18. end
  19. game.Players.LocalPlayer.Character.Torso.Touched:connect(onTouched)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement