When the part is moved due to the LineForce, this doesn’t print anything, same goes if I switch it out for Position. Is there something I’m missing here?
I believe properties such as position and orientation don’t work when there is a changed event connected because when the change is due to something physics related, such as a LineForce, the property is actually changing far too many times over a certain period of time. However, I noticed that the event fires when the position is changed manually, probably because the event can detect it since the change was exact.