How to check if the player is already ACTIVE in the game

Hey! so im making a system and i want to see when the player joins the game.
But i dont want game:IsLoaded() or waiting for things in game to load with content provider, i wanna see when the player is already active in the game, like when he can start interacting or walking etc.

I already saw this system that detects right when the player joins but i dont know how to do it

When I was playing around with the loading screens, I realized that the player is mostly loaded when the character spawns in. You wait for PlayerAdded, and then wait for the character to load.

1 Like