Perlin Noise is used for making maps. It always creates a random map because of its values math.noise(X,Y,Seed) the seed is always different that’s why it always creates a different map.
for more information you can take a look at this tutorial: Basics of using Perlin Noise (2D Based)
2 Likes