Advertisement
1x11337

Open/Close Script

Aug 15th, 2018
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ButtonNameHere.MouseButton1Click:connect(function()
  2. if FrameNameHere.Visible == false then
  3. FrameNameHere.Visible = true
  4. else
  5. FrameNameHere.Visible = false
  6. end
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement