How would I achieve it, so only a certain group of people have a custom animation and some don’t, like The Owners of the game will have custom walk animations while the regular visitor will not.
You’d want to modify the Animate script that gets loaded along with their character, then swap the default animations for whatever you want. Don’t alter it for regulars though as they’ll load whatever animation packs they have equipped
How would I achieve something like that?
Make a script in starterplayer that checks whenever somone is added to the game. Check if they own that gamepass or is a specific rank in a group and then give them the anim if they do. Hope this helps.
Thank you, you explained it in a simple and easy way, very good to understand!