Categories > Exploiting > Scripts >
I need a FE Invisible script (WITH A OFF BUTTON!)
Posted
I have a FE invisible script but it does not have an off button
so can you guys help me find a one with an off button?
Impostor
Replied
_G.Visible = true //Change to false when disabling it. and Re-Execute.
if _G.Visible == true then
print"You're currently visible."
end
Note : They also work for loops. I don't know for the others.
Cancel
Post
Replied
oh fe invisible script u mean like a toggle? using key board press?
Cancel
Post
> Dawidsense <
> Pika Hub <
> Azuri <
Replied
Yea, probably
Here is a script, I think it's R15 too
_G.key = Enum.KeyCode.R -- Change to whatever if you don't know Keycode go to roblox api doc
loadstring(game:HttpGet("https://paste.gg/p/anonymous/cb1c7198b269449eb8a2cf8ced061bed/files/4a98e88f82ee47388b3030a7f000b34e/raw", true))()
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post