Hello. I made a new game and the datastore for the tools don’t work.
Script:
Your code logically looks fine but you have a few syntax issues:
- You’re using illegal quotation marks,
"these"
instead of”these”
-
...
is not the concatenation operator,..
is - as instr .. str
[see]
You’re also not using protected calls to the best of their ability [see 2]
It’s also recommended you document your problem efficiently and properly format your code for others [see 3]