I want to create a height map for my map so I can just send X and Z coords to the client, and the client can get the Y coordinate by itself.
Pretty much like to this game below. I am unsure how I should approach this and I don’t want to use raycasts if possible