VINDICTA.TOP
Instances · Function
Bunni.fun
ChocoSploit
Cryptic
Potassium
Seliware
SirHurt
Solara
Velocity
Volcano
Volt
Wave
Xeno

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