i basically want to make a part always face a given position. However the problem is that the part also keeps moving with bodypositions. So whats the best way to do this? Id rather not use a looping script that constantly adjusts the cframe.
Would AlignOrientation work in your scenario?
People have suggested that to me yeah, but I dont know how that would help, as it only aligns the orientation to another part. but I have only one moving part, that is supposed to just face a position at all times
Oh yeah, perhaps a BodyGyro.
Nvm, just remembered you would need a loop for this too.
I suggest against BodyMovers as I suspect (with no evidence) that they’ll be phased out in favor of attachment based instances.
One way or another, you’re going to have to use a loop of some kind or something from RunService. This even goes if you’re just using a BodyMover. The properties don’t automatically update on a BodyMover.
3 Likes