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

Can anyone help with HopperBin problems?

Asked by 9 years ago

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!

0
Thank you! 1nubcaik 62 — 9y

1 answer

Log in to vote
0
Answered by
BlackJPI 2658 Snack Break Moderation Voter Community Moderator
9 years ago

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.

Ad

Answer this question