I’m working with a wrist-rocket launcher script that shoots a rocket from the players wrist with RocketPropulsion.
I do have two major issues I can’t seem to find a fix for.
I was wondering if there’s actually a way to have the target get set by the players mouse, meaning rather than having to lock onto a pre-existing element in workspace, it would just lock onto wherever the player has their mouse placed.
No matter what way I fire the rocket or face, the rocket itself always faces the same direction, is there a way to set the front surface as the surface that should always face my target? No matter the size or shape it always has this issue where it does not match where I fire.
I’m happy to drop my sample code if needed but I figured for these functions it was more general than specific.