Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --SCP-096 Script by basstracker1970
- wait(1)
- Player = game:GetService("Players").LocalPlayer
- Character = Player.Character
- head = Player.Character.Head
- function Panic(position)
- print("lol")
- sound = Instance.new("Sound")
- sound.Name = "Rage"
- sound.SoundId = "rbxassetid://428467457"
- sound.Parent = game.Workspace
- sound:Play()
- Player.Character.Humanoid.WalkSpeed = 0
- wait(32)
- sound:Stop()
- Player.Character.Humanoid.WalkSpeed = 50
- rage = Instance.new("Sound")
- rage.SoundId = "rbxassetid://134147361"
- rage.Looped = true
- rage.Parent = game.Workspace
- rage:Play()
- Player.Character.Torso.Anchored = false
- Player.Character.Torso.Touched:connect(function(hit)
- rage:Stop()
- hit.Parent:BreakJoints()
- dead = Instance.new("Sound")
- dead.Name = "Rekt"
- dead.SoundId = "rbxassetid://948779227"
- dead.Parent = game.Workspace
- dead:Play()
- Player.Character.Humanoid.WalkSpeed = 50
- end)
- end
- if Panic(Player.Character.Head.Position + (Player.Character.Head.CFrame.lookVector*9)) then
- Panic()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement