First of all, I’ve been using the same rig for months, haven’t experienced the issue.
Recently I’ve been doing some testing on my game and I’ve encountered the problem stated below.
Whenever I actually Reset my character, he respawns in seconds (I’ve changed the respawn time to 0.)
But whenever I actually fall of the baseplate or map, my character kind of dies, but he gets stuck. The
only thing I could do at that moment is to move my camera around. (never respawns unless I reset)
That only happens with my Game-Rig, not with an actual Roblox character( as stated above the character has no issues whatsoever since this happened recently.)
This is what happens with my Roblox character:
And this is what happens with my rig:
This is also the character, showing that I don’t have any script or weird things inside of it.
Just a humanoid and the body parts:
I have tried everything I could, including removing every single piece of my game and only having the rig. Still won’t respawn.
That was so random, I wasn’t expecting that.
If anyone is able to help me I appreciate it!
P.S. I’ve done some research, this issue is the first to be addressed.
P.S.S I will answer any question.
P.S.S.S. The right Topic Category wasn’t available so I used this.
No this is just a Rig, that works like a normal Roblox avatar.
It’s named ‘‘StarterCharacter’’ and its placed in StarterPLayer like most Rigs on roblox
When a player goes down the void it deletes all their parts, however there could be a method upon checking if the player loses their HRP and initializing a mandatory respawn. It’s only a thought but I know for a fact it’s possible.
I just ran into this today. Make sure your requiresneck property of the Humanoid is true(should be default) and also make sure you have the correctly named Torso part in your character. My rig is R15 so I had to make sure I had a part named UpperTorso. For an R6 rig make sure you have a part named Torso.