Improvements
Note | Status |
---|---|
Luau Types: improve error messages generated when reporting on alternative overloads when a function call contains errors. | Live |
Luau will now use the {T} array syntax in error messages more frequently. | Live |
Fixed an issue where string.format type errors reversed the expected/actual types. | Live |
Improved the Luau error message when a function returns too few or too many values. | Live |
Virtual Cursor toggle added for Gamepads. Virtual cursor on gamepad makes it easier to interact with UI elements in games that are not designed to support gamepad. | Live |
Inserting an asset from the Game Explorer widget should focus and highlight it in the Workspace. | Live |
Faster terrain loading and updates | Pending |
Fixes
Note | Status |
---|---|
Sound.EmitterSize and Sound.MaxDistance are now replaced by Sound.RollOffMinDistance and Sound.RollOffMaxDistance respectively. | Live |
Luau Types: fix an issue where type-checking would assign invalid types when inferring types of arguments to function calls in some cases. | Live |