Workspace's retargeting property keeps switching back to default when a server is started or when studio is reopened

i need to disable retargeting because it breaks my animations

when i disable it all my animations are fixed but when i test the game in a server or refresh studio the retargeting is on default again

Have a script in ServerScriptService that disables it

game.Workspace.Retargeting = Enum.AnimatorRetargetingMode.Disabled

Everytime the server boots up it should make the retargeting be disabled

1 Like

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