-
I want to remove this grid that appears in game and studio when near it.
-
It shows in a part when there is any texture
-
Only solution that works is removing the texture which makes it ugly. I already tried searching from the people with the same case, No answer or solution for the problem.
Hello.
You haven’t really provided much info. This one photo does not help my cause.
Can you by any chance post a video? That would help me better understand and see what you are talking about.
Thanks!
Is it one texture that makes this problem?
If it is is, then the texture is the problem. Those squares are the result of a texture that is repetitive and has an outline. Roblox texture work like this:
- Put an image ID in a “texture” instance
- Roblox duplicates that image over and over until it completely covers the part
If whatever image you put in (a dog) then that image is gonna duplicate many times (many dogs). A dog image is not a good example of a texture but it makes my point. A dog image is uneven, meaning it’s an uneven shape, therefore many “dogs” will create a grid-like pattern on your part. To remove that you have to pick an image (not a dog image) that is even. For example, look at Minecraft’s Grass Block Texture, it is one image that is duplicated over and over. Since it is even, you cannot see the borders of those images, aka grass images, thus creating a smooth pattern.
In short, get a better texture mate.
Happening to me too! I wonder why this is happening as this happened before and went away.