#Getting NAN for CFrame.LookAt()
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
Never had this issue with CFrames before, I know what NAN is but I don't know how to stop it from happening?
code:
nan means you tried to divide by 0
trace what happens to troot.position and root.position and look for places where you use divisions
ctrl+F, input /0