How do i randomize the values from my table?

so, i have a table with {1,2,3,4,5,6} and i want to randomize it to be mixed up: eg. {5,3,6,2,1,4}

Edit: Something without table.sort since sometimes it gives me error from it.

I should have looked before asking, thanks!

1 Like