#Ragdoll Movements like Ragdoll universe
1 messages · Page 1 of 1 (latest)
Just make their arms and legs ragdoll
I tried and replaced all the motor6d parts to ballsocket but idk how to get the torso also ragdolled
** You are now Level 9! **
yeah that worked but now im wondering how to keep it standing but not flying
Anchor root or make limbs no collide maybe
ill try it out. but yk the flying thign im talkin bout right?
Yes my game has ragdolls too
tried but last solution i kinda js not ragdolled the legs and it wont fly anymore lol
Fire
yo one more quick question the ragdoll breaks upon dying i disabled breakjoints upon death but it still does it
am I missing something?
humanoid.RequiresNeck = false
prob
i set that up in a local script in startercharacterscripts still breaks my joints when I reset or die
Cant do it on local
wait what humanoid settings isnt for like each local player?
It is, but think of a local script as things that it doesnt matter if the client changes it, like gui will only hurt the client if they change it.
So in this instance the properties of humanoids are protected by the server, as they are used by the server, otherwise an exploiter could change peoples health to 0.
So you must change it on the server
ooo right gotcha. but will a server script work inside of startercharacterscript?
Yes! Starter character scripts just puts the script under the character. So in the server script you can still call for character using script.Parent