mirror of
https://github.com/imezx/Warp.git
synced 2025-04-24 23:20:02 +00:00
4 lines
112 B
Lua
4 lines
112 B
Lua
|
--!strict
|
||
|
return function(): number?
|
||
|
return tonumber(string.sub(tostring(Random.new():NextNumber()), 3, 6))
|
||
|
end
|