What is a scope? What does it exactly do?
and may I have some tips and some examples of how im going save tools?
in my game when you buy a tool, it gets cloned 3 times!
. 1 goes to the backpack
. another one goes to the starter gear
.and the final one goes to a folder in serverstorage called "weponinventory"
how would I used data stores to save all the data located in my inventorywepons folder?
game -> ServerStorage -> Player.Name's.." Folder" -> wepninventory
I just want all items to be saved in that folder:D
--T40
Roblox allows data to be saved on its servers. The primary purpose of this feature is to store player data between sessions, keeping their stats, inventory, and other data intact.
Read more about Data Saving to be able save the Player's Inventory: https://developer.roblox.com/articles/Saving-Player-Data
Closed as Not Constructive by WideSteal321, DevNetx, and Goulstem
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?