Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

if seed and seed.Material == "Grass" won't work?

Asked by 5 years ago

I was about to make a part only works when the part touches a Grass material, Any ways that the part touches only the material given?

0
Try seed.Material == Enum.Material.Grass 522049 152 — 5y
0
Material holds an Enum value, so in conditions you need to index as Enum.Material.Grass  User#19524 175 — 5y
0
oh it works :D cherrythetree 130 — 5y

Answer this question