⛏️Exports

Integrating our script with yours can be a bit challenging if you're a beginner in the scripting environment. If our guide isn't clear enough, you may need to consult with any developer for assistance.

Minigame

local minigame = exports["five-repairkit"]:Minigame()
if minigame then 
    print('User won the minigame')
else
    print('User lost the minigame')
end

Last updated