What I want to do is to publish the default Roblox script animate to the website and be able to somehow require it so once my script is executed it will create the animate script inside the character. How can I do this?
you require the id of the asset
local animId = 0 --change to animation id
require(animId)