Advertisement
Guest User

RAGDOLL ROBLOX SCRIPT press r or t

a guest
Jul 20th, 2018
19,229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. hit = Instance.new("Sound", game.Players.LocalPlayer.Character.Torso)
  2. hit.SoundId = "rbxassetid://260430060"
  3. hit.Volume = 5
  4. hit1 = Instance.new("Sound", game.Players.LocalPlayer.Character.Torso)
  5. hit1.SoundId = "rbxassetid://138087186"
  6. hit1.Volume = 5
  7. hit2 = Instance.new("Sound", game.Players.LocalPlayer.Character.Torso)
  8. hit2.SoundId = "rbxassetid://131237241"
  9. hit2.Volume = 5
  10. hit3 = Instance.new("Sound", game.Players.LocalPlayer.Character.Torso)
  11. hit3.SoundId = "rbxassetid://278062209"
  12. hit3.Volume = 5
  13. hit3.TimePosition = 0.33
  14. print("Press R to ragdollify")
  15. function respawn(key)
  16. key = key:lower()
  17. if key == "t" then
  18. if ragdolling then
  19. ragdolling = false
  20. lshclone.Parent = game.Players.LocalPlayer.Character.Torso
  21. glue:destroy()
  22. rshclone.Parent = game.Players.LocalPlayer.Character.Torso
  23. glue1:destroy()
  24. lhclone.Parent = game.Players.LocalPlayer.Character.Torso
  25. glue11:destroy()
  26. rhclone.Parent = game.Players.LocalPlayer.Character.Torso
  27. glue111:destroy()
  28. collider:destroy()
  29. collider1:destroy()
  30. collider11:destroy()
  31. collider111:destroy()
  32. sensoring:destroy()
  33. sensoring1:destroy()
  34. game.Players.LocalPlayer.Character.Torso.SpotLight:destroy()
  35. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  36. end
  37. end
  38. end
  39. mouse.KeyDown:connect(respawn)
  40. function ragdoll(key)
  41. key = key:lower()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement