All of my items are in serverstorage in a folder called tools. I don't know why but the tutorials and roblox dev hub tutorials on saving tools never work for me. How would I be able to save players tools and they receive the items after they join? Please help.
Thank you!
If you have not already, please take a look at this article on data stores first.
To save tools, I would save an array of the names of the tools. Then, I would use the strings in that array to clone the tools into their backpack.