Release Notes for 455

개선 사항

노트상태

Added Part properties and functions for applying impulses and setting velocity on a Part's rigid body

Live

Luau Types: many error messages are now more user friendly.

Live

Luau Types: fix an issue when assigning a function to a function-pointer type-annotated local, an incorrect error would be produced referring to a mismatch in number of return values when the mismatch occurs in the number of function parameters.

Live

Luau will now use the {T} array type syntax in error messages, when appropriate.

Live

Luau Types: when converting one sealed table to another, an error message is now produced when the source table is missing properties that exist in the destination table or when the source table contains extra properties that don't exist in the destination. When converting a table literal to a sealed table, that contains a property of the same name, but that differs in type, a type mismatch error is now produced spanning the property.

Live

Luau now requires that types be known for all binary operators in strict mode.

Live

Luau can now check for mismatched enums when type-checking EnumItems.

Live

Underwater lighting will now match lighting conditions above the water.

Live

Roblox on Xbox now supports 2-step verification

Live

New beta feature for all Script Editor major new features.

Live

You can now use or tags in RichText.

Live

Updated SourceSans fonts to latest version which has Cyrillic support.

Live

Faster terrain loading and updates

Pending

수정

노트상태

Luau linter now treats usage of an imported type as usage of the import.

Live

Results from the Script Analysis widget can be copied as plain text into the clipboard.

Live

Fixed broken localization for Script Editor, Script Editor Colors, and Auto-Recovery categories in Studio Settings

Live