Vibe Place
8.4k Views
1 Executions

Remove AFK Detecting

Vibe PlaceUploaded by
4 years ago
Please login to perform these actions:

Description

Remove the AFK Text

View Raw
Edited By: Hisako Download


Comments

7
Log in to join the conversation. Login
Hypernova's profile picture
HypernovaOwner
Owner Badge
Owner
Verified Badge
Verified User
4 years ago(edited)

@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
Snow's profile picture
Snow4 years ago(edited)

**** script

1
sunken's profile picture
sunkenVerified
Verified Badge
Verified User
4 years ago(edited)

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

1
Hypernova's profile picture
HypernovaOwner
Owner Badge
Owner
Verified Badge
Verified User
4 years ago(edited)

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

1
sunken's profile picture
sunkenVerified
Verified Badge
Verified User
4 years ago(edited)

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

1
sunken's profile picture
sunkenVerified
Verified Badge
Verified User
4 years ago(edited)

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

1
Hisako's profile picture
HisakoUploader4 years ago(edited)

Useless but okay

1