exports["Var-PinCode"]:SendToPinCode("1234", function(result) if result then print("Code correct") else print("Code incorrect") end end)
local Result = exports["Var-PinCode"]:SendToPinCodeSync("1234")
/pin
Opens test PIN UI with 1234
1234
Last updated 12 days ago