Improvements
Note | Status |
---|---|
Typed Luau: Better analysis feedback for errors in function calls. | Live |
Added DoubleSided in MeshPart. When enabled both faces of polygons in the MeshPart will be rendered. | Live |
Updated SocialService's invite prompt to accept gamepad and keyboard controls. Users can navigate with WASD or Thumbstick to select entries and use Gamepad's ButtonA or Keyboard's Enter key to send an invite. They can dismiss the menu with Gamepad's ButtonB or Keyboard's Backspace. | Live |
Added ChatService API for toggling and customizing the new in-game bubble chat | Live |
Removed non-user facing Lua Settings from Studio settings | Live |
Removed some defunct network settings, and corrected a long-outstanding typo in another. Incomming -> Incoming Replication Lag | Live |
Removed remaining legacy Game Options settings | Live |
Fixes
Note | Status |
---|---|
Improve debugger stepping behavior through while loops when the loop body ends with an if..then statement. | Live |
assert(false[, message]) will now be properly handled when linting for unreachable code or implicit returns. | Live |