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

Register.Item

Matias Salas edited this page Dec 27, 2020 · 1 revision

Server-Side

Register.Item(Item, CB)

This function creates an executable process when used.

Arguments

Argument Type Optional Default Value Explanation
Item string No - Item that can be usable
CB function No - Code when used

Example

Register.Item("item", function() 
    print("Item used")
end)

Clone this wiki locally