Améliorations
Note | Statut |
---|---|
Studio Autocomplete now recommends using R, G, B, Lerp instead of r, g, b, lerp for Color3 objects. | Live |
Removed Comma, Period, PageUp, and PageDown camera pan shortcuts | Live |
ExplosionType.CratersAndDebris has been removed. | Live |
Brackets and quotes are no longer automatically closed in comments or strings. | Live |
Improve clarity of Lua error messages, for example foo.bar now fails with attempt to index nil with 'bar' if foo is nil. | Pending |
X/Y/Z accessors for Vector2, Vector3 and CFrame are now ~30% faster. | Pending |
Corrections
Note | Statut |
---|---|
Allow StarterPlayer.UserEmotesEnabled property to be writable from scripts. | Live |
Fixed a crash in mass/inertia calculation code when welding chains of ~4K parts. Still recommend against welding things that way if it's not literally a four thousand block stack. Do whatever is natural for the construction, but everything in the assembly welded to one central part is definitely the best case for performance. | Live |
CursorPosition property now fires changed events when typing into a textbox. | Live |