Improvements
Note | Status |
---|---|
HttpService: the performance of JSONDecode has been substantially improved. | Live |
We are going to deprecate CollisionGroupId very soon, this change will hide the CollisionGroupId from the property widget if the CollisionGroup is non-default or the Collision Group Id is 0. | Live |
Brightened TextChatService's "purple" default color for messages sent in RBXGeneral for legibility and accessibility. Developers who override RBXGeneral's OnIncomingMessageCallback will be unaffected. | Live |
A part of Explorer search results beta feature. Drag select now ignores hierarchy items (grey items) during filter. Shift-click bulk selection also ignores hierarchy items only when the initial and ending items for the action are both filtered items (white items). | Live |
Transform tool now uses PivotTo internally, improving performance and allowing it to move packages without causing modifications. | Live |
Fixed potential crash in share modal and simplified UI | Live |
Fixed a bug where in very rare cases objects may never stream back in after streaming out. | Pending |
With the new "Explorer Search Results" Beta feature:
| Pending |
Fixes
Note | Status |
---|---|
Allow dynamic property lookup for classes in Luau's non-strict mode, and improve error reporting on dynamic property lookup for classes in strict mode. | Live |
Luau will now disallow equality comparisons between types where it cannot possibly work. | Live |
Improves readability for Luau type hints in Studio script editor by adding indentation for types that span multiple lines. | Live |
Fixes a memory leak related to Lua Events. | Live |
Improved checking for uninhabited Luau types. | Live |
Custom shortcuts for "Move - Toggle" and "Rotate - Toggle" will correctly toggle the state of move and rotate snapping mode. | Live |
Fixed a regression with the Rotate tool in Studio that would introduce an abnormally high amount of floating point error causing visible gaps between parts when rotating an object several times without reselecting it. | Live |