Skip to content

0.6.5

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Mar 14:52
587e30a

Changed

  • 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.