-
-
Notifications
You must be signed in to change notification settings - Fork 2
API: Animation
ᴏᴠ ━ ᴀɴɪꜱᴀ edited this page Mar 4, 2025
·
4 revisions
Assetify offers a comprehensive suite of animation APIs designed for seamless integration into your external resources. This module allows developers to effortlessly incorporate animation assets directly into their resources, eliminating the need for extensive customization or additional overhead.
Add the below code globally once in either of the shared .lua
script of the resource you want to use within:
loadstring(exports.assetify_library:import("animation"))()
-
✨ Loads a valid animation asset on element.
local bool: result = assetify.animation.load( element: element, string: assetName )
-
✨ Unloads a valid animation asset from element.
local bool: result = assetify.animation.unload( element: element, string: assetName )