Roblox Grass Scattering System Test
Channel:
Subscribers:
838
Published on ● Video Link: https://www.youtube.com/watch?v=TirgWPtuj3c
This video showcases a Roblox grass system I created a few months ago, don't really have a use for it yet as I am not working on any specific games but that might change in the future.
Currently, most of the calculations are done locally. I am working on adding a function to the script that will allow the scattering computations to be done on the server side if the user choses but this might have a negative effect to the players ping, especially if the user has low download speed.
there is still a lot of optimizations I can do to further increase the performance of the script, right now the number of grass objects do not have a large impact on the performance, it is the spawning that is the issue, especially the "fade in" effect.