I have a client sided npc in my game that is a default rig, it has the default “Animate” local script inside of it and doesn’t animate at all. Usually, you’d change the local script to a script and it would work, but I can’t do that as the rig is on the client.
1 Like
Change it to a regular Script
with RunContext
set to Enum.RunContext.Client
2 Likes