Vibe Place
6.2k Views
Free

Remove AFK Detecting

Vibe PlaceUploaded byHisako Hisako
2 years ago
Play Game

Description

Remove the AFK Text

View Raw Edited By: Hisako
Edited By: HisakoDownload
Comments
7
User profile picture

Useless but okay

2 years ago
User profile picture
sunkenVerified
Verified User

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

2 years ago
User profile picture
HypernovaOwner
Owner Badge
Owner
Verified User

@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.

2 years ago
User profile picture
sunkenVerified
Verified User

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

2 years ago
User profile picture
HypernovaOwner
Owner Badge
Owner
Verified User

@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).

2 years ago
User profile picture
sunkenVerified
Verified User

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

2 years ago
User profile picture

**** script

2 years ago
Please Login to add comment.

Tags