Skip to content

Attributes does not save #32

@spidercraft

Description

@spidercraft

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();
testModel.SetAttribute("cac", "test");
MessageBox.Show(testModel.Name);

file.Save(rbxmPath);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions