Advertisement
SpacecowboyHX

The Ghost 1.5

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