Closed minimic2002 closed 2 weeks ago
@minimic2002 All CFrame
s are userdatas. type(CFrame.identity)
returns userdata
because it is a userdata
:
Additionally, the game does not sandbox CFrames at all because there'd be no reason to. They are provided to your code as-is, so you are interacting with the actual CFrame directly. I can't repro any issues with CFrame
s whatsoever.
Guidelines
Version
Main (Production)
What happened? What did you expect to happen?
Literally try doing maths with it, everything errors
How can we reproduce this bug?
print(type(GetPart("Gyro").CFrame))
Frequency
Always