About 120,000 results
Open links in new tab
  1. How do I use math.random - Community Tutorials - Roblox

    Mar 22, 2023 · Hello everyone, this is a tutorial about math.random in scripts that can be used in many ways. I will show you how you can use math.random with positions. If you think you’re …

  2. What is math.randomseed () - Scripting Support - Roblox

    Dec 2, 2020 · What is math.randomseed (tick ()) used for? trying to benefit from this code. This question has been asked before, I recommend reading these threads for a better explanation. …

  3. How do i use math.random - Scripting Support - Roblox

    Jul 26, 2021 · In your case, I’m going to make a guess that you have 2 different positions you want to be randomly chosen? In that case, you can throw those positions into a table, and then …

  4. Math.random property - Scripting Support - Roblox

    Jun 23, 2020 · Math.random is a math function that makes random numbers for you. This can be helpful on many occasions such as making a minigame, weather or basically anything that …

  5. How do you make math.random () print decimals? - Roblox

    Jan 14, 2022 · I wan’t to make it so that math.random generates a specific decimal, but I can’t seem how to get it to. This is what I have tried doing: but it still generates a whole number. Is it …

  6. Picking a range of numbers with math.random () - Roblox

    Aug 5, 2022 · math.random() seems to only pick through the two numbers provided, is there any way to pick through a range of numbers starting through the first one provided and ending at …

  7. Random.new () or math.random () - Help and Feedback ... - Roblox

    Aug 24, 2025 · math.random () has been update to use the same random algorithm as Random.new () The decision mainly comes down to “fairness” as math.random () is a global …

  8. What's the point of Random.new ():NextNumber ()? Random vs

    Sep 21, 2020 · The Random object and math.random share the same algorithm. The Random object is good for holding state and branching results however, which the math.random object …

  9. How To Make Sure math.random() Doesn't Duplicate - Roblox

    Apr 30, 2023 · I will be showing you how to prevent duplicates when using math.random() in Roblox Studio. It doesn’t take that much scripting and is pretty simple. Without further ado, let …

  10. How do I use math.random on a table? - DevForum | Roblox

    Feb 12, 2021 · I want to use math.random on a table of system messages to send every 250 seconds, but I don’t know how, is there a way to do this or atleast an easier way? This should …