I want an NPC to have animate, how do I add it in a script? do I use clone?
2 Likes
go into the game, grab the animate script from your own player with ctrl+c or cmd+c if you’re on a mac, then stop the play test then paste it (ctrl+v or cmd+v) into the npc.
That won’t work, since animate is a local script, and it can only run under a player’s character. @foxnoobkite Search R6 or R15 animate inside the toolbox until you find a server script called Animate, and put that in. Make sure it’s not a virus by comparing it to the regular Animate script
ah yeah, thanks for reminding me about that. I don’t really animate npc’s that often.
1 Like