of     1   

bittercode
#182681150Saturday, January 30, 2016 5:19 PM GMT

Can they be saved directly to an datastore table without doing something like table = {r = nil, g = nil, b = nil} table.r = Color3Value.r table.g = Color3Value.g table.b = Color3Value.b -- save the
Hedr0n
#182681207Saturday, January 30, 2016 5:20 PM GMT

bittercode
#182681291Saturday, January 30, 2016 5:21 PM GMT

So my answer is no.
Hedr0n
#182681447Saturday, January 30, 2016 5:23 PM GMT

The answer is yes, just use my module to relieve some stress of writing it yourself. I'm working on upgrading it soon to save entire instances.
powerhotmail123
#182682198Saturday, January 30, 2016 5:35 PM GMT

You could always make the table then convert it into a JSON. Enjoying your stay at the Scripters Forum? Join this! http://www.roblox.com/My/Groups.aspx?gid=2582784
Hedr0n
#182682315Saturday, January 30, 2016 5:37 PM GMT

If you read my code you'd know that's what it does.
bittercode
#182682529Saturday, January 30, 2016 5:40 PM GMT

I know. I've got a module for that
Lord_Narwhal
#182682657Saturday, January 30, 2016 5:42 PM GMT

erm, a dictionary might help you
wonderful72pike
#182682735Saturday, January 30, 2016 5:44 PM GMT

Nope, that's how you do it. DataStores can't save ROBLOX-specific data types. checkplate's module just does it for you.

    of     1