Created by vary#0001
Features:
- ANIMATION PACK
- just reset after you executed it, you don’t have to equip it in settings or anything, current animations are default, boss, coward, and cute. ( Menu – > Store – > Animations )
local RS = game:GetService("ReplicatedStorage").RS
local modules = RS.Modules
local basic = require(modules.Basic)
basic.GetAnimationPack = function()
return "Coward" -- animation pack that you want
end