#Vehicle Spawner

1 messages · Page 1 of 1 (latest)

full tendon
#

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.

marsh rivet
#

local a = thevehicle :Clone()

a.Parent = workspace
a:PivotTo(spawnerpart.CFrame + Vector3.new(0,5,0))