Tutorial
How it works?
export: exports['iconic_minigames']:StartGame(4) ---- from 1 to 4
local success = exports['iconic_minigames']:StartGame(4)
if success == true then
else
endLast updated
How it works?
export: exports['iconic_minigames']:StartGame(4) ---- from 1 to 4local success = exports['iconic_minigames']:StartGame(4)
if success == true then
else
endLast updated