Client side

Initiate the animations export

local Animations = exports.vorp_animations.initiate()

Play Animation

Animations.playAnimation('campfire', 2000)

Stop Animation

Animations.endAnimation('campfire')

Start Animation indefinitely

Animations.startAnimation('campfire')

to activate in game , set in config to devmode true and use the command /startanimation campfire , the ui will allow you to adjust the animation so you can add them to config files