I’m looking at the properties of the character’s head, and when I move they don’t change. Is this a bug?
The Backrooms Obby - Roblox Studio (gyazo.com)
What do you mean exactly? You are trying to move your head with the mouse?
No. I mean look at the position of the head. I am moving around the map and the position isn’t changing.
The value is changing, it’s just the properties window is not a live view, if you unselect and reselect the instance, you’ll see the updated properties.
Would you have any idea why this doesn’t print when I move then?
The ‘Changed’ signal doesn’t fire for properties that change at a frequency greater than once per frame (that includes most properties dependent on the physics engine). Consider using the humanoid’s MoveDirection
property instead.