Hopefully this is a quick one to solve.. What am I missing?
local metabox = fe.add_surface(574, 100);
local metadata = metabox.do_nut("scripts/metadata.nut");
metabox.x= 1320
metabox.y= 365
My end goal is I was thinking of adding a delay or animation to all my metadata fields in one go.. But if that's not possible then I will just code it individually.