Remove the AFK Text
Useless but okay
or make it universal (will only work if that remote is being fired from a local script) for i,v in next, getconnections(game.Players.LocalPlayer.Idled) do v:Disable() end
@sunken if you read the description you'd know it's meant to disable the "AFK" text in that game, your script won't achieve that.
okay sorry well the author could still optimise it instead of running a constant loop which is firing remotes, which can crash, lag the client. This is way better what I just made: https://raw.githubusercontent.com/sunkenball/a/main/proving_a_point.lua
@sunken that I totally agree with, a loop is unnecessary here. Yours is way better, though I'd still optimize yours by checking entire self and not just name (detectable), and only getting the args if it's what we need (after the if check).
yep, i did only just make it in like 1 minute so it isn't going to be the best lol, just wanted to prove something lol @Hypernova
**** script