Release Notes for 546

Notes for Release 546

15 Likes

Client Difference Log

API Changes

Added Property float GroundController.GroundOffset

Added Function void GuiService:SetHardwareSafeAreaInsets(float left, float top, float right, float bottom) {RobloxScriptSecurity}
Added Function void MarketplaceService:PromptNativePurchaseWithLocalPlayer(string productId) {RobloxScriptSecurity}
Added Function bool PhysicsService:IsCollisionGroupRegistered(string name)
Added Function void Player:SetExperienceSettingsLocaleId(string locale) {RobloxScriptSecurity}
Added Function void ScriptEditorService:DeregisterAutocompleteCallback(string name) {PluginSecurity}

Added Event MarketplaceService.NativePurchaseFinishedWithLocalPlayer(string productId, bool wasPurchased) {RobloxScriptSecurity}
Added Event TeleportService.MenuTeleportAttempt() {RobloxScriptSecurity}

Added Tags [Hidden] [NotReplicated] to Property ControllerManager.HipHeight
Added Tags [Hidden] [NotReplicated] to Property GroundController.MaxSlopeAngle

Changed the serialization of Property ControllerManager.HipHeight 
	from: [<💾|📁> Saves|Loads]
	  to: [<🕒> RuntimeOnly]

Changed the serialization of Property GroundController.MaxSlopeAngle 
	from: [<💾|📁> Saves|Loads]
	  to: [<🕒> RuntimeOnly]

Changed the parameters of Function ScriptEditorService:RegisterAutocompleteCallback 
	from: (Function callbackFunction)
	  to: (string name, int priority, Function callbackFunction)

Changed the value of EnumItem IKControlType.Transform from 3 to 0
Changed the value of EnumItem IKControlType.LookAt from 4 to 3

Removed Property IKControl.Pole

Removed EnumItem IKControlType.Null
Removed EnumItem IKControlType.Length

Removed Tag [NotBrowsable] from Class CanvasGroup

(Click here for a syntax highlighted version!)

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.