๐ฎMinigame
Configure the the minigame in your script according to the requirement
Last updated
Configure the the minigame in your script according to the requirement
Last updated
function Airdrop:StartHackMinigame(crate)
local success = lib.skillCheck('hard', {'w', 'a', 's', 'd'})
self:OnMinigameEnd(success, crate)
end
function Airdrop:StartHackMinigame(crate)
exports['ps-ui']:Circle(function(success)
self:OnMinigameEnd(success, crate)
end, 8, 8)
end