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
Functions such as print, warn, ... now respect __tostring metamethods.
Fixed
Fixed access of roblox instance properties such as Workspace.Terrain, game.Workspace that are actually links to child instances.
These properties are always guaranteed to exist, and they are not always properly set, meaning they must be found through an internal lookup.
Fixed issues with the CFrame.lookAt and CFrame.new(Vector3, Vector3) constructors.
Fixed issues with CFrame math operations returning rotation angles in the wrong order.