Issue in my WIP obby (Every so often after you die you spawn at the origin or 0,0,0)

Game Link: Lightning's Obby - Roblox

  1. What do you want to achieve?
    I want a working obby where you don’t spawn at the origin when you die every so often.

  2. What is the issue?
    Every so often in my obby, when you die, you spawn at the origin. It does not happen every time but this is still an issue for my game. This could cause players to leave my game when it’s finished.

  3. What solutions have you thought of so far?
    I thought of trying to find a setting and I tried to. I was thinking of a spawn setting but could not find it. I also made sure there were no spawn points there. I checked and verified there were none.

If any of you have any solutions put them down in the replies. Thanks!

I assume you have a CharacterAdded event to tp characters to their stage. If you tp a character right when it’s added it’ll be up to chance whether or not the character is teleported to their stage or spawn.

Use game:GetService(“RunService”).Stepped:Wait() to bypass this a line before you teleport the character.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.