Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local CarSpawnerFrame = script.Parent.Parent.Frame
- script.Parent.MouseButton1Down:Connect(function()
- CarSpawnerFrame.Visible = not CarSpawnerFrame.Visible
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement