Skip to content

Attributes does not save #32

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);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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