How to use an autoclicker on roblox

broken image
broken image

(By the way I don’t know if the script works properly since I can’t test it out due to Roblox’s problems)ĮDIT: I wrote “click” instead of “clicks” at line 9 What if the player has an autoclicker that clicks every one second or at a long amount of time? It won’t be detected at all, so what I recommend is to make a script where it checks every second if the player has moved, if not, after an amount of time the player gets clicked for afk. If clicks >= maxamount then print('Autoclicker has been detected!') end Local plr = game:GetService('Players').LocalPlayer Local maxamount = 'put your max clicks per second how much you want (as intvalue ofc)' To detect a certain amount of clicks you could just make a script that updates every second, which sets a value to 0 and when the player clicks that value increments by 1, so basically: local clicks = 0

broken image