Roblox-File-Format icon indicating copy to clipboard operation
Roblox-File-Format copied to clipboard

Attributes does not save

Open spidercraft opened this issue 6 months ago • 0 comments

Im trying to write a simple string as a attribute on a model, but for some reasons after saving my .rbxm file it does not appear, i dont know if im doin anything wrong, but im getting crazy with this lol

RobloxFile file = RobloxFile.Open(rbxmPath); Model testModel = file.FindFirstChildWhichIsA<Model>(); testModel.SetAttribute("cac", "test"); MessageBox.Show(testModel.Name);

file.Save(rbxmPath);

spidercraft avatar Jul 11 '25 03:07 spidercraft