There are so many games that use these textures. How do you make parts that have it? Isn’t that what a part without any texture would look like? If so, how do you remove it?
The checkerboard is likely just that - a texture. There are many such images you can find already uploaded to Roblox (this, for instance is one I found with a quick search). You add it to the part by adding a texture instance and filling in the ID. You would likely want the transparency to be high to have it shade the part like seen here.
A part with no texture would not have the checkerboard.
You just create a part and apply textures to it, or clone a part ith the textures already applied to it.
If the Part does not have textures, its probably a custom material that has been applied to the object
Thank you. The checkerboard itself is white and black though. What do you need to do to change its colours? All you gotta do is adjust the transparency, right?
Alright thank you. I will use that in a map I’m about to make. That’s why I asked. Thanks for the answer.
Yeah you just make it transparent, something like 0.8 would work well
Thank you for the quick answer. I will apply it in the game I’m working on.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.