This repository was archived by the owner on Jun 12, 2022. It is now read-only.
0.526.0
- Sync to Luau 0.526
inst:Clone()types have been improved to return the type ofinstrather 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 thanEnum.RigType)