You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2018. It is now read-only.
Strange Bug Where the position gets stuck at something called Nan, if you zoom in to the effected model your cam will bug out. I have created a model that if you insert into your place and check the handle of the hat the char has you will see its position is Nan.
NaN stands for Not a Number -- it's a quirk of how floating point numbers (decimals) are typically stored by computers. You'll find NaN when dividing by zero, raising zero to the zeroth power, and doing other undefined math operations. You can detect NaN programmatically by exploiting the fact that NaN ~= NaN (that is, 0/0 == 0/0 is false). In your case, though, you probably just want to set the position, velocity, and rotation back to sensible values.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Strange Bug Where the position gets stuck at something called Nan, if you zoom in to the effected model your cam will bug out. I have created a model that if you insert into your place and check the handle of the hat the char has you will see its position is Nan.
https://www.roblox.com/library/542042949/might-corrupt-save-files-broken
The text was updated successfully, but these errors were encountered: