Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --NOTICE:
- --THIS SCRIPT WILL ONLY WORK WITH R6 PLAYERS
- --YOU MUST BE WEARING A SHIRT AND PANTS FOR THIS TO PROPERLY FUNCTION
- local Name = game.Workspace
- --\\\\\\\\\\\\\\\\\\\\\\S\E\T\T\I\N\G\S\\\\\\\\\\\\\\\\\\\\\\\\
- local Player = Name["Indencito"]--(Change to your name)
- --\\\\\\\\\\\\\\\\\G\H\O\S\T\L\Y\W\H\I\S\P\E\R\I\N\G\\\\\\\\\\\
- --DO NOT EDIT THIS ANY FURTHER UNLESS YOU KNOW WHAT YOUR DOING!!!
- Part = Instance.new("Sound")
- Part.Parent = Player.Head
- Part.Name = ("Boo!")
- Part.Playing = true
- Part.SoundId = "rbxassetid://228797800"
- Part.Volume = 10
- Part.MaxDistance = 40
- Part.Looped = true
- Part.PlaybackSpeed = 1.5
- --\\\\\\\\\\\\\\E\N\H\A\N\C\E\M\E\N\T\\\\\\\\\\\\\\\\\\\\\\\\
- Player.Humanoid.WalkSpeed = 60
- Player.Humanoid.JumpPower = 100
- --\\\\\\\\\\\\\\\\M\A\I\N\S\C\R\I\P\T\\\\\\\\\\\\\\\\\\\\\\\\\\\
- while true do
- wait(2)
- Player.Head.BrickColor = BrickColor.new("White")
- wait()
- Player.Torso.BrickColor = BrickColor.new("White")
- wait()
- Player["Left Arm"].BrickColor = BrickColor.new("White")
- wait()
- Player["Right Arm"].BrickColor = BrickColor.new("White")
- wait()
- Player["Right Leg"].BrickColor = BrickColor.new("White")
- wait()
- Player["Left Leg"].BrickColor = BrickColor.new("White")
- wait()
- Player.Head.Transparency = 0.50
- wait()
- Player.Torso.Transparency = 0.50
- wait()
- Player["Right Arm"].Transparency = 0.50
- wait()
- Player["Left Arm"].Transparency = 0.50
- wait()
- Player["Left Leg"].Transparency = 0.50
- wait()
- Player["Right Leg"].Transparency = 0.50
- wait()
- Player.Pants:Destroy()
- wait()
- Player.Shirt:Destroy()
- wait()
- print("You are now a ghost! Boo!")
- script:Destroy()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement