Améliorations
Note | Statut |
---|---|
Add a new beta feature: Luau can check that scripts are using DataModel objects correctly. | Live |
Luau linter will now start warning on certain types of copy&paste errors in conditionals, e.g. assert(self._adorns[normID1] and self._adorns[normID1]) | Live |
Bootcamp First Universal App Change Fast Flag | Live |
Made Properties category order more stable | Live |
Corrections
Note | Statut |
---|---|
In game purchase prompt now gives mouse control in first person shooter games. | Live |
Fix assert not resolving constraints if the condition was not a binary expression. | Live |
Attempt to fix a backtrace crash related to ChangeHistoryService and added lock check for monitoring related race. | Live |