Advertisement
SpacecowboyHX

Roblox - The Ghost 8.0

Nov 7th, 2018
548
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 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. print("Roblox - The Ghost by Indencito")
  5. local Name=game.Workspace
  6. --\\\\\\\\\\\\\\\\\\\\\\S\E\T\T\I\N\G\S\\\\\\\\\\\\\\\\\\\\\\\\
  7. local Player=Name["Indencito"]--(Change to your name)
  8. --\\\\\\\\\\\\\\\\\G\H\O\S\T\L\Y\W\H\I\S\P\E\R\I\N\G\\\\\\\\\\\
  9. Part=Instance.new("Sound")
  10. Part.Parent=Player.Head
  11. Part.Name=("Boo!")
  12. Part.Playing=true
  13. Part.SoundId="rbxassetid://228797800"
  14. Part.Volume=10
  15. Part.MaxDistance=("inf")
  16. Part.Looped=true
  17. Part.PlaybackSpeed=1.5
  18. wait()
  19. --\\\\\\\\\\\\N\A\M\E\T\A\G\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
  20. Text=Instance.new("BillboardGui")
  21. Text.Parent=Player.Head
  22. Text.Enabled=true
  23. Text.Adornee=Player.Head
  24. wait(0.1)
  25. Tox=Instance.new("TextBox")
  26. Tox.Parent=Player.Head.BillboardGui
  27. Tox.BackgroundTransparency=1
  28. Tox.Font=("Arcade")
  29. Tox.TextStrokeTransparency=0
  30. Tox.TextSize=60
  31. --\\\\\\\\\\\\\\E\N\H\A\N\C\E\M\E\N\T\\\\\\\\\\\\\\\\\\\\\\\\
  32. Player.Humanoid.WalkSpeed=100
  33. Player.Humanoid.JumpPower=200
  34. Player.Humanoid.MaxHealth=("inf")
  35. Player.Humanoid.DisplayDistanceType=("None")
  36. --\\\\\\\\\\\\\\\\\W\A\L\L\P\A\S\S\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
  37. Player.Torso.CanCollide = false
  38. Player.Head.CanCollide = false
  39. --\\\\\\\\\\\\\\\\M\A\I\N\S\C\R\I\P\T\\\\\\\\\\\\\\\\\\\\\\\\\\\
  40. --DO NOT EDIT THIS UNLESS YOU KNOW WHAT YOUR DOING!!!
  41. while true do
  42. wait()
  43. Player.Head.BrickColor=BrickColor.new("White")
  44. Player.Torso.BrickColor=BrickColor.new("White")
  45. Player["Left Arm"].BrickColor=BrickColor.new("White")
  46. Player["Right Arm"].BrickColor=BrickColor.new("White")
  47. Player["Right Leg"].BrickColor=BrickColor.new("White")
  48. Player["Left Leg"].BrickColor=BrickColor.new("White")
  49. wait()
  50. Player.Head.Transparency=0.50
  51. Player.Torso.Transparency=0.50
  52. Player["Right Arm"].Transparency=0.50
  53. Player["Left Arm"].Transparency=0.50
  54. Player["Left Leg"].Transparency=0.50
  55. Player["Right Leg"].Transparency=0.50
  56. --\END\
  57. wait()
  58. Player.Pants:Destroy()
  59. Player.Shirt:Destroy()
  60. wait()
  61. print ("Script Loaded!")
  62. script:Destroy()
  63. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement