Created
December 20, 2025 01:14
-
-
Save Platzhere/8d487971fbe8abd0c90fba45f6bddd56 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| _G.toggle = true -- change to "false" to hide the gui again | |
| while true do | |
| task.wait(0.35) | |
| if _G.toggle == true then | |
| game:GetService("Players").LocalPlayer.PlayerGui.AdminPanel.Enabled = true | |
| else | |
| game:GetService("Players").LocalPlayer.PlayerGui.AdminPanel.Enabled = false | |
| end | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment