Improvements
Note | Status |
---|---|
Align Position and Align Orientation constraints have a new OneAttachment mode. When the constraints are in this mode the body that owns attachment0 will be the only body to move. For Align Position the attachment0 will be moved to the specified position. For Align Orientation the body will be rotated to the specified orientation, specified by both a primary and secondary axis. If primary axis only is true, then only the primary axis is used. | Live |
Added new methods for scheduling threads for resumption on Heartbeat to the task library | Live |
New Velocity Stretch property for particle emitters that have the VelocityParallel orientation that elongates the particle shape in the direction of their velocity based on the velocity magnitude. | Live |
More detailed Ambient Occlusion in highest graphics quality setting on desktop. | Live |
Add debug visualizer for adaptive timestepping | Live |
MVP Clouds phase 1 release. Clouds object must be moved or placed under Workspace/Terrain to become visible. | Live |
Luau linter now displays warnings for erroneous or inefficient uses of table.insert/table.remove | Live |
table.insert(T, idx, v) will change is behavior when idx < 1: instead of shifting the entire table by 1, it will simply insert the value at index idx, similarly to what happens when idx > #T. This is necessary to prevent table.insert from going into an almost-infinite loop when idx is a negative value; note that all uses of table.insert where idx is not in [1, #T+1] range are very likely bugs, and script analysis will start warning about some of them. | Live |
Bootcamp Intro code | Live |
Improved Watch window readability to help developers get insights of variables. Provide preview of the table/array/instance fields in the value column | Live |
Improved Watch window readability to help developers get insights of variables. Display instance children as a member field. | Live |
Improved Watch window readability to help developers get insights of variables. Display table address in the value column alongside preview | Live |
Fixes
Note | Status |
---|---|
Phase 1b cloud sampling improvements. | Live |
Luau-powered autocomplete now knows the type of resources in the data model. | Live |
Added deferred Lua resumption point to runservice start | Live |
"CEB 104a:Making your first native change" Bootcamp change | Live |
Minor improvement for raycast broadphase perf. | Live |
Allow x["foo"] when x is an instance of a class. | Live |
Resumption of threads yielded by task.synchronize() are no longer throttled. | Live |
Fix an issue where Toolbox could show the wrong categories in the dropdown on initial load. | Live |
Replace waitForLongProcess with submitTask for undo/redo in RobloxStudioVerbs and ChangeHistoryService. | Pending |