I am trying to create an NPC that can move around and animate on the client. On the server i just insert a serverside Animate and Health script and they work fine. However I am not having any luck on the client.
I put inside a local Animate script and a local Health script, but they aren’t animating. I tried all the variations between these 4 scripts but no luck. They respond to WalkToPoint but they don’t animate while they move.
Any advice would be appreciated.
I just copied the local Animate script from my char while testplaying and put it into the NPCs, the health script i guess isn’t really relevant but i also made it a local script and pasted it into the NPCs, i tried the same with making them into serverside scripts but no go. The key part is that this is all on the client the npcs don’t exist on the server, not sure if that is the issue, but i really am hoping it can be done clientside
actually i just used the explorer to move the npc modles from the RS to workspace while in play. This is because hwen i did it via script this is needed for they would appear but wouldn’t animate so i tried to find a solution without going through the script each time i try a different solution
No I have not. These NPCs would just stand there and wave when you get close, so didn’t really need to. All i need from them is to play idle animations just like the player and to wave twice, thats all. You think that would help?
well this is the exact same script that is inside the player character. So i am not sure why there would be an issue. I also use this same script jsut inside a serverscript inside the serverside NPCs and they animate fine. This is why i am so perplexed by this