I’m currently working on a game that features frequent level changes and due to the 22-material limit of Roblox’ terrain editor, balancing unique materials for each level is difficult. Is it possible to switch a material-override mid-game using a script so that way I could for example change the texture of mud from one material variant to another?
3 Likes
There is a function in MaterialService called :SetBaseMaterialOverride().
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.