Release notes for 534

การปรับปรุง

หมายเหตุสถานะ

In strict mode, Luau will now be much smarter about inferring correct return types and argument types in certain cases.

Live

A new property of Script has been added to control the context under which it runs. This will make it easier to create assets with client and server code without the need to move scripts throughout the place file.

Live

Fix an issue that prevented plugins from using Parallel Lua features.

Live

Luau now supports __len metamethod for tables; #v will call __len if defined; __len must return a number.

Additionally, Luau now implements rawlen function that computes the length of the table without using the metamethod dispatch, although note that this function is rarely useful and is going to be slower than #v.

Live

Studio Edit mode controls no longer break/override test mode camera keybinds (e.g. I/O) and the emote wheel

Live

View in Browser from Toolbox now opens the new Creator Marketplace website

Live

Fixed Escape not opening the escape menu while testing in Studio

Live

Added channel info next Roblox Internal on Studio ribbon for internal users.

Live

Enable Studio WebView2 even for regular users running as admin.

Live

จุดที่แก้

หมายเหตุสถานะ

Fixing vote count in Asset Preview

Live

Added external login dialog when internal embeded webview fails to load for 3 times.

Live