Shared
Make sure to use the events correctly and pass the arguments properly to ensure the resource works as intended
Statebag Handler
Handles when player start or cancel an emote
AddStateBagChangeHandler('inAnimation', ('player:%s'):format(cache.serverId), function(_, _, value)
-- print(value)
end)
Last updated