Advertisement
SpacecowboyHX

Roblox - The Ghost 10.0

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