Improvements
Note | Status |
---|---|
Luau beta: Smarter warning to catch cases where foo.bar() was written, but foo:bar() may have been required. | Live |
Typed Luau now prevents more cases where it was possible to bypass the type system by accident. | Live |
Fixed grass decoration in "Lighting.Technology" = Future | Live |
Removed a handful of dead settings from Game Options in File > Studio Settings that did nothing | Live |
Improved the readability of some Script Analysis warnings by trimming table types to a certain length. | Pending |
Fixes
Note | Status |
---|---|
Fixed a case where Humanoid physics would sometimes raycast against one frame out-of-date terrain geometry. | Pending |