Advertisement
DenisPitu06_YT

SCP 096

Sep 10th, 2019
471
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. local p = game.Players.LocalPlayer
  2. local c = p.Character
  3. local ch = c.Humanoid
  4. local db = true
  5. local sound = Instance.new("Sound", c)
  6. sound.SoundId = "rbxassetid://132476475"
  7. sound:Play()
  8. local sound2 = Instance.new("Sound", c)
  9. sound2.SoundId = "rbxassetid://132820284"
  10. local sound3 = Instance.new("Sound", c)
  11. sound3.SoundId = "rbxassetid://343430735"
  12.  
  13. h.WalkSpeed = 2
  14. h.JumpPower = 140
  15. c.Head.BrickColor = BrickColor.new("White")
  16. c.Torso.BrickColor = BrickColor.new("White")
  17. c["Left Arm"].BrickColor = BrickColor.new("White")
  18. c["Left Leg"].BrickColor = BrickColor.new("White")
  19. c["Right Arm"].BrickColor = BrickColor.new("White")
  20. c["Right Leg"].BrickColor = BrickColor.new("White")
  21. c.Torso.Touched:connect(function(hit)
  22. if db == true then
  23. db = false
  24. ch.WalkSpeed = 0
  25. sound:Stop()
  26. sound2:Play()
  27. wait(10)
  28. sound3:Play()
  29. c.Torso.Touched:connect(function(hit)
  30. hit.Parent:BreakJoints()
  31. end)
  32. end
  33. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement