#What's wrong with my datastore? On line 18 it says "attempt to call a string value"
15 messages · Page 1 of 1 (latest)
that doesnt do anything to my knowledge
you're calling a string, then using brackets to do something
oh wait i get it
its bc you dont have a comma between the key and what you want to save
ok good
also pro tip
use a pcall to protect the data save
it prevents an error from stopping the entire script
Read the roblox docs saving data page.
^^^ this
They have an example of using pcall.
Its all good, personally Im not familiar with these kinds of things. So sorry I couldnt be of any help.