Advertisement
Primal_Dev

Toggle Shop Script

Apr 13th, 2022
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. local Frame = script.Parent.Parent.Frame
  2.  
  3. script.Parent.MouseButton1Click:Connect(function()
  4.     Frame.Visible = not Frame.Visible
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement