Registering an EVENT
📌 How to Register Events in the Creation Panel
Events will only work if they are properly registered in your creation panel. The process is very similar to creating buttons and regular functions — and it's easy to understand.
✅ Registering an Event
Open your creation panel.
In the top center area, you’ll see a section called EVENTS, listing the active events.
By default, the
ATTACHevent is created automatically.However, an event will only actually work once it’s registered and configured with actions.
Click the green button with the "+" symbol next to the EVENTS label.
Select the event you want to register (e.g.,
ATTACH,JUMP,WALKING, etc.).The system will automatically create a function for that event.
You can now edit this function just like any other button or function. 🔗 See how to do that in this example.

⚠️ Important!
For events to function correctly, you must have the special script installed:
Required script:
[add-on] - Events
If the event is created for your HUD, drag the script into the HUD’s contents.
If the event is for an item or clothing, drag the script into that specific item.
Without this script inside the object, no event will be triggered, even if it’s registered in the panel.
Last updated