PcoWSkbVqDnWTu_dm2ix
The information on this page may no longer be accurate. To see the latest, go to our new and improved documentation. You can also learn more about the future of documentation.
Collapse Sidebar

Release Notes for 488

Release Notes for 488

Improvements

Note Status

Made Properties category order more stable.

Live

Added Player/NetworkPing. This value returns an int that represents the minimum ping time (in milliseconds) of a player, but does not represent how long something like a RemoteEvent may actually take to process (this can change based on how busy the server is, how many remote events are being sent, etc.). This value is only accessible on the server.

Pending

Import of fbx avatars and animations is improved. Previously, animations in an fbx file would only work on the same avatar in that file. Now you can read in an animation from an fbx file with a variety of characters selected and the animation should come in okay in many cases that used to be just chaos.

Live

Fixes

Note Status

Fixed a bug where the Share Your Game window is not shown for public team create place.

Live

Clean up CalloutDefinition after usage.

Live

Fixed an issue where light guides erroneously persist on being parented to incompatible instances.

Live

Fixed an issue where MeshParts could not be resized in small increments.

Live

Fixed an issue with part resizing.

Live

Changes

Note Status

Script Editor “Auto Closing Quotes” will no longer trigger when a quotation mark is before the editor cursor.

Live

Added a “Selection Box Thickness” setting to the Studio Settings, and a corresponding Selection::SelectionThickness API to read the setting value from plugins.

Live

Changed the behavior of light guides at large angles and added center line.

Live

Undoing a deletion in Studio will no longer individually select all the descendants of the restored Instances. Only the toplevel restored instances will be selected.

Live

Uses of getfenv/setfenv will be flagged by the script analysis as deprecated. Note that we do not have plans to remove getfenv/setfenv support, and the warning is intended to discourage use in favor of alternatives like debug.info for introspection or require to replace custom module injectors. The warning can be silenced via --!nolint DeprecatedGlobal.

Pending

Added monotonic server time API under workspace, “workspace:GetServerTimeNow()”, which returns the time since the unix epoch in microseconds.

Pending

Added a new Brightness property for ParticleEmitter, Trail, and Beamthat allows boosting the diffuse color when theirLightInfluence` is less than one.

Live

New Squash property to particles for non-uniform particle stretching, curve controlled for bouncy effects.

Live