this script allows you to set up premade animations to use in your scripts
Client side
Initiate the animations export
Copy
local Animations = exports.vorp_animations.initiate()
Play Animation
Copy
Animations.playAnimation('campfire', 2000)
Stop Animation
Copy
Animations.endAnimation('campfire')
Start Animation indefinitely
Copy
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