Integrations and Exports
How to connect your own notify, revive, inventory lock, and export checks
Last updated
function Utils.Notify(title, type, duration, description)
exports["my_notify"]:Send({
title = title,
description = description,
type = type,
duration = duration
})
endexports['0r-gungame']:inGame()ui/devnpm install
npm run build