Knockout/unconscious script

I’m trying to create like a knockout or unconscious animation but I don’t know how I would script it. How would I make it so that the player can’t move or do anything when they’re unconscious? I don’t need scripts, I just need ways to go about this. I thought about anchoring them, but I don’t know if that would work. I just want them to fall to the ground for a few seconds, and then get back up. How would I do this?

4 Likes

I think the simplest way to do this is to create a RagDoll state for the player which will make them fall down which is what most games do, then disable the ragdoll to make them get back up. To do this there are plenty of community resources that already do the complicated stuff for you:

Well to do this you have to disable what is making the player do anything like tools and make them unequip them that sort of thing.

1 Like