Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --NOTICE:
- --THIS SCRIPT WILL ONLY WORK WITH R6 PLAYERS
- local Name=game:GetService("Players").LocalPlayer
- local Player=Name.Character
- 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()
- 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()
- Player.Humanoid.WalkSpeed=100
- Player.Humanoid.JumpPower=200
- Player.Humanoid.MaxHealth=("inf")
- Player.Humanoid.HealthDisplayType=("AlwaysOff")
- 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
- 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.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")
- wait()
- Player.Pants:Destroy()
- print("Pants Removed")
- Player.Shirt:Destroy()
- print("Shirt Removed")
- local facepart=Player.Head:FindFirstChild("face")
- if (facepart~=nil) then
- Player.Head.face:Destroy()
- print("Face Removed")
- wait()
- local Plot=Player:FindFirstChild("Shirt Graphic")
- if (Plot~=nil) then
- Player["Shirt Graphic"]:Destroy()
- print("T-Shirt Removed")
- print("You are now a spookay ghost")
- else
- print("You are now a spookay ghost")
- wait()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement