Hello all,
I am working on a regen gui in which you can select your vehicle and it regens. Is there a way to designate a place for the vehicle to regen?
Thanks,
Iondriver
You could designate where something regens by using :MoveTo()
thingy = game.Lighting.Thingy x = thingy:clone() x.Parent = game.Workspace x:MakeJoints() x:MoveTo(Vector3.new(0,0,0))