Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- close:
- script.Parent.MouseButton1Click:Connect(function()
- game.Players.localPlayer.PlayerGui.ScreenGui.MainFrame.Visible = false
- end)
- open:
- script.Parent.MouseButton1Click:Connect(function()
- game.Players.localPlayer.PlayerGui.ScreenGui.MainFrame.Visible = true
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement