Advertisement
Guest User

OpenClose Script

a guest
Mar 25th, 2018
505
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. OpenClose.MouseButton1Click:connect(function()
  2. if MainFrame.Visible == false then
  3. MainFrame.Visible = true
  4. else
  5. MainFrame.Visible = false
  6. end
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement