Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Any way to remove the roblox afk detection?

Asked by
lomo0987 250 Moderation Voter
9 years ago

I am thinking about making an idle game.. But the current max amount of time a user can be idle is about 20? Minutes.. I don't know the exact time currently before they get kicked. Is there any way to bypass this or completely disable it?

0
The time before a player is kicked is 20 minutes... unfortunately there is no way to bypass this. I have many games that would improve without this "feature". TheStudentPilot 75 — 9y
0
well, what directly needs to happen for them to be 'active' or have it reset the counter? I don't believe you can just make the humanoid jump every 10 minutes? They personally would have to do it? lomo0987 250 — 9y
0
The server can't do anything but detect they are idle... the client has to do something, even as simple as pan the camera to reset the timer. TheStudentPilot 75 — 9y
0
I mean, if you made it so they jumped every 10 minutes, would reset the timer? lomo0987 250 — 9y
View all comments (6 more)
0
I don't think that would work. wjs3456 90 — 9y
0
Why not? Is there anything in Lua that could act like it's the player controlling it? lomo0987 250 — 9y
0
Yeah i was thinking that you could somehow make it appear to have pushed something. If I can ask what do you mean by "idle game." wjs3456 90 — 9y
0
Like either a GUI type tycoon or just a normal tycoon where you would leave the game open for like an hour or two, and come back to it. (It would also save the stats and progress with them being out of the game. lomo0987 250 — 9y
0
Do you want to force them to be online so the game runs? Because if it runs while they are offline, you could save the time when they quit, and then figure out how long the were offline when they join again, and increment all of their idlers however much they should increase. ipiano 120 — 9y
0
I was thinking about something like that, But I have no idea how I would do that. I don't even fully understand how to save/load data easily. lomo0987 250 — 9y

1 answer

Log in to vote
0
Answered by 9 years ago

You could use this,

http://wiki.roblox.com/index.php?title=Idle

and then check if their mouse has been idle for x minutes/seconds and then just make them jump if they have been idle for a certain amount of time.

(Too tired to write anything for you, sorry) (And I can't comment yet :/)

0
Would that even work? lomo0987 250 — 9y
Ad

Answer this question