WolfGamesProgrammer

Open / Close Frame

Feb 11th, 2024
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | Source Code | 0 0
  1. function oo()
  2.     script.Parent.Parent.Teams.Visible = not script.Parent.Parent.Teams.Visible
  3. end
  4. script.Parent.MouseButton1Click:Connect(oo)
Advertisement
Add Comment
Please, Sign In to add comment