Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Disabling autospawn for specific players.. Is it Possible?

Asked by
Khanon 10
4 years ago

It definitely is easy to code your own respawn system, but I think there should be a way to keep one specific player from respawning without wasting lines of code to create an own respawn system. This is more of an efficiency question. We may not need many lines for an own respawn system. But lines of code are lines of code.

Is there any way to do this ? But I want the character to legitimitaly die and respawn, just keeping its character somewhere won't work.

0
First of all, creating your own spawn system would not be inefficient just because it would be "lines of code." It's only inefficient if you make it poorly. It's not a "waste" either. User#26971 0 — 4y
0
Unless I'm mistaken, you have to use code to do this kind of thing. User#26971 0 — 4y
0
Yes, you have to use code... No... Lines of code would have always made it more inefficient.. If I'm not mistaken: first roblox would apply the settings for its regular spawning system, then I'd have to rewrite it... What I'm proposing is that we should be able to at least block one specific player from respawning without having to change the whole system Khanon 10 — 4y

Answer this question