AFK Script System

I’ve recently created an afk system, and would love any feedback. Thanks!

(When the User’s window is not the Roblox Player, the script will activate)

8 Likes

This is really cool! I don’t have any feedback on it so this post is probably useless.

1 Like

It’s so cool, very good work with the effect!

2 Likes

Does this work with RunService.RenderStepped or one of those functions? I was working with one recently and noticed that the frame was only rendered when in view, which is quite interesting.

No, this does not use RenderStepped. I used a different method for performance purposes.

Woah thats really cool, how was this made?

Using a function that checks the player’s focus. You can check it our here.

2 Likes

Ah, thanks thats very useful. Nice work