Advertisement
TotallyGames

LocalScript

Feb 17th, 2024
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | Source Code | 0 0
  1. local CarSpawnerFrame = script.Parent.Parent.Frame
  2.  
  3. script.Parent.MouseButton1Down:Connect(function()
  4.     CarSpawnerFrame.Visible = not CarSpawnerFrame.Visible
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement