It works perfectly 😍
a question, when i run
local shuffle = shuffle({1,2,3,4,5,6,7,8,9})
for i = 1, #shuffle do
print(shuffle)
end
To check the order after executing, i need to store them in a global storage right?
[I]The reason why I needed this function I am making a war system where I...