Hi! I was scripting a firework rocket with RocketPropulsion but RocketPropulsion isn’t working… So like, I fire it and nothing is happening.
Script:
wait(10)
script.Parent.RocketPropulsion.Target = script.Parent.Parent.Parts.Part
script.Parent.RocketPropulsion:Fire()
Properties:

Type of Script:
ServerScript
Can someone help please how to fix this?
is the fireworks welded to something thats anchored?
any error in output then??
None errors in the output… 
check these and see if they are correctly set MaxSpeed
, MaxThrust
, ThrustD
and ThrustP
im not good with body movers but i guess they are correct
and check if the rocketpropulsion Enabled
property is set correctly
Are you sure that it couldn’t be your BodyVelocity
object that could be overlapping the RocketPropulsion
from firing at all?
Oh… That might be the problem… Ill made the firework now with tween and its done… But thank you for your response! 