getcustomasset
Returns an rbxasset:// URL for a file in the executor workspace.
function getcustomasset(pathpathstringPath to the file relative to the executor workspace folder.: string): stringstringAn rbxasset:// content URL pointing to the cached file.Usage
Load a custom texture
local url = getcustomasset("textures/my_skin.png")
workspace.Character.Shirt.ShirtTemplate = url