of     1   

JestistFoxy
#220970851Monday, July 10, 2017 3:15 PM GMT

I'm trying to store values types of values --------------- StringValue BrickColorValue NumberValue JestistFoxy
OzzyFin
#220971537Monday, July 10, 2017 3:23 PM GMT

You cannot store instances as they cannot be encoded into JSON.
JestistFoxy
#220971770Monday, July 10, 2017 3:25 PM GMT

I figured that out I just removed the Color Values and it worked JestistFoxy
OzzyFin
#220972169Monday, July 10, 2017 3:30 PM GMT

BrickColors are userdata which cannot be stored either. You can however save the name or value: brickColor.Name brickColor.Value
JestistFoxy
#220972686Monday, July 10, 2017 3:36 PM GMT

I figured that out .-. I fixed them into StringValues JestistFoxy

    of     1