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

What would I use to launch an object?...

Asked by 7 years ago

What would I use to make an object (Missile) go up and stuff?

0
lerp crywink 419 — 7y
0
Oh, Alright! Thanks m8 IfIWasntSoSwag 98 — 7y
0
I think if the part is unanchored, you could use an explosion with no damage. But, you could also use a velocity part with CanCollide ENABLED, and make sure it supports the missile to where you want it to go. If you want to edit Velocity in a script, example: part.Velocity = Vector3.new(0,0,0) Wilbob30 69 — 7y

Answer this question