Why i get this error : The current thread cannot write 'RightEyeClosed' (lacking capability Plugin)

  1. What do you want to achieve? Keep it simple and clear!
    I want to change the face controls through a script

  2. What is the issue? Include screenshots / videos if possible!
    i get this serror

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    tried setting it through the output (which works)

FaceControls.RightEyeClosed = Appearence.CalculateEyeSize(Arguments.EyeSize)
		FaceControls.LeftEyeClosed = Appearence.CalculateEyeSize(Arguments.EyeSize)

		FaceControls.RightEyeUpperLidRaiser = Appearence.UpperrEyeLidSize(Arguments.UpperLidPosition)
		FaceControls.LeftEyeUpperLidRaiser = Appearence.UpperrEyeLidSize(Arguments.UpperLidPosition)

		FaceControls.LeftCheekRaiser = Appearence.UpperrEyeLidSize(Arguments.LowerLidPosition)
		FaceControls.RightCheekRaiser = Appearence.UpperrEyeLidSize(Arguments.LowerLidPosition)

please i need helpppp

2 Likes

it’s because every function regarding facecontrols right now has plugin security, which means the functions like “.RightEyeClosed” and “.LeftEyeUpperLidRaiser” are only accessible through plugins and the command bar.

1 Like

worst feature they have added thus far

15 Likes

This isn’t in the correct category and should be under scripting support.