Release Notes for 487

Notes for Release 487

54 Likes

Client Difference Log

API Changes

Added Class FaceControls : Instance
	Added Property float FaceControls.ChinRaiser [NotReplicated] [NotScriptable]
	Added Property float FaceControls.ChinRaiserUpperLip [NotReplicated] [NotScriptable]
	Added Property float FaceControls.Corrugator [NotReplicated] [NotScriptable]
	Added Property float FaceControls.EyesLookDown [NotReplicated] [NotScriptable]
	Added Property float FaceControls.EyesLookLeft [NotReplicated] [NotScriptable]
	Added Property float FaceControls.EyesLookRight [NotReplicated] [NotScriptable]
	Added Property float FaceControls.EyesLookUp [NotReplicated] [NotScriptable]
	Added Property float FaceControls.FlatPucker [NotReplicated] [NotScriptable]
	Added Property float FaceControls.Funneler [NotReplicated] [NotScriptable]
	Added Property float FaceControls.JawDrop [NotReplicated] [NotScriptable]
	Added Property float FaceControls.JawLeft [NotReplicated] [NotScriptable]
	Added Property float FaceControls.JawRight [NotReplicated] [NotScriptable]
	Added Property float FaceControls.LeftBrowLowerer [NotReplicated] [NotScriptable]
	Added Property float FaceControls.LeftCheekPuff [NotReplicated] [NotScriptable]
	Added Property float FaceControls.LeftCheekRaiser [NotReplicated] [NotScriptable]
	Added Property float FaceControls.LeftDimpler [NotReplicated] [NotScriptable]
	Added Property float FaceControls.LeftEyeClosed [NotReplicated] [NotScriptable]
	Added Property float FaceControls.LeftEyeUpperLidRaiser [NotReplicated] [NotScriptable]
	Added Property float FaceControls.LeftInnerBrowRaiser [NotReplicated] [NotScriptable]
	Added Property float FaceControls.LeftLipCornerDown [NotReplicated] [NotScriptable]
	Added Property float FaceControls.LeftLipCornerPuller [NotReplicated] [NotScriptable]
	Added Property float FaceControls.LeftLipStretcher [NotReplicated] [NotScriptable]
	Added Property float FaceControls.LeftLowerLipDepressor [NotReplicated] [NotScriptable]
	Added Property float FaceControls.LeftNoseWrinkler [NotReplicated] [NotScriptable]
	Added Property float FaceControls.LeftOuterBrowRaiser [NotReplicated] [NotScriptable]
	Added Property float FaceControls.LeftUpperLipRaiser [NotReplicated] [NotScriptable]
	Added Property float FaceControls.LipPresser [NotReplicated] [NotScriptable]
	Added Property float FaceControls.LipsTogether [NotReplicated] [NotScriptable]
	Added Property float FaceControls.LowerLipSuck [NotReplicated] [NotScriptable]
	Added Property float FaceControls.MouthLeft [NotReplicated] [NotScriptable]
	Added Property float FaceControls.MouthRight [NotReplicated] [NotScriptable]
	Added Property float FaceControls.Pucker [NotReplicated] [NotScriptable]
	Added Property float FaceControls.RightBrowLowerer [NotReplicated] [NotScriptable]
	Added Property float FaceControls.RightCheekPuff [NotReplicated] [NotScriptable]
	Added Property float FaceControls.RightCheekRaiser [NotReplicated] [NotScriptable]
	Added Property float FaceControls.RightDimpler [NotReplicated] [NotScriptable]
	Added Property float FaceControls.RightEyeClosed [NotReplicated] [NotScriptable]
	Added Property float FaceControls.RightEyeUpperLidRaiser [NotReplicated] [NotScriptable]
	Added Property float FaceControls.RightInnerBrowRaiser [NotReplicated] [NotScriptable]
	Added Property float FaceControls.RightLipCornerDown [NotReplicated] [NotScriptable]
	Added Property float FaceControls.RightLipCornerPuller [NotReplicated] [NotScriptable]
	Added Property float FaceControls.RightLipStretcher [NotReplicated] [NotScriptable]
	Added Property float FaceControls.RightLowerLipDepressor [NotReplicated] [NotScriptable]
	Added Property float FaceControls.RightNoseWrinkler [NotReplicated] [NotScriptable]
	Added Property float FaceControls.RightOuterBrowRaiser [NotReplicated] [NotScriptable]
	Added Property float FaceControls.RightUpperLipRaiser [NotReplicated] [NotScriptable]
	Added Property float FaceControls.TongueDown [NotReplicated] [NotScriptable]
	Added Property float FaceControls.TongueOut [NotReplicated] [NotScriptable]
	Added Property float FaceControls.TongueUp [NotReplicated] [NotScriptable]
	Added Property float FaceControls.UpperLipSuck [NotReplicated] [NotScriptable]

Added Property bool DebuggerBreakpoint.ContinueExecution
Added Property string DebuggerBreakpoint.LogExpression
Added Property string ReflectionMetadataItem.EditorType
Added Property bool Studio.Show Light Guides {RobloxScriptSecurity}

Added Function void RbxAnalyticsService:AddGlobalPointsField(string key, int value) {RobloxScriptSecurity}
Added Function void RbxAnalyticsService:RemoveGlobalPointsField(string key) {RobloxScriptSecurity}

Added Event GuiService.Open9SliceEditor(Instance selectedImageObject) {RobloxScriptSecurity}

Changed the parameters of Function MemoryStoreQueue:AddAsync 
	from: (Variant value, double priority = 0, int64 expiration = -1)
	  to: (Variant value, int64 expiration, double priority = 0)

Changed the parameters of Function MemoryStoreSortedMap:SetAsync 
	from: (string key, Variant value, int64 expiration = -1)
	  to: (string key, Variant value, int64 expiration)

Changed the parameters of Function MemoryStoreSortedMap:UpdateAsync 
	from: (string key, Function transformFunction, int64 expiration = -1)
	  to: (string key, Function transformFunction, int64 expiration)

(Click here for a syntax highlighted version!)

23 Likes

Release Notes for 4387 - so we’re in 2048 now huh?

Glad to see that the properties window won’t be as random and hopefully it’ll go back to the way it was.

I do wonder though, what is this? :eyes:
image

22 Likes

What does it mean by ‘Made Properties category order more stable.’? Does that revert the previous change that brought appearance downwards?

15 Likes

Should be related to this if I’m not mistaken, quite an annoying one for me.

Also who’s flagging the posts above? Didn’t know asking a question was wrong lol??

8 Likes

The problem is the references to the typo of the version number, since it was corrected right away and most readers won’t understand what people are talking about.

13 Likes

Interesting to see a first mention of a FaceControls instance, I wonder if this is going to be integrated into future avatars for facial emotes?

12 Likes

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