By writing this I plan to overcome and know the reason why it is not working, is it something I did? Is it a ROBLOX error?
The Issue:
So, my game works heavily with Custom Characters, for some models (not all, not sure the difference between any of them) when I reset, it doesn’t run. I have a script that currently detects when the character dies and reloads them, but the issue is they aren’t dying I guess, their health goes to 0 but they stay alive, regen hp, and are not controllable. https://gyazo.com/52fa040e607d1f24dfba7874aa9f59da
it seems to be a hit an miss, sometimes it will not re spawn, sometimes it will. I will note that when killed by other forces besides the reset button it works perfectly fine.
Do you override default spawning logic by setting CharacterAutoLoads to false, per chance? If you do, you’d also be responsible for scripting custom respawn logic. The GIF seems to suggest that you do not have respawn logic involved or it’s faulty, not something to do with the reset button.
Make sure to give the circumstances a review over and provide whatever details you can to lead to a potential solution. Review your game and see if you’re able to narrow out some potential cases or nail some details to provide for the thread. Run some test code as well around death and respawning.