Simple MiniGame

A script by enemytebex

No reviews yet.
Simple MiniGame main image

Full Description

Standalone

exports.minigame:MiniGame(50, function(success)
    if success then
        print('success')
    else                                             -- START MINIGAME (50 is the time to complete the game, function(success) will return you the result of the minigame)
        print('fail')
    end
end)


if exports.minigame:status() then
    print('the player is running the minigame')
else
    print('the player is not playing the minigame')
end

SHOWCASE

BUY ON TEBEX (5.00€ NO TAX)

Code is accessible No
Subscription-based No
Lines (approximately) 300 (java,html,css,client)
Requirements No
Support Yes