Question about tools, whether I should have animations in a script or in a folder in the tool

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:

Screenshot 2023-04-23 093332

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.

1 Like

Sorry if that was confusing I’m bad at explaining stuff well :sweat_smile:

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 :sweat_smile:

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.