I want to set a timer for 100 seconds when a player spawns, using Verse code. In that case, do I need a timer for each player spawner? Since the code is written inside the subscription to the spawn event, I feel like one timer should be enough. But if I only use one timer, does that mean it won’t run for multiple players? Since I’ve set the spawn to be infinite, even if I prepare player spawners for each player, they will keep respawning, so I’m wondering if it’s impossible to link the spawn and the timer together. Thank you.