Is it possible to script away to stop Roblox kicking out players who have been afk for more than 20 minutes?? I want to make a afk donation game where people with premium can be afk. Issue is that they get disconnected if they are afk for more than 20 minutes how can I stop this.
Hi again, I believe this is the answer your looking for. To your original question, no, there is no way to increase the Roblox timeout length. You can try keeping track of the time since a client hasn't sent any input, and teleporting the user out and back into the game using TeleportService when the timer reaches 19 minutes. Devforum