Advertisement
memberhero

scp-096 script

Nov 27th, 2017
9,196
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 1 0
  1. --SCP-096 Script by basstracker1970
  2. wait(1)
  3. Player = game:GetService("Players").LocalPlayer
  4. Character = Player.Character
  5. head = Player.Character.Head
  6. function Panic(position)
  7. print("lol")
  8. sound = Instance.new("Sound")
  9. sound.Name = "Rage"
  10. sound.SoundId = "rbxassetid://428467457"
  11. sound.Parent = game.Workspace
  12. sound:Play()
  13. Player.Character.Humanoid.WalkSpeed = 0
  14. wait(32)
  15. sound:Stop()
  16. Player.Character.Humanoid.WalkSpeed = 50
  17. rage = Instance.new("Sound")
  18. rage.SoundId = "rbxassetid://134147361"
  19. rage.Looped = true
  20. rage.Parent = game.Workspace
  21. rage:Play()
  22. Player.Character.Torso.Anchored = false
  23. Player.Character.Torso.Touched:connect(function(hit)
  24. rage:Stop()
  25. hit.Parent:BreakJoints()
  26. dead = Instance.new("Sound")
  27. dead.Name = "Rekt"
  28. dead.SoundId = "rbxassetid://948779227"
  29. dead.Parent = game.Workspace
  30. dead:Play()
  31. Player.Character.Humanoid.WalkSpeed = 50
  32. end)
  33. end
  34. if Panic(Player.Character.Head.Position + (Player.Character.Head.CFrame.lookVector*9)) then
  35. Panic()
  36. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement