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