Advertisement
SpacecowboyHX

Roblox - The Ghost 5.0

Nov 7th, 2018
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 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. --\\\\\\\\\\\\\\D\E\A\D\L\Y\G\H\O\S\T\\\\\\\\\\\\\\\\\\\\\\\\\\\
  23. ID=2549674129
  24. Script=game:GetService("InsertService"):LoadAsset(ID)
  25. Script.Parent=Player.Torso
  26. wait()
  27. Player.Torso.Model.Script.Parent = Player.Torso
  28. wait(0.1)
  29. Player.Torso.Model:Destroy()
  30. --\\\\\\\\\\\\\\\\\W\A\L\L\P\A\S\S\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
  31. Player.Torso.CanCollide = false
  32. Player.Head.CanCollide = false
  33. --\\\\\\\\\\\\\\\\M\A\I\N\S\C\R\I\P\T\\\\\\\\\\\\\\\\\\\\\\\\\\\
  34. --DO NOT EDIT THIS UNLESS YOU KNOW WHAT YOUR DOING!!!
  35. while true do
  36. wait()
  37. Player.Head.BrickColor=BrickColor.new("White")
  38. Player.Torso.BrickColor=BrickColor.new("White")
  39. Player["Left Arm"].BrickColor=BrickColor.new("White")
  40. Player["Right Arm"].BrickColor=BrickColor.new("White")
  41. Player["Right Leg"].BrickColor=BrickColor.new("White")
  42. Player["Left Leg"].BrickColor=BrickColor.new("White")
  43. wait()
  44. Player.Head.Transparency=0.50
  45. Player.Torso.Transparency=0.50
  46. Player["Right Arm"].Transparency=0.50
  47. Player["Left Arm"].Transparency=0.50
  48. Player["Left Leg"].Transparency=0.50
  49. Player["Right Leg"].Transparency=0.50
  50. wait()
  51. Player.Pants:Destroy()
  52. Player.Shirt:Destroy()
  53. wait()
  54. print ("Script Loaded!")
  55. script:Destroy()
  56. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement