Is this furniture data management idea good?

  1. What do you want to achieve?
    A system to easily manage the data for the objects for a players house.

  2. What is the issue?
    I am not sure if it is a good idea.

  3. What solutions have you tried so far?
    None.

The idea would be a folder with multiple IntValue's. The IntValues would have a custom id as the value. It would also have the color the object is supposed to be as an attribute. It would also have the rotation and position as attributes too.

1 Like

You cant set an object as an attribute, you can use object value but yeah still a good idea

If you don’t feel super comfortable managing all the data in scripts alone, this is not a bad alternative at all. If you plan on saving this data to player datastores, just make sure you have planned out a way to convert your data management structure to and from a datastore format.

I don’t think that possible. I tried and object doesn’t show up.

Yes. Same way it would convert the data from the data store into values.