So, I was browsing games and i found this one roblox game with a grass material from way back and Id like to have the material for my own game because of the nostalgia factor but im unable to find the source image anywhere.
reverse engineering the game has found out that this is how the look was made if your still curious
You would make a normal grass textured part
add a texture with this id: rbxassetid://21176306
texture color3 should be [255, 0, 0]
texture should be 50 studs per tile on each side
texture transparency should be 0.35
the grass textured part should have a color [130, 162, 128]
now you have the grass you were looking for
(note this was before the new default texture update)