So while developing my game I have made all the tools have an folder with the animations the tool uses inside of it like this:
Should I setup my animations like this or should they all be set up in a script? I’m worried about exploiters stealing my animations. But if they can be stolen even if they are setup in a script then there’s no point in switching, and also I’m not sure which way would be faster.
I don’t think exploiters would even steal the animations, but I would think it would be better in a script or kept in the server side of the game, (as in like scripting it with functions leading into replicated storage because I think that works well against exploiters) or if you’re unsure, try searching up how the exploiters actually do their things, because it could say if they can steal animations and stuff.
Alright thank you from your reply, I’ll implement this!
And sadly I couldn’t find anything about exploiters stealing animations but I’ve seen stolen animations in the toolbox so I wasn’t sure