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