AesynthGrey I really need to know how to properly respawn players (but not completely changing the scene) for my death counter HUD to work. Right now, every time either one of the players die, the death counter resets back to 0 and the scene resets also.
Bl4ckM4ch1n3 You could set the killed player to invisible, move it to the spawn point and set it visible again. Of course you'll need to reset the values (health, points etc) manually this way.
AesynthGrey @Bl4ckM4ch1n3 said: You could set the killed player to invisible, move it to the spawn point and set it visible again. Of course you'll need to reset the values (health, points etc) manually this way. Thank you! This worked perfectly and I used a Position2D for the spawnpoint. I had to reset very little since how the player looks is their health meter.