Improvements
Note | Status |
---|---|
Improve clarity of Luau errors in some cases, for example arithmetic operations on builtin userdata types now mention the types involved instead of "userdata" | Live |
Fix issue with the "Print Join Size Breakdown" feature in studio that caused all numbers to be reported inaccurately. | Live |
Optimized typeof(); it is now ~6-7x faster | Live |
Luau can now possibly suggest properties found in the table if the actual key wasn't found. | Live |
When end is missing in Lua code, the parser error message now highlights the likely location of mismatch using indentation as a guide. | Live |
Fixes
Note | Status |
---|---|
Fix a crash in Studio Script Analysis that could occur when typechecking extremely long Lua expressions. | Live |
Fixed a bug where UnionAsync and SubtractAsync weren't respecting collision fidelity and always resulting in Default. | Live |
On the off chance that you get a reference to a StudioTheme Instance, you can no longer add children or set its parent. | Live |
Fixed a bug regarding removing assets inside Asset Manager | Live |