Skip to content
This repository has been archived by the owner on May 23, 2021. It is now read-only.

7kayoh/hander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hander

Simple and open sourced hand-to utility, for your roleplay game's needs.

Getting Started

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

Setting up feedback

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.

Credits

Hander uses the following libraries/softwares:

License

Hander is licensed under the MIT license, read it here

About

simple hand-to utility for your roblox game's needs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages