Improvements
Note | Status |
---|---|
Luau will now allow optional names for function type arguments | Live |
Added method to queue thread for resumption by the Roblox scheduler | Live |
Luau linter now recognizes loops that loop over a table starting from 0 as potentially erroneous, and produces a warning in text editor / script analysis widget. | Live |
Remove Group Inventory from Toolbox (it is available in the Creations tab of Toolbox, and 'Inventory' was a misnomer). | Live |
Fixes
Note | Status |
---|---|
Removed a source of exponential blowup in memory usage during Luau typechecking. | Live |
Fix for broken physics dragger with adaptive timestepping beta on. | Live |
Fixed issue with ctrl+f not opening find widget in the Output View | Live |
fix for making sure Humanoid jumps when setting Humanoid Jump to true from script | Pending |