Release Notes for 397

Improvements

NoteStatus

Added a new property BorderMode that allows developers to specify how the border is positioned for the GuiObject.

Live

Quick find function (filter function) is available with <Alt+F> and in the script editor context menu. It now shows functions across all scripts and can jump between scripts. Each function item also shows a corresponding path name which is also visible by hovering over an item.

Live

The script editor now supports replacing in all scripts (<Ctrl+Shift+H> and <Ctrl+Shift+F>). You can choose to open scripts when replacing for the option to undo your changes. The Find Widget works on replaced results and updates accordingly.

Live

Use quick find script function (Ctrl+P) and there should be an icon indicating the type of script to the left of the script name

Live

Fix graphics stability issues on some Huawei phones.

Pending

for k,v in next, table and for k,v in p(table) where p is a local variable initialized with pairs (or ipairs) are now optimized in the new Lua VM

Pending

Fixes

NoteStatus

fix R6 HumanoidRootPart failed to collide with walls.

Live

LOD distance is calculated from camera focus

Pending