RocketPropulsion isn't working

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:
2021-05-24_10h05_04

Type of Script:

ServerScript

Can someone help please how to fix this?

is the fireworks welded to something thats anchored?

2021-05-24_10h31_03

Nope.

any error in output then??

None errors in the output… :confused:

check these and see if they are correctly set MaxSpeed , MaxThrust , ThrustD and ThrustP

2021-05-24_10h49_32

Are they correct? XD

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! :smiley: