Advertisement
SpacecowboyHX

Roblox - The Ghost 7.0

Nov 7th, 2018
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 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. --\\\\\\\\\\\\\\\\\G\H\O\S\T\L\Y\W\H\I\S\P\E\R\I\N\G\\\\\\\\\\\
  8. Part=Instance.new("Sound")
  9. Part.Parent=Player.Head
  10. Part.Name=("Boo!")
  11. Part.Playing=true
  12. Part.SoundId="rbxassetid://228797800"
  13. Part.Volume=10
  14. Part.MaxDistance=("inf")
  15. Part.Looped=true
  16. Part.PlaybackSpeed=1.5
  17. --\\\\\\\\\\\\\\E\N\H\A\N\C\E\M\E\N\T\\\\\\\\\\\\\\\\\\\\\\\\
  18. Player.Humanoid.WalkSpeed=100
  19. Player.Humanoid.JumpPower=200
  20. Player.Humanoid.MaxHealth=("inf")
  21. Player.Humanoid.DisplayDistanceType=("None")
  22. --\\\\\\\\\\\\\\\\\W\A\L\L\P\A\S\S\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
  23. Player.Torso.CanCollide = false
  24. Player.Head.CanCollide = false
  25. --\\\\\\\\\\\\\\\\M\A\I\N\S\C\R\I\P\T\\\\\\\\\\\\\\\\\\\\\\\\\\\
  26. --DO NOT EDIT THIS UNLESS YOU KNOW WHAT YOUR DOING!!!
  27. while true do
  28. wait()
  29. Player.Head.BrickColor=BrickColor.new("White")
  30. Player.Torso.BrickColor=BrickColor.new("White")
  31. Player["Left Arm"].BrickColor=BrickColor.new("White")
  32. Player["Right Arm"].BrickColor=BrickColor.new("White")
  33. Player["Right Leg"].BrickColor=BrickColor.new("White")
  34. Player["Left Leg"].BrickColor=BrickColor.new("White")
  35. wait()
  36. Player.Head.Transparency=0.50
  37. Player.Torso.Transparency=0.50
  38. Player["Right Arm"].Transparency=0.50
  39. Player["Left Arm"].Transparency=0.50
  40. Player["Left Leg"].Transparency=0.50
  41. Player["Right Leg"].Transparency=0.50
  42. wait()
  43. Player.Pants:Destroy()
  44. Player.Shirt:Destroy()
  45. wait()
  46. print ("Script Loaded!")
  47. script:Destroy()
  48. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement