Roblox-File-Format
Roblox-File-Format copied to clipboard
Attributes does not save
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
file.Save(rbxmPath);