External Script
Supported for RPEmotes, DPEmotes, and scully_emotemenu
Scully Emote Menu
exports('getAnimList', function()
return AnimationList['DanceEmotes']
end)
DPEmotes
exports('getAnimList', function()
return DP.Dances
end)
RPEmotes
exports('getAnimList', function()
return RP.Dances
end)
Last updated