Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --NOTICE:
- --THIS SCRIPT WILL ONLY WORK WITH R6 PLAYERS
- --ONE LAST THING, THIS SCRIPT WILL WORK BETTER WHEN YOU ARENT WEARING ANY HATS
- local Name=game.Workspace
- --\\\\\\\\\\\\\\\\\\\\\\S\E\T\T\I\N\G\S\\\\\\\\\\\\\\\\\\\\\\\\
- local Player=Name["Indencito"]--(Change to your name)
- --DO NOT EDIT THIS ANY FURTHER UNLESS YOU KNOW WHAT YOUR DOING!!!
- --\\\\\\\\\\\\\\S\C\A\R\E\O\N\T\O\U\C\H\\\\\\\\\\\\\\\\\\\\\\\\\\
- Boo=Instance.new("Sound")
- Boo.Parent=Player.Head
- Boo.SoundId=("rbxassetid://497732389")
- Boo.Volume=2
- Boo.MaxDistance=40
- Boo.Playing=true
- Boo.Name=("Boo")
- Boo.Looped=true
- wait()
- --\\\\\\\\\\\\\\\\\G\H\O\S\T\L\Y\A\D\R\E\N\A\L\I\N\\\\\\\\\\\
- Part=Instance.new("Sound")
- Part.Parent=Player.Head
- Part.Name=("Boo!")
- Part.Playing=true
- Part.SoundId="rbxassetid://978481547"
- Part.Volume=10
- Part.MaxDistance=999999999999999999999999
- Part.Looped=true
- Part.PlaybackSpeed=1.5
- wait()
- --\\\\\\\\\\\\\\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.HealthDisplayType=("AlwaysOff")
- --\\\\\\\\\\\\\\\\\S\P\O\T\L\I\G\H\T\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
- g=Instance.new("SurfaceLight")
- g.Parent=Player.Torso
- g.Angle=180
- g.Brightness=10
- g.Color=Color3.new(255,0,0)
- g.Face=("Top")
- g.Range=60
- --\\\\\\\\\\\\\\\\M\A\I\N\S\C\R\I\P\T\\\\\\\\\\\\\\\\\\\\\\\\\\\
- 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.80
- Player.Torso.Transparency=0.80
- Player["Right Arm"].Transparency=0.80
- Player["Left Arm"].Transparency=0.80
- Player["Left Leg"].Transparency=0.80
- Player["Right Leg"].Transparency=0.80
- wait()
- Player.Head.face:Destroy()
- Player.Head.Material=("Neon")
- Player.Torso.Material=("Neon")
- Player["Left Arm"].Material=("Neon")
- Player["Left Leg"].Material=("Neon")
- Player["Right Leg"].Material=("Neon")
- Player["Right Arm"].Material=("Neon")
- --\END\
- wait()
- Player.Pants:Destroy()
- print("Pants Removed")
- Player.Shirt:Destroy()
- print("Shirt Removed")
- Player["Shirt Graphic"]:Destroy()
- print("T-Shirt Removed")
- wait()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement