Advertisement
SpacecowboyHX

Roblox - The spookay ghost 0.1

Nov 19th, 2018
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. --NOTICE:
  2. --THIS SCRIPT WILL ONLY WORK WITH R6 PLAYERS
  3. local Name=game:GetService("Players").LocalPlayer
  4. local Player=Name.Character
  5. Boo=Instance.new("Sound")
  6. Boo.Parent=Player.Head
  7. Boo.SoundId=("rbxassetid://497732389")
  8. Boo.Volume=2
  9. Boo.MaxDistance=40
  10. Boo.Playing=true
  11. Boo.Name=("Boo")
  12. Boo.Looped=true
  13. wait()
  14. Part=Instance.new("Sound")
  15. Part.Parent=Player.Head
  16. Part.Name=("Boo!")
  17. Part.Playing=true
  18. Part.SoundId="rbxassetid://978481547"
  19. Part.Volume=10
  20. Part.MaxDistance=999999999999999999999999
  21. Part.Looped=true
  22. Part.PlaybackSpeed=1.5
  23. wait()
  24. Player.Humanoid.WalkSpeed=100
  25. Player.Humanoid.JumpPower=200
  26. Player.Humanoid.MaxHealth=("inf")
  27. Player.Humanoid.HealthDisplayType=("AlwaysOff")
  28. g=Instance.new("SurfaceLight")
  29. g.Parent=Player.Torso
  30. g.Angle=180
  31. g.Brightness=10
  32. g.Color=Color3.new(255,0,0)
  33. g.Face=("Top")
  34. g.Range=60
  35. wait()
  36. Player.Head.BrickColor=BrickColor.new("White")
  37. Player.Torso.BrickColor=BrickColor.new("White")
  38. Player["Left Arm"].BrickColor=BrickColor.new("White")
  39. Player["Right Arm"].BrickColor=BrickColor.new("White")
  40. Player["Right Leg"].BrickColor=BrickColor.new("White")
  41. Player["Left Leg"].BrickColor=BrickColor.new("White")
  42. wait()
  43. Player.Head.Transparency=0.80
  44. Player.Torso.Transparency=0.80
  45. Player["Right Arm"].Transparency=0.80
  46. Player["Left Arm"].Transparency=0.80
  47. Player["Left Leg"].Transparency=0.80
  48. Player["Right Leg"].Transparency=0.80
  49. wait()
  50. Player.Head.Material=("Neon")
  51. Player.Torso.Material=("Neon")
  52. Player["Left Arm"].Material=("Neon")
  53. Player["Left Leg"].Material=("Neon")
  54. Player["Right Leg"].Material=("Neon")
  55. Player["Right Arm"].Material=("Neon")
  56. wait()
  57. Player.Pants:Destroy()
  58. print("Pants Removed")
  59. Player.Shirt:Destroy()
  60. print("Shirt Removed")
  61. local facepart=Player.Head:FindFirstChild("face")
  62. if (facepart~=nil) then
  63. Player.Head.face:Destroy()
  64. print("Face Removed")
  65. wait()
  66. local Plot=Player:FindFirstChild("Shirt Graphic")
  67. if (Plot~=nil) then
  68. Player["Shirt Graphic"]:Destroy()
  69. print("T-Shirt Removed")
  70. print("You are now a spookay ghost")
  71. else
  72. print("You are now a spookay ghost")
  73. wait()
  74. end
  75. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement