Hi @Wrathsong , @ElliottLMz , @return_end1 first of all ,thanks for replying!
I think I didn’t explain myself as clear as possible.
Let’s say there was an empty folder instead of workspace in this scenario and you are generating 3 different numbers from a script which uses a for loop. For the script to pick different numbers I’d have to use a repeat loop. Please note that I am also putting the number in the folder as an IntValue and making it the Name of the IntValue.
Here’s an example of the repeat loop :
repeat
local number = math.random(1,3)
until (Number is not in folder)`