Domas Scripts
v1.0
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Usage
Copy Markdown
Open in ChatGPT
Open in Claude
Play tutorial from client side: exports.Domas_Tutorials:StartTutorial(tutorialId)
Player tutorial from server side: TriggerClientEvent("DomasTutorials:StartTutorial", IdOfThePlayer, IdOfTheTutorial)
Example how I've made test command as seen in showcase (client side):
Lua
RegisterCommand('starttutorial', function(source, args) local tutorialId = tonumber(args[1]) if tutorialId then exports.Domas_Tutorials:StartTutorial(tutorialId) else print("Invalid usage. Correct usage: /starttutorial [tutorialId]") end end, false)Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Next to read:
Domas_InfluencerCodesDiscard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message