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

When I make a script that inserts RocketPropulsion into a part, it dosent reach the target, why ?

Asked by 10 years ago
DA = script.Parent
local RP = Instance.new("RocketPropulsion", DA)
RP.MaxSpeed = 45
RP.Target = Workspace.Targ
RP:Fire()
wait(5)
RP:Abort()

Answer this question