Talk:Random numbers: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>N2KC
No edit summary
 
>N2KC
No edit summary
(No difference)

Revision as of 02:40, 15 March 2008

I haven't tried this, but what about:

x = math.random(1, 100)
y = math.random(1, 100)
rand = math.random(x, y)

--N2KC 21:40, 14 March 2008 (CDT)