Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
2

How could you save tools in a folder? [closed]

Asked by
Tizzel40 243 Moderation Voter
5 years ago

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

0
first things first, its not called wepon, its called weapon Paintertable 171 — 5y

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?

1 answer

Log in to vote
1
Answered by 5 years ago

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

Ad