Advertisement
SpacecowboyHX

The Ghost REMASTERED

Nov 20th, 2018
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. local person=game:GetService("Players").LocalPlayer
  2. local Player=person.Character
  3. local Shirt=Player:FindFirstChild("Shirt")
  4. local Halfway=0.50
  5. if (Shirt~=nil) then
  6. Player.Shirt:Destroy()
  7. print("Shirt Removed")
  8. end
  9. local TShirt=Player:FindFirstChild("Shirt Graphic")
  10. if (TShirt~=nil) then
  11. Player["Shirt Graphic"]:Destroy()
  12. print("T-Shirt Removed")
  13. end
  14. local Pants=Player:FindFirstChild("Pants")
  15. if (Pants~=nil) then
  16. Player.Pants:Destroy()
  17. print("Pants Removed")
  18. end
  19. local ono=Instance.new("Decal")
  20. ono.Parent=Player.Head
  21. ono.Face=("Front")
  22. ono.Name=("face2")
  23. ono.Texture="rbxassetid://36544324"
  24. Player.Head.face:Destroy()
  25. wait()
  26. Player.Head.BrickColor=BrickColor.new("White")
  27. Player.Torso.BrickColor=BrickColor.new("White")
  28. Player["Left Arm"].BrickColor=BrickColor.new("White")
  29. Player["Right Arm"].BrickColor=BrickColor.new("White")
  30. Player["Right Leg"].BrickColor=BrickColor.new("White")
  31. Player["Left Leg"].BrickColor=BrickColor.new("White")
  32. wait()
  33. Player.Torso.Transparency=Halfway
  34. Player.Head.Transparency=Halfway
  35. Player["Left Arm"].Transparency=Halfway
  36. Player["Right Arm"].Transparency=Halfway
  37. Player["Right Leg"].Transparency=Halfway
  38. Player["Left Leg"].Transparency=Halfway
  39. local Sound=Instance.new("Sound")
  40. Sound.SoundId="rbxassetid://182390761"
  41. Sound.Volume=10
  42. Sound.Parent=Player.Head
  43. Sound.Playing=true
  44. local v=Instance.new("Sound")
  45. v.Parent=Player.Head
  46. v.MaxDistance=40
  47. v.Volume=5
  48. v.SoundId="rbxassetid://1787893952"
  49. function onTouch()
  50. v.Playing=true
  51. wait(1)
  52. v.Playing=false
  53. end
  54. Player.Animation.idle.Animation2:Destroy()
  55. Player.Animation.idle.Animation1.AnimationId="rbxassetid://2585771821"
  56. Player.Animation.walking.Animation2:Destroy()
  57. Player.Animation.walking.Animation1.AnimationId="rbxassetid://2325492084"
  58. Player.Torso.Touched:Connect(onTouch)
  59. Player.Humanoid.MaxHealth=("inf")
  60. Player.Humanoid.HealthDisplayType=("AlwaysOff")
  61. Player.Humanoid.WalkSpeed=100
  62. Player.Humanoid.JumpPower=200
  63. function onTouch(hit)
  64. local human=hit.Parent:FindFirstChild("Humanoid")
  65. if (human~=nil) then
  66. hit.Parent:BreakJoints()
  67. end
  68. end
  69. Player.Torso.Touched:Connect(onTouch)
  70. g=Instance.new("SurfaceLight")
  71. g.Parent=Player.Torso
  72. g.Angle=180
  73. g.Brightness=10
  74. g.Color=Color3.new(255,255,255)
  75. g.Face=("Top")
  76. g.Range=60
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement