-- source: number - The player source that will play the animation-- animationName: string - name of the animationexports["br-animations"]:playAnimation(source, animationName)
Cancel Animation
-- source: number - The player source is used to trigger the cancel animationexports["br-animations"]:cancelAnimation(source)
Get Animation
-- animationName: string - name of the animation-- return: table - returns animationData from configexports["br-animations"]:getAnimation(animationName)