Where to play an animation? npc

So I am making a game, and I am making script that will run the animation.
I’ve done researched and know you can run it locally because of network ownership.
but what about NPCs and other things that are not related to a player?

print('Does local scripts replicate animation for NPCs?')

sorry for such simple question

Load and play an animation for an NPC in a Script not a LocalScript.

LocalScripts can only run on clients and NPCs have no client, therefore you must load and play the animation in a Script.

2 Likes

thank you no but yes but no but yes