Respawn Improvements

Spawns were changed to have characters do the current behavior a while ago:

4 Likes

Ahh good to know, not really active but I do lurk alittle.

RespawnTime can be manipulated at run time but is the same for all players so you would need a custom system to get the desired effect.

8 Likes

Cool improvements, even though some of these were mentioned before. RespawnTime is a nice feature to change items quickly without having to manually make a script to do so. Players not building 100 player tall stacks is also a great feature.

1 Like

This is a nice improvement to Respawning. Ty!

Say I want to create a system where the player can decide how long their respawn time is, due to my game being roleplay-centric, where sometimes players want to reset quickly to get to a specific part of the map because of my teleport system in the lobby, VS sometimes players want to reset and have their ragdoll’d dead roblox character being around for a while (and they want to see other player’s reactions to them dying).

If I send a RemoteEvent request if a player dies, and I have a system to store their specific choice for a respawn time, would I be able to Set RespawnTime after the .Died function (to then set it back to default for others), and would that use the updated RespawnTime? Or is the RespawnTime called for with the .Died function and any subsequent update of RespawnTime would only apply for .Died functions called afterward?

6 Likes

imo it’d be better if we had a RespawnTimeOverride for each player

1 Like

This, and stacked players “welding” to each other are the 2 big issues with spawning

2 Likes

I think the welding/spawn stacking bug has been fixed for nearly two years. I fixed an issue with how network ownership is assigned for characters and I haven’t seen the issue or any reports of it since then.

The fix was a bit speculative but it definitely seemed like a likely cause for spawn stacking issue where players could not move their characters at the time. The issue was that whenever a new part was created the network ownership was assigned to the closest character but the closeness was being calculated in the X and Z planes only. This would normally result in the network ownership for a character being assigned correctly or it would be re-assigned from another player after being assigned to them but occasionally if that players client was not responding you could be stuck above the spawn unable to move.

Now after the fix your client will always be assigned network ownership for your own character.

8 Likes

Great update! Fixed some things that I have been trying to fix for a long time. Thank you!

I was worried as when I spawned a spawn point is seemed to be too big, I was like, WHAT THE HECK but then I see this.

Anyways, wonderful and amazing update,

Thank you Roblox! :heartbeat:


Wonderful conditions for the developer should.

Huuuh. That’s super interesting.
I always assumed that since the characters were “frozen” similar to the way odd welds would look, it had something to do with that.

This will surely help! I remember putting multiple spawn locations just to make it so people would spawn in a different area. I’m also curious how the RespawnTime will make other games improve.

I like the improvements!

However, can this issue be addressed? Player:LoadCharacter(targetCFrame, withholdCharacter)

1 Like

This has been an issue since 2015, why was it not addressed?

1 Like

You’d have to ask the roblox engineers that question.

1 Like

This issue should be addressed by the upcoming Avatar Loading Event Ordering Improvements

2 Likes

Still better than them glitching into each other before bursting into all directions.

Just a side-note. Not sure if this is mentioned anywhere before but in the past if you placed your spawn under the terrain then you would spawn on-top of the terrain.

Now after updates you will actually spawn under the terrain where the spawn is. You’ll basically be stuck in most circumstances - and this isn’t desirable.

You might need to update games where you’ve done this for some reason.

what if I just… :thinking:
image

9 Likes