I know that you are unable to directly set a parts Y position (e.g.Part.Position.Y = 5), but is there any other way to do it?
I’ve already tried doing Rockets.Position += Vector3.new(0, 1, 0) but it doesn’t set it to the right height.
Note that this part is a rocket that is dropped and then anchored in a random position, I want to then change the Y height to a specific number; which I’m unable to do. Any help?