# I'm making a tycoon and i want to make a vehicle spawner where you need to purchase a button in order to receive the vehicle. I have no clue where to start.
# local a = thevehicle :Clone() a.Parent = workspace a:PivotTo(spawnerpart.CFrame + Vector3.new(0,5,0))