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
CFrame.fromEulerAngles constructor seems to be missing in roblox-ts types.
constcframe=CFrame.fromEulerAngles(1,0,.5,Enum.RotationOrder.ZXY);// error TS2551: Property 'fromEulerAngles' does not exist on type 'CFrameConstructor'. Did you mean 'fromEulerAnglesXYZ'?
CFrame.fromEulerAngles constructor seems to be missing in roblox-ts types.
Roblox docs reference: https://create.roblox.com/docs/reference/engine/datatypes/CFrame#fromEulerAngles
The text was updated successfully, but these errors were encountered: