Script 'CoreGui.RobloxGui.Modules.SelfieView.Components.FaceClone', Line 717 error is printing in EVERY FRAME

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    fix the problem

  2. What is the issue? Include screenshots / videos if possible!
    Cannot load the AnimationClipProvider Service
    Script ‘CoreGui.RobloxGui.Modules.SelfieView.Components.FaceClone’, Line 717

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    nothing, have no idea
    After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
    this prints every frame

-- This is an example Lua code block

Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.

Try going to game settings > communication and turn “Enable camera” off.

If it’s an error with CoreGui and throwing every frame, it’s likely bound to RunService.RenderStep. Might be a bug. Like @orichalcinknight said, try turning off camera.

unfortunately ive tried and theres no difference

ALSO it only happens once the players die and starts walking

Show the script. We can’t fix a bug if we don’t know why there is a bug.

it wouldnt let me click on the error msg

seems like the problem is somewhere in serverscriptservice

It won’t be in ServerScriptService. It’s a core script, and the error is on the client. I think it’s probably a bug.

Oh, this actually seems like an error on Roblox’s part.
So you might not be able to fix it.

Though I agree that having an error appear every frame can get annoying.