Simple and open sourced hand-to utility, for your roleplay game's needs.
To build the place from scratch, use:
rojo build -o "Hander.rbxlx"
Next, open Hander.rbxlx
in Roblox Studio and start the Rojo server:
rojo serve
By default, Hander do not send any feedback back to the user, and the person who received the tool. To implement feedbacks, you can connect the RemoteEvent Hander uses, which is Hander_Event
. After that, simply check whether the first parameter is receive
, if so, the second parameter will be: {client's name, tool's name}
.
To implement feedback for the original sender, simply just use the boolean returned by the RemoteFunction call inside Shared.Cook.init.lua
, where true means successful, false means fail.
Hander uses the following libraries/softwares:
Hander is licensed under the MIT license, read it here