When a function is defined in Lua, it will most likely look like this: ... local function RandomNumber() local rand = math.random(0,10) ...
確定! 回上一頁