Is there any way to make terrain grass interactive?

i want to make terrain grass interactive, im wondering if its even possible

1 Like

What are you trying to achieve?

1 Like

It’s not possible with the default ROBLOX grass. And making your own would be very laggy.

1 Like

You should be able to recreate the ROBLOX default grass, with the same performance friendly result.

He probably means it moving around when objects actually hit it, this is hard to do without just killing your fps

1 Like

Yea I’m just waiting for OP to return with a reply. Indeed it can be difficult, but not impossible. :slight_smile:

2 Likes

There’s no way to change anything related to this other than colors (maybe). I don’t see anything on the devforums about being able to edit it

Grass is just a beam with specific visual properties and the TopAttachment smoothly moving back and forth. Could be easily remade with placement systems and good CFrame knowledge.

2 Likes

“i want to make terrain grass interactive”

though i saw something on the devforum that some guy explains how to make “wind controlled grass” cant i kinda use his method to make the grass move when i touch it?

1 Like

well i dont want to copy paste or use brush tool, because copy paste takes too long, brush tool just puts everything in workspace so i cant actually sort it out because at some point it will too many, brush tool is always laggy due to the ammount of parts im placing

1 Like

Are you talking about: Workspace.Terrain … Then checking true for the Decoration option.
That makes the normal grass look like it’s “blowing in the wind”.

I think there is a WindDirection property somewhere, most likely in the workspace. I’m not 100% sure it exists, or if it does affect grass.

What wind? … I haven’t seen any wind in the editor myself.
Think that’s just a grass animation … (I could be wrong)