Best way to save tools on leave without a folder

  1. Goal
    To find a way to save tools without using a folder to store the tools in since I store my tools in ReplicatedFirst to be found by a localscript.
  2. What is the issue?
    I cannot figure out a better way to do it.
  3. What solutions have you tried so far?
    Looked up the same topic asking here but nothing came up.

It would really help if anyone could give me a suggestion on how to do it or any community tutorials around or any resources would be helpful. I need all the help I can get.

What is the purpose of storing tools in ReplicatedFirst though?

2 Likes

I have a crate system where once the crate picks the item it gives them a tool. That script that gets the items is a localscript meaning the only place I can get the tools from is ReplicatedFirst.

Whats the purpose of ReplicatedStorage then? The tool should also be given on the server

You could always just have the LocalScript fire a RemoteEvent, so you could give them the tool from the server side.

2 Likes

Never thought of that. That would work thanks!

2 Likes