I had a game I made a while back that was based around using HopperBins.
I am now trying to fix that game, but the ROBLOX HopperBin update only allows HopperBins in Solo. How do you make a HopperBin into a tool? Or can you still use HoppeBrins? Help please!
You can still use hopperbins, just there may be a couple of errors in your script. If you are using and server scripts, check through them and make sure they are not using any methods that should only work on the client side.
Example: Button1Down will work in a local script, but will not work in a server script.
If you suspect that a script has an error like this, try to switch it over to a local script if you can.