How do you make parts that have the obby but you're on a bike texture?

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?

3 Likes

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.

3 Likes

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

3 Likes

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?

1 Like

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

2 Likes

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.