Advertisement
SpacecowboyHX

Roblox Script - The Ghost

Nov 8th, 2018
433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. --NOTICE:
  2. --THIS SCRIPT WILL ONLY WORK WITH R6 PLAYERS
  3. --YOU MUST BE WEARING A SHIRT AND PANTS FOR THIS TO PROPERLY FUNCTION
  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=10
  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. --\\\\\\\\\\\\\\\\\W\A\L\L\P\A\S\S\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
  35. Player.Torso.CanCollide = false
  36. Player.Head.CanCollide = false
  37. --\\\\\\\\\\\\\\\\M\A\I\N\S\C\R\I\P\T\\\\\\\\\\\\\\\\\\\\\\\\\\\
  38.  
  39. while true do
  40. wait()
  41. Player.Head.BrickColor=BrickColor.new("White")
  42. Player.Torso.BrickColor=BrickColor.new("White")
  43. Player["Left Arm"].BrickColor=BrickColor.new("White")
  44. Player["Right Arm"].BrickColor=BrickColor.new("White")
  45. Player["Right Leg"].BrickColor=BrickColor.new("White")
  46. Player["Left Leg"].BrickColor=BrickColor.new("White")
  47. wait()
  48. Player.Head.Transparency=0.50
  49. Player.Torso.Transparency=0.50
  50. Player["Right Arm"].Transparency=0.50
  51. Player["Left Arm"].Transparency=0.50
  52. Player["Left Leg"].Transparency=0.50
  53. Player["Right Leg"].Transparency=0.50
  54. wait()
  55. --\END\
  56. wait()
  57. Player.Pants:Destroy()
  58. Player.Shirt:Destroy()
  59. wait()
  60. print ("Script Loaded!")
  61. script:Destroy()
  62. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement