About 379,000 results
Open links in new tab
  1. How to wait a random amount of time? - Scripting Support - Roblox

    Sep 22, 2021 · I just can’t get it to wait a random amount of time that goes lower than 1 (like 0.1 or 0.7) script: local bar = script.Parent local randomnumber1 = Random.new() while true do …

  2. math.random | Documentation - Roblox Creator Hub

    When called with two integer numbers m and n, returns a uniform pseudo-random integer in the range of m to n, inclusive. Internally, this uses a 32-bit PCG (Permuted Congruential …

  3. math.random and how to do random : r/roblox - Reddit

    Apr 12, 2015 · math.randomseed is only effective until the script yields (waits), for even one game tick (wait () without an argument, or wait (0), 1/30th of a second).

  4. Random Wait Timing - Roblox Forum

    Jul 6, 2021 · It will wait your 120 seconds or whatever number you set before turning the boolValue to false again. Then it will pick a random number between 5 & 2700 again and …

  5. Random numbers - Legacy Roblox Wiki

    This article explains how to achieve truly random numbers that are not the same every time a place is played. The General Idea. Every time a script in a place uses the math.random …

  6. How do I use math.random - Community Tutorials - Roblox

    Mar 22, 2023 · In short: math.random () returns a random number. This script prints a random integer between two numbers (1 and 6). Why is this helpful? This can be helpful for choosing …

  7. Roblox Generate Random Wait Times in Roblox Lua. Scripty Roblox

    Aug 27, 2023 · To make a random wait() time, you can use the Random.new() instance to generate a random number between 222 and 777. Then, use that number as the argument for …

  8. Roblox math.random | How to use math.random() efficiently in Roblox

    Sep 21, 2022 · Roblox math.random is a function used in Roblox Studios to generate a random value within some range. This function is handy to spawn different items. The function returns …

  9. math.random : r/ROBLOXStudio - Reddit

    Jun 11, 2023 · if hit.Parent:FindFirstChild("Humanoid") and IsTouching then local Randomevent = math.random(1, 10) if Randomevent == 5 then print(Randomevent) img.Visible = true …

  10. Greetings. How can I make math.random refresh? - Roblox

    Oct 27, 2022 · math.random is always random unless you make it a local in which case you will have to re-set it as math.random every time. It would be something like this. Wait(5) -- Change …

  11. Some results have been removed
Refresh