so i was making a planet explorer game but i could not find a way to make a rocket that you could control
looked everywhere and could not find how to
1 Like
Do you have any ideas for how you’d like it to work?
like a rocket where you can change the thrust and direction
you could make a brick that is welded to the rocket. in the part put a line velocity and an attachment.
move the attachment to the same spot as the brick.
then make if someone presses a button some script like
script.Parent.VectorVelocity = Vector3.new(0, 1, 0,)
trigger.