Should I use Player.IsActive[] check in async functions?

You don’t need to, since those devices shouldn’t crash upon passed an unvalid player, but it might help increase performance and memory if you use it to abort a running loop that’s not needed if the player left for example

1 Like