I want to know if there is a more performant way to generate water instead of what i have here, everytime the water is generated there is a drop in framerate and the micro profiler shows a huge spike for a single frame
1 Like
spread generation across the frames and use parrarel luau for calculations
1 Like