Domas Scripts
v1.0
Page
Code Steps
Category
Label
Link
Separator
Title
Message
Page icon
No icon. This page keeps the plain index row.
orSVG or PNG, square, at least 32×32.
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):
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)
Last updated on
Was this page helpful?
Next to read:
Domas_InfluencerCodesnull
Discard 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