Making parallel, player-specific timers?

local NewTimers = StartTimers(players)
or…
Timers[player.UserId] = tick()

1 Like