I am trying to make a secure animation loading module for my gun framework where, if i add a new animation, it will automatically load without me needing to do this every time:
local Animation = AnimationFolder:FindFirstChild("Animation Name")
Humanoi:LoadAnimation(Animation)
How would i do this?