Custom Character Wont Respawn

Hello, so I have been searching around the dev forum to figure this out but no solution has worked. I have a ball as my custom character, however when I reset or fall into the void it will not respawn. Is this a scripting error or a roblox error. I had many many people tell me that it was a roblox problem so I came here to confirm.

Video: Help
image

You can manually respawn the character after they die if you cannot figure out the issue.

Ive had people tell me I dont need to script anything though, (They gave me this link: Custom Character Won't respawn when dying to void) which hasnt really helped. How could I do it without all that scripting

Do you have CharacterAutoLoads disabled?

I tried turning it off, but it doesn’t even spawn my character anymore

It’s not very hard to make a script for it. You just need to check when the Humanoid.Died function is fired, and wait(5) then Player:LoadCharacter()