How can I reset my Backpack datastore?

1. What do you want to achieve? Keep it simple and clear!
Hi,I am trying to reset my backpack(inventory) datastore because I was testing and there was too much items in my backpack.

2. What is the issue? Include screenshots / videos if possible!
My roblox studio keep crashing when I tested the game since there are too much items inside of my backpack.

3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I have tried to delete the datastore script and but it back but it still crash since the item are still to much.

I hope you guys can help me fix this problem!

1 Like

inside the datastore script you should be able to find something that looks like

:GetDataStore("TOOLSAVEDATA")

and change whatever “TOOLSAVEDATA” to something else like “TOOLSAVEDATAv2”

this will clear every players data

1 Like