Release notes for 464

Improvements

NoteStatus

Luau now checks DataModel accesses for scripts in strict mode.

Live

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

Live

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

Live

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.

Live

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.

Live

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

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

Fixes

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

Add Luau type bindings for the File class.

Live

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)().

Live

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

Live

Tables can now be inspected in My Watches debugger tab

Live

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

On this page