Advertisement
SpacecowboyHX

The Ghost 1.6

Nov 9th, 2018
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. --NOTICE:
  2. --THIS SCRIPT WILL ONLY WORK WITH R6 PLAYERS
  3. local Name=game:GetService("Players").LocalPlayer
  4. local Player=Name.Character
  5. --\\\\\\\\\\\\\\S\C\A\R\E\O\N\T\O\U\C\H\\\\\\\\\\\\\\\\\\\\\\\\\\
  6. Boo=Instance.new("Sound")
  7. Boo.Parent=Player.Head
  8. Boo.SoundId=("rbxassetid://497732389")
  9. Boo.Volume=2
  10. Boo.MaxDistance=40
  11. Boo.Playing=true
  12. Boo.Name=("Boo")
  13. Boo.Looped=true
  14. wait()
  15. --\\\\\\\\\\\\\\\\\G\H\O\S\T\L\Y\A\D\R\E\N\A\L\I\N\\\\\\\\\\\
  16. Part=Instance.new("Sound")
  17. Part.Parent=Player.Head
  18. Part.Name=("Boo!")
  19. Part.Playing=true
  20. Part.SoundId="rbxassetid://978481547"
  21. Part.Volume=10
  22. Part.MaxDistance=999999999999999999999999
  23. Part.Looped=true
  24. Part.PlaybackSpeed=1.5
  25. wait()
  26. --\\\\\\\\\\\\\\E\N\H\A\N\C\E\M\E\N\T\\\\\\\\\\\\\\\\\\\\\\\\
  27. Player.Humanoid.WalkSpeed=100
  28. Player.Humanoid.JumpPower=200
  29. Player.Humanoid.MaxHealth=("inf")
  30. Player.Humanoid.HealthDisplayType=("AlwaysOff")
  31. --\\\\\\\\\\\\\\\\\S\P\O\T\L\I\G\H\T\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
  32. g=Instance.new("SurfaceLight")
  33. g.Parent=Player.Torso
  34. g.Angle=180
  35. g.Brightness=10
  36. g.Color=Color3.new(255,0,0)
  37. g.Face=("Top")
  38. g.Range=60
  39. --\\\\\\\\\\\\\\\\M\A\I\N\S\C\R\I\P\T\\\\\\\\\\\\\\\\\\\\\\\\\\\
  40.  
  41. while true do
  42. wait()
  43. Player.Head.BrickColor=BrickColor.new("White")
  44. Player.Torso.BrickColor=BrickColor.new("White")
  45. Player["Left Arm"].BrickColor=BrickColor.new("White")
  46. Player["Right Arm"].BrickColor=BrickColor.new("White")
  47. Player["Right Leg"].BrickColor=BrickColor.new("White")
  48. Player["Left Leg"].BrickColor=BrickColor.new("White")
  49. wait()
  50. Player.Head.Transparency=0.80
  51. Player.Torso.Transparency=0.80
  52. Player["Right Arm"].Transparency=0.80
  53. Player["Left Arm"].Transparency=0.80
  54. Player["Left Leg"].Transparency=0.80
  55. Player["Right Leg"].Transparency=0.80
  56. wait()
  57. Player.Head.face:Destroy()
  58. Player.Head.Material=("Neon")
  59. Player.Torso.Material=("Neon")
  60. Player["Left Arm"].Material=("Neon")
  61. Player["Left Leg"].Material=("Neon")
  62. Player["Right Leg"].Material=("Neon")
  63. Player["Right Arm"].Material=("Neon")
  64. --\END\
  65. wait()
  66. Player.Pants:Destroy()
  67. print("Pants Removed")
  68. Player.Shirt:Destroy()
  69. print("Shirt Removed")
  70. Player["Shirt Graphic"]:Destroy()
  71. print("T-Shirt Removed")
  72. wait()
  73. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement