Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hey! You can write forge.materialColor(name of material, color in HEX), so i.e.

forge.materialColor("stone", "#FFFFFF")

Do note that this is just when scripting, you can change the color or material in the pane on the left.

Thanks but I want to change the color of the pieces I am creating with the script.  Can I do that ?