It looks like you're new here. If you want to get involved, click one of these buttons!
I'm making a game, where you can buy different colors for your puck(a hockey game) and when I do saveLocalData("PuckColor", color(255,0,25)) it gives me this error, ("error: [string "--BgNew..."] 262: Can only save a string or a number or nil.") So how can I store color() in saveLocalData?
Comments
^ that thread is awesome.
I already got the answer, I stored the color as a string for example,
where is the save destination for saveLocalData?
Locally
Disclaimer: I actually have no idea
In all honesty though, this is the best I've found, but you were in this conversation @firewolf so it's probably nothing you don't already know
Specifically, this quote from @TechDojo
This probabbly isn't anything you don't already know, but hope it helps