Advertisement
arseni231422

Randomiz3r's Description

Mar 18th, 2025
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.93 KB | None | 0 0
  1. Randomiz3r's Description:
  2. --[[
  3.  
  4. _____ _ _ ____ ___
  5. | __ \ | | (_) |___ \ |__ \
  6. | |__) |__ _ _ __ __| | ___ _ __ ___ _ ____ __) |_ __ ) |
  7. | _ // _` | '_ \ / _` |/ _ \| '_ ` _ \| |_ /|__ <| '__| / /
  8. | | \ \ (_| | | | | (_| | (_) | | | | | | |/ / ___) | | / /_
  9. |_| \_\__,_|_| |_|\__,_|\___/|_| |_| |_|_/___|____/|_| |____|
  10. ⠀⠀⠀⠀⠀⠀⠀⠀⠀
  11. Hello! I'm DontLuck2. This is the sequel to my very first randomizer, "Randomiz3r". Randomiz3r 2 is a UI-based randomizer, that you can
  12. use to randomize your game! You can change your settings like what you wanted to randomize, the randomization settings as well as the
  13. blacklist settings! My first randomizer doesn't have an option to change its settings in-gme, but with Randomiz3r 2, you can change
  14. the settings in-game, via its UI!
  15.  
  16. Before you say that it's a useless model, I gotta admit. It kinda is, but hey, at least it's fun to mess around, right?
  17.  
  18. Anyways, let's get started.
  19.  
  20. ----------------------------------------------------------------------------------------------------
  21.  
  22. INSTALLATION:
  23.  
  24. Step 1: Insert the model into your game. Do not move anything out of the model!
  25.  
  26. Step 2: Select the "User" StringValue, and open up properties.
  27.  
  28. Step 3: Replace the value ("USER_NAME") with your own username. (Not your DisplayName)
  29.  
  30. Step 4: Load up the game, and you can use Randomiz3r 2! (It might lag a game a little bit, depending on how large the game is)
  31.  
  32. ----------------------------------------------------------------------------------------------------
  33.  
  34. Now that you got Randomiz3r 2 up and running, it's time to configure it! Type in "/menu" in the chat
  35. to open up the menu. You can also do "/MeNu" as well, so it will still open the menu no matter
  36. how you type it.
  37.  
  38. Once you got the menu open, you will be met with 3 settings, and an area where you can randomize the game
  39. and revert your randomization. Anyways, here's the info about the settings that you can go in the menu.
  40.  
  41. ----------------------------------------------------------------------------------------------------
  42.  
  43. MENU SETTINGS
  44.  
  45. 1. Instance settings
  46.  
  47. Right now, Randomiz3r 2 can randomize up to 36 different types of instances. You can modify each and every
  48. one of the instance settings that it can randomize. For example, you can modify the TextLabel settings. You
  49. can change if Randomiz3r 2 can randomize the TextColor3 of the TextLabels. If you set it to off, Randomiz3r
  50. won't randomize it.
  51.  
  52. 2. Randomization settings
  53.  
  54. In here, you can change the duration before the randomization kicks in, the delay between the randomizations,
  55. and the number of times you wanted the randomization to kick in (Interval). The default setting is that
  56. once you start the randomization, it will only randomize once. However, you can change that by modifying its
  57. settings. For example, setting the interval to 5, and setting the delay to 15 seconds will make Randomiz3r 2
  58. randomize the game 5 times, with a 15-second delay between them.
  59.  
  60. 3. Blacklist settings
  61.  
  62. This allows you to add words to a blacklist, so Randomiz3r 2 doesn't randomize instances with that blacklisted
  63. name. You can add or remove blacklisted words in there. It's perfect if you didn't want the game to break
  64. due to the randomization. NOTE: The instance's children can also be randomized as well, even though you
  65. put that name in the blacklist.
  66.  
  67. ----------------------------------------------------------------------------------------------------
  68.  
  69. YOUR FIRST RANDOMIZATION (Or not)
  70.  
  71. Once you configured your settings (Or maybe not, it's already usable even if you didn't configure your settigns!)
  72. for Randomiz3r 2, you can finally start randomizing! Simply click the "Randomize" button while you're in the home
  73. screen, and Randomiz3r 2 will begin randomizing. Do keep in mind that the game will lag a bit, but that depends
  74. from game to game.
  75.  
  76. REVERTING THE CHANGES
  77.  
  78. If you wanted to revert your randomization, you can click on "Revert" and Randomiz3r will revert its randomization.
  79. However, it won't revert everything (yet), but the majority of the game will be reverted. However, your interval
  80. will be set back to 1, to break the loop if you decided to loop the randomization.
  81.  
  82. ----------------------------------------------------------------------------------------------------
  83.  
  84. OTHER THINGS
  85.  
  86. Randomiz3r 2's MainModule will create a BindableEvent instance in ReplicatedStorage called "Randomiz3r 2 Server Event".
  87. You can run Randomiz3r 2 from there via a script. Here's an example.
  88.  
  89.  
  90. game.ReplicatedStorage:WaitForChild("Randomiz3r 2 Server Event"):Fire("Randomize")
  91.  
  92.  
  93. This will trigger Randomiz3r 2's randomize function. I'd recommend putting a "WaitForChild" because in case Randomiz3r 2
  94. does not load in time, the script will wait for the BindableEvent. You can also replace "Randomize" with "Revert", so
  95. Randomiz3r 2 will revert what it had randomized.
  96.  
  97. You can also call Randomiz3r 2 from the dev console as well! Paste this in the dev console (Do not forget to replace
  98. "NAME_HERE" with your own username, not your displayname! Also, do not forget the quotation marks!)
  99.  
  100. require(10578479217).load(NAME_HERE)
  101.  
  102. However, I do not condone the use of my randomizer for exploiting, because I do not want people to pin the blame
  103. on me for creating an exploiting UI. This is meant to be used for fun, not for exploiting.
  104.  
  105. In order to change the settings while you're running in studio (Not playing), you need to go to ServerScriptService,
  106. which houses Randomiz3r 2's module script. In there, you can change the settings, so you can set the options for
  107. the instances and such.
  108.  
  109. ----------------------------------------------------------------------------------------------------
  110.  
  111. That is all I have to say about it. Anyways, I hope you have fun using Randomiz3r 2. Feel free to post your results
  112. in the comments secrion of this model, maybe funny results and such. Have fun!
  113.  
  114. ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement