Improvements
Note | Status |
---|---|
Update CanQuery Beta: Studio will now be able to select/interact with Parts set with CanQuery=false | Live |
Add APIs to override built-in terrain material appearance. | Live |
Add coroutine.close function that can abort the execution of suspended coroutine. This can be useful in custom coroutine schedulers as well as with task. library for cancellation. | Live |
Fixes
Note | Status |
---|---|
Luau now has better heuristics for inferring types for code that has type errors, so users should see fewer unknown types now. | Live |
Enable singleton types for string and boolean constants. | Live |
Fix visual issues with Bones when scaling skinned meshes. | Live |
With this bugfix, the breakpoint marker sizes follow the font size consistently between font size changes when scripts are closed and opened. | Live |
With this bugfix, when a script (or part of a script) is copy-pasted onto a selected region with the overall number of lines not changing in the script, the breakpoint markers don't disappear any more. | Pending |