Hello developers!
I know this is really easy but, am lost.
Can anybody pls tell me some easy script that makes all parts called "Tile " in game and set their material.
I think you can make it by command line but.
Here is what i make but it donw work…
block = workspace:GetChildren("Tile")
block.Material = Enum.Material.Concrete
I tried also this:
block = workspace:GetDescendants("Tile")
block.Material = Enum.Material.Concrete
Please help.
Thanks bye!