Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local player = game.Players.LocalPlayer
- function click()
- player.PlayerGui.AdminGui.Page1Commands.Visible = true
- player.PlayerGui.AdminGui.Close.Visible = true
- player.PlayerGui.AdminGui.Open.Visible = false
- player.PlayerGui.AdminGui.Page2Commands.Visible = false
- player.PlayerGui.AdminGui.lll.Visible = true
- player.PlayerGui.AdminGui.rrr.Visible = false
- end
- script.Parent.MouseButton1Down:connect(click)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement