Optimized Interactive Grass Plugin

Did all of it. And it still did not work. How can I get my refund?

Hello, I just bought this plugin and I’m not able to get it to work. May I see a video of how to setup it?

Just purchased this, but it does nothing. support appreciated!

1 Like

Hello varun, I think your plugin is really usefull, and I enjoy the simplicity.

I’m having problems with grass keeping its vector once I or another object stays still in it for long enough. I tried finding ways to fix this in the script, but im not very experienced in scripting. This did not occur on your showcase, but your windshake was also not enabled. If you have a solution, that’d be great.

robloxapp-20241226-2131343.wmv (1.7 MB)

This is because of windshake and there’s unfortunately nothing that can fix it unless the creator of windshake adds support himself. You can turn on windshake in the config and put the path to the script that requires it but the solution I came up with is disabling the windshake while the player is interacting with the grass. It’s not noticeable when the player is running through the grass but even with that config option its still a bit buggy. Also sorry for the late reply I rarely check dev forums now maybe every couple weeks.

Keep in mind that the sound system uses names over tags, if you want grass to make sounds then change the name of the part or mesh of the grass to “Grass.” Don’t want it to be called that?


Replace “Grass” with the name of your foliage. For example,
image
If the name of your foliage is “Flower,” change “Grass” to “Flower.” If you have multiple foliage copy and paste the sound mapping and add all the names of all your foliage, you can even give them different sounds, like a different sound for a flower and a different sound for grass. I’m sure this was ur issue and some simple debugging could’ve helped you realize that, I’m not that active and check the forums every couple weeks so try not to rely on me to fix all of ur problems.

@VairosOficial @drakdraeparen Watch Grass Physics Setup | Streamable, Setting it up should just be clicking on the install button to install the code and then tagging your grass. Try what I did on a baseplate to see if it works for you, and also change the name of your grass to “Grass” for the sounds to work, something which I forgot to do in this video. If you want it a different name read my post above