Timed Lockpick

When the angle is in the right place, press space and complete the minigame.

-- @param1 speed (value)

local success = exports['rm_minigames']:timedLockpick(200)
if success then
    print("SUCCESS")
else
    print("FAILED")    
end

Last updated