#I can't save a table to data store

1 messages · Page 1 of 1 (latest)

night whale
#

I don't know why, but it can't save the table.Is it because the table is really long?

            Torso = TorsoTable,
            LeftArm = LArmTable,
            RightArm = RArmTable,
        }

Note: Those aren't parts, they are just names for me to find them easier, and the table goes further, storing the colors, transparency and more. The table itself stores more tables.

crude blaze
#

Do you store any vector3 values in there?

#

or cframes

#

or anything that isnt a number or a string basicly

#

oh and bools

night whale
#

Colors aren't things you can save?

covert thistle
#

show contents of the table

covert thistle
#

you probably got some dumb stuff in there like instances, can't know that since you dont show it

crude blaze
#

color3.new() also counts as arrays

#

basicly anything with a value more of 1 is a array

#

well not value more of 1 but multiple values

night whale
#

ITS DONE

night whale
#

It was colors

#

I converted them to Hex