Exports
You can display the helpnotify using the following code:
exports['unique_helpnotify']:TriggerHelpNotify("PRESS E TO INTERACT.")
-- OR
exports['unique_helpnotify']:CustomLetter("G", "PRESS G TO INTERACT.")
Here you can change the interaction key/button displayed in the UI.
['key'] = "E", -- The letter entered here will be displayed in the UI as the interaction button.
Last updated