Head and Right Leg's position becomes NaN, NaN, NaN

Hi, I’m creating a new tower for my Tower Defense game, however my progress has been halted because of a problem I cannot solve.

image
The head and right leg of the model i am currently pointing at doesn’t exist!
I have checked the explorer and both of these do still exist. however their position values are very odd.
image
The head’s position is NaN, NaN, NaN. Same with the rightlowerleg and rightfoot.

I have tried inserting PERFECTLY fine models, however they face the same problem as well.
image

What seems to be the problem here?

1 Like

Do you have any scripts that change the position of your tower?

You can get a read of what nan means.

yes, I used PivotTo to change the position of the tower.

1 Like

Try disabling that script, see if that script is causing the behavior.

…but it’s a module script, and the rest of my towers do not have a problem with this. Only this certain tower has a problem.

ohhh my god its the imported animation :crying_cat_face: fixed

1 Like