Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- OpenClose.MouseButton1Click:connect(function()
- if MainFrame.Visible == false then
- MainFrame.Visible = true
- else
- MainFrame.Visible = false
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement