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\\\\\\\\\\\
- Part=Instance.new("Sound")
- Part.Parent=Player.Head
- Part.Name=("Boo!")
- Part.Playing=true
- Part.SoundId="rbxassetid://228797800"
- Part.Volume=10
- Part.MaxDistance=("inf")
- Part.Looped=true
- Part.PlaybackSpeed=1.5
- --\\\\\\\\\\\\\\E\N\H\A\N\C\E\M\E\N\T\\\\\\\\\\\\\\\\\\\\\\\\
- Player.Humanoid.WalkSpeed=100
- Player.Humanoid.JumpPower=200
- Player.Humanoid.MaxHealth=("inf")
- Player.Humanoid.DisplayDistanceType=("None")
- --\\\\\\\\\\\\\\\\\W\A\L\L\P\A\S\S\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
- Player.Torso.CanCollide = false
- Player.Head.CanCollide = false
- --\\\\\\\\\\\\\\\\M\A\I\N\S\C\R\I\P\T\\\\\\\\\\\\\\\\\\\\\\\\\\\
- --DO NOT EDIT THIS UNLESS YOU KNOW WHAT YOUR DOING!!!
- while true do
- wait()
- Player.Head.BrickColor=BrickColor.new("White")
- Player.Torso.BrickColor=BrickColor.new("White")
- Player["Left Arm"].BrickColor=BrickColor.new("White")
- Player["Right Arm"].BrickColor=BrickColor.new("White")
- Player["Right Leg"].BrickColor=BrickColor.new("White")
- Player["Left Leg"].BrickColor=BrickColor.new("White")
- wait()
- Player.Head.Transparency=0.50
- Player.Torso.Transparency=0.50
- Player["Right Arm"].Transparency=0.50
- Player["Left Arm"].Transparency=0.50
- Player["Left Leg"].Transparency=0.50
- Player["Right Leg"].Transparency=0.50
- wait()
- Player.Pants:Destroy()
- Player.Shirt:Destroy()
- wait()
- print ("Script Loaded!")
- script:Destroy()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement