Release Notes for 450

Improvements

NoteStatus

Changed Humanoid:ApplyDescription() to allow it to be used on the client for locally created Humanoids.

Live

Added a better car camera.

Live
  • Added Camera.FieldOfViewMode
  • Added Camera.DiagonalFieldOfView
  • Added Camera.MaxAxisFieldOfView
Live

Typed Luau: Better analysis feedback for errors in function calls.

Pending

Added DoubleSided in MeshPart. When enabled both faces of polygons in the MeshPart will be rendered.

Pending

Fixes

NoteStatus

assert(false[, message]) will now be properly handled when linting for unreachable code or implicit returns.

Live

Fix loading screen freezing on mobile when joining a game that's full.

Live

Fixed the WaitForChild spam in the output window.

Live

Improve debugger stepping behavior through while loops when the loop body ends with an if..then statement.

Pending