Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

What good resources I could use to accomplish a functioning R6 Ragdoll?

Asked by 4 years ago
Edited 4 years ago

I want to be as specific as possible, I do not see much resources on how to script a ragdoll and do texture blood splatters on the ground/walls or head whenever a player takes a specific amount of damage.

Most ones don't work well

  • Blood Effects
  • Body Stays Longer on Death.
  • Hit Sounds/bullet

EDIT: Ignore the blood effects I think that's kinda sick and messed up. Simple R6 Ragdoll would do.

1 answer

Log in to vote
0
Answered by
gloveshun 119
4 years ago

Simple Ragdoll:

game.Players.PlayerAdded:Connect(function(plr)
plr.Character.Humanoid.Sit = true
end)
0
i know you wanted a"Damage" locator script but im not want to script it for ya gloveshun 119 — 4y
Ad

Answer this question