Need to make so the shovel can dig only specific material instead of everything

I need to make it so the shovel can dig only specific terrain materials, instead of every material. Here’s the code:

1 Like

You can use Instance:IsA(“Specific Terrain Material”) or use Creator Tags.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.