Release Notes for 445

Melhorias

ObservaçãoStatus

More strict wav file parsing rejecting files with invalid chunks.

Live

Added Humanoid.RequiresNeck. If disabled the Humanoid will not die when its Neck joint is removed. This should make temporary ragdoll states easier.

Live

Changed the way Humanoid state replicates from the network owner of the Humanoid. Currently uses physics replication, will use property replication. This may change the timing of state change events for remotely owned Humanoids.

Pending

(Luau Beta) In nonstrict mode, warn when too many arguments are passed to a function.

Pending

str:foo() calls are now 10% faster for strings (although for maximum performance we still recommend string.foo(str)); additionally, string.sub is now noticeably faster to execute for short substrings

Pending

Correções

ObservaçãoStatus

Fixed problem with physics simulation radius that occurred in low memory situations with small minimum radius values (<196).

Live

Luau type checking should be smarter about when it thinks that you have written a.b() rather than a:b() or vice versa.

Pending