Installation
2NA Lockpick Installation Document and Basic Concepts
How to use ?
exports["2na_lockpick"]:createGame(Stage Quantity, Maximum Error)Example
local success = exports["2na_lockpick"]:createGame(3, 2)
if success then
print("Lockpick is successful.")
else
print("Lockpick failed.")
end Last updated