Release Notes for 464

Improvements

NoteStatus

Update Draggers in AnimationClipEditor

Live

Added a new property IncludeOffSale to CatalogSearchParams to allow searching for offsale items with AvatarEditorService:SearchCatalog()

Live

AnimationClipEditor display time (in seconds) when hovering over the timeline

Live

Enable left and right brackets as hot keys to scrub the timeline in AnimationClipEditor

Live

Add BasePart:GetVelocityAtPosition. Deprecate BasePart.Velocity, BasePart.RotVelocity

Live

Asset Configuration: Description field is now optional when publishing new assets. It already was when editing existing assets.

Live

Introduced a way for engineers to reorder specific properties in the same category in the Properties widget. AssemblyLinearVelocity was moved next to AssemblyAngularVelocity.

Live

Made Studio "System Default" language option work with non English/Chinese languages. Note: when we enable this change, there will be a one-time reset to all users' language settings (to "System Default"). The setting can be switched back to another language if you prefer Studio to be displayed in a different language than the OS.

Live

Removed the obsolete manual "Upload Log Files" option from the File>Advanced menu in Studio

Live

Luau now checks DataModel accesses for scripts in strict mode.

Pending

Missing 'On All Exceptions' option in the 'Debug Errors' script menu section has returned

Pending

previously, passing a restricted Instance -- eg something under CoreGui -- to TweenService would return a different error message based on if a property did/didn't exist on that Instance. This change returns the same error message. This is not expected to affect game developers.

Pending

the message "ScriptGuid "%s" invalid. Replaced with "%s"." is no longer shown when the original guid is two guid's concatenated. guid is still changed and new guid is logged to file.

Pending

Adds a TimeScale property to custom particle emitters that allows one to slow down the particle simulation.

Pending

Fixes

NoteStatus

Toolbox: Rapidly switching between categories could cause mixed results.

Live

Toolbox: Mixed results could be shown when switching categories in My Creations.

Live

Toolbox: Fix showing voting buttons after inserting an asset

Live
  • SetPrimaryPartCFrame() and GetPrimaryPartCFrame() error logging typo was fixed.
Pending

Add Luau type bindings for the File class.

Pending

When building a union type, check if the types are equal using structural equality, and if so don't build a union. Needed for code like (f or g)().

Pending

Support a zero-argument constructor to Rect in the Luau type definitions.

Pending

Tables can now be inspected in My Watches debugger tab

Pending