Categories > Exploiting > Scripts >

I need a FE Invisible script (WITH A OFF BUTTON!)

Posts: 9

Threads: 3

Joined: Aug, 2020

Reputation: 0

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?

  • 0

Impostor

Posts: 867

Threads: 34

Joined: Aug, 2020

Reputation: 6

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.

  • 0

Vault

Pika Hub Developer

Posts: 22

Threads: 2

Joined: Oct, 2020

Reputation: 0

Replied

oh fe invisible script u mean like a toggle? using key board press?

 

  • 0

> Dawidsense <

> Pika Hub <

> Azuri <

Posts: 78

Threads: 42

Joined: Dec, 2020

Reputation: 0

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))()

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )