π£AN Interaction Menu
A GTA VI Inspired Interaction Menu ( Dev Tool )

How to use?
Adding an Interaction Menu
β
Action Types Supported:
event: Trigger a client (type = "cl") or server (type = "sv") event.command: Execute a command for the player.func: Run a local Lua function (note: only client-side).args: Optional arguments table passed to events.useDist: Distance at which the key press becomes valid.key: The key to press (e.g., "E", "X", "G").label: The label shown in the interaction menu.
Hiding an Interaction Menu
The Interaction Menu normally automatically hides when you're not in the required distance ( showDist ) but this method can force hide the Interaction Menu.
Removing an Interaction Menu
Fully removes the interaction menu
Last updated