Загрузка данных


button = script.Parent.SpawnCar
PassFrame = script.Parent.Frame
function plus()
    PassFrame.Visible = not PassFrame.Visible
end
button.MouseButton1Click:Connect(plus)