How would I get an inventory that saves?

So basically, I have this arcade, and so I want it to drop a prize from the claw machine, but when you leave, it stays in your inventory, so when you join, it’s there. I wouldn’t want it to do it for every tool, but just ones with specific names on a list like
“Plush1”
“Plush2”
and so on
I’m not very good at scripting so I could use some help on figuring this one out.
I’m sure it would use DataStoreService, i’m just unsure how.

You should probably check the roblox dev wiki’s articles about data stores and tables because I think you need a local script with these 2 things.