For the complete documentation index, see llms.txt. This page is also available as Markdown.

Result Handling

All exports return a Boolean based on player success:

local result = exports['ayc-minigames']:StartLineAlignment(3, 2, 10000, 1)
if result then
    print("Player succeeded!")
else
    print("Player failed!")
end

Last updated