I am starting to make games in Roblox and want to change the material USING A SCRIPT. It is not in the tutorials. How do I do it?
Try using Enum.Material
local block = Instance.new("Part", workspace) block.Material = Enum.Material.Grass