
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 missing …
How do i use math.random with decimals - Roblox
Aug 10, 2025 · Hello! I am using math.random () for uis. But instead of returning 1,2, or 3, I want to make it return decimal numbers like 1.2,2.1, etc So, how do i make that?
Math.random property - Scripting Support - Developer Forum | 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 needs random …
Why isn’t math.random not random? - Scripting Support - Roblox
Jul 15, 2022 · Hey! So basically I have a script to make teams random, but it only works once, then its not random anymore how do I make it random? Heres the variable that controls all the randomness …
Random.new () or math.random () - Scripting Support - Roblox
Apr 18, 2020 · 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 random object. …
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 me get right …
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 have …
How do you make math.random () print decimals? - Roblox
Apr 9, 2021 · 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 possible to make …
Picking a range of numbers with math.random () - Roblox
Aug 4, 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 the second one …
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. In simple terms, …