Skip to content

Instantly share code, notes, and snippets.

@Platzhere
Created December 20, 2025 01:14
Show Gist options
  • Select an option

  • Save Platzhere/8d487971fbe8abd0c90fba45f6bddd56 to your computer and use it in GitHub Desktop.

Select an option

Save Platzhere/8d487971fbe8abd0c90fba45f6bddd56 to your computer and use it in GitHub Desktop.
_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