⛏️Exports

Integrating our script with yours can be a bit challenging if you're a beginner in the scripting environment. If our guide isn't clear enough, you may need to consult with any developer for assistance.

showTextUI

-- The id should be unique!
exports["five-textui"]:showTextUI('five_developments', 'Press me', 'E') 
  • id: string

  • label: string

  • keybind: string


hideTextUI

-- The id should be unique!
exports["five-textui"]:hideTextUI('five_developments') 
  • id: string

Last updated