PcoWSkbVqDnWTu_dm2ix
The information on this page may no longer be accurate. To see the latest, go to our new and improved documentation. You can also learn more about the future of documentation.
Collapse Sidebar

Release Notes for 487

Release Notes for 487

Improvements

Note Status

Made Properties category order more stable.

Live

A wireframe outline of lights is shown when they are part of the selection.

Live

In game purchase prompt now gives mouse control in first person shooter games.

Pending

Luau linter will now start warning on certain types of copy & paste errors in conditionals. For example:
assert(self._adorns[normID1] and self._adorns[normID1])

Live

Fixes

Note Status

Fixed a backtrace crash related to ChangeHistoryService and added lock check for monitoring related race.

Pending

A small but problematic memory leak that occurred when calling MoveTo / PivotTo / SetPrimaryPartCFrame has been fixed.

Live

Fixed assert not resolving constraints if the condition was not a binary expression.

Pending

Changes

Note Status

Added strict typing to PlayerScripts.

Live

Added a new beta feature: Luau can check that scripts are using DataModel objects correctly.

Pending