Release Notes for 481

Improvements

NoteStatus

Add SurfaceGui and BillboardGui Brightness property

Live

Optimized and cleaned up ladder detection.

Live

Fixed UserInputService.ModalEnabled.

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.

Live

Fixes issue with Toolbox Asset Preview overflowing at narrow widths. Adds AudioPlayer scrubbing function to Toolbox Asset Preview. Toolbox Asset Preview shows times in the local timezone.

Live

Improve performance of PlayerListManager with high player counts

Live

Particle sizes are now allowed to be greater than 200.

Pending

Removed a Luau crash caused by the type checker reordering method definitions before the object definition.

Pending

Fix a Luau crash that would occur when checking code that tried to use game:FindService with an illegal service name.

Pending

Fixes

NoteStatus

Fixed issue with RequestStreamAroundAsync that occurred when used without a loaded character.

Live

Fix issue where plugins could not be installed correctly from Roblox website.

Live

A Publish Failed Page should appear if a game failed to publish.

Live

Made the Luau types of GroupService:GetAlliesAsync and GroupService:GetEnemiesAsync more precise

Pending