AFK detection in GUI based game

I’m looking to make a game that is played exclusively through a GUI and does not load in characters at all. Will the client recognize that players are still active if they are interacting with GUI elements, or will I need to periodically have players move characters to avoid being being kicked from the server?

I couldn’t find any information on how the afk detection system actually works and I don’t want to sit on my computer clicking a gui button for 20 minutes to find out! XD

-thx

1 Like

The system determines inactivity based on inputs, not character movement. If the user is interacting with the game at all, it won’t trigger.

3 Likes

Awesome, thanks @Defaultio

1 Like