Luarmor has runtime variables that allows you to access to user details such as Discord ID, total executions, script name, premium, user note, etc.. They can be used for a lot of things. Check out this example:Documentation Index
Fetch the complete documentation index at: https://luarmor.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.

Every runtime variable
You can see a full list of runtime variables here:LRM_IsUserPremium
LRM_IsUserPremium
LRM_LinkedDiscordID
LRM_LinkedDiscordID
The linked Discord ID of the user.
LRM_ScriptName
LRM_ScriptName
The name of the current script.
LRM_TotalExecutions
LRM_TotalExecutions
The total executions of the user. It will be
0 by default.LRM_SecondsLeft
LRM_SecondsLeft
The seconds left until expiry. It will be
math.huge if auth_expire isn’t set.LRM_UserNote
LRM_UserNote
The user note. It will be
Not specified by default.LRM_ScriptVersion
LRM_ScriptVersion
The version of the script, i.e.
0.0.0.1.