Advertisement
SpacecowboyHX

Roblox - The Ghost 4.0

Nov 7th, 2018
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 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 = 40
  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 = 60
  19. Player.Humanoid.JumpPower = 100
  20. Player.Humanoid.MaxHealth = ("inf")
  21. Player.Humanoid.DisplayDistanceType = ("None")
  22. --\\\\\\\\\\\\\\\\M\A\I\N\S\C\R\I\P\T\\\\\\\\\\\\\\\\\\\\\\\\\\\
  23. --DO NOT EDIT THIS UNLESS YOU KNOW WHAT YOUR DOING!!!
  24. while true do
  25. wait(2)
  26. Player.Head.BrickColor = BrickColor.new("White")
  27. wait()
  28. Player.Torso.BrickColor = BrickColor.new("White")
  29. wait()
  30. Player["Left Arm"].BrickColor = BrickColor.new("White")
  31. wait()
  32. Player["Right Arm"].BrickColor = BrickColor.new("White")
  33. wait()
  34. Player["Right Leg"].BrickColor = BrickColor.new("White")
  35. wait()
  36. Player["Left Leg"].BrickColor = BrickColor.new("White")
  37. wait()
  38. Player.Head.Transparency = 0.50
  39. wait()
  40. Player.Torso.Transparency = 0.50
  41. wait()
  42. Player["Right Arm"].Transparency = 0.50
  43. wait()
  44. Player["Left Arm"].Transparency = 0.50
  45. wait()
  46. Player["Left Leg"].Transparency = 0.50
  47. wait()
  48. Player["Right Leg"].Transparency = 0.50
  49. wait()
  50. Player.Pants:Destroy()
  51. wait()
  52. Player.Shirt:Destroy()
  53. wait()
  54. print("You are now a ghost! Boo!")
  55. script:Destroy()
  56. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement