Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Can you designate where something regens?

Asked by 10 years ago

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

1 answer

Log in to vote
0
Answered by
Sublimus 992 Moderation Voter
10 years ago

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))
0
Thank you i will give this a try iondriver 0 — 10y
Ad

Answer this question