Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

0.526.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 May 11:38
dd6f1f6
  • Sync to Luau 0.526
  • inst:Clone() types have been improved to return the type of inst rather than just a generic Instance
  • Fixed the type of UserSettings:GetService("UserGameSettings")
  • Improved correctness of Enum types - now passing an incorrect Enum type to a function will error, and trying to index an invalid Enum will typecheck too. (Currently, enums are still unfortunately only available to use in user code as EnumRigType, rather than Enum.RigType)