Does anyone know how to make a 2d Procedural generation?

Does anyone know how to make a 2d procedural generation?

Me and my developing partner cant figure out how to make a 2d procedural generation.

Me and my developing partner have looked on YouTube and the DevHub and found nothing there.

Help is greatly appreciated; I hope you have a good day and stay safe!

math.noise(X,StableNumber,StableNumber)

2 Likes

Alright, im about to test it out but before I do so I am confused what you mean by StableNumber?

A number that won’t change as X does. To add a dimension replace a stable number with another variable such as Y

1 Like

Alright ill test it out thanks!

Alrighty so I tested it out and got this result.

It looks good but just seeing if thats what is supposed to happen. :slight_smile:

If you divide X the curves will get larger and if you multiply the output of it then the hight will get more extreme

1 Like

Alright sounds keep ill keep it noted thanks!