How to make like this?

How can I make the same pixel block where pixels will be on all sides?

Go to the toolbox and search for a Stud Part, it will have a Surface property where you can change it to be studs on all faces.

When you insert a new part yourself, it doesn’t have this property and I’m not too certain how to enable it.

Hope this helps.

2 Likes

Just take texture from toolbox like β€œStuds” and put on your part.

Enter in the command bar the following:

game.Workspace.<your part name>.TopSurface = 1

after that you can go to the part properties and there will be a new tab called β€œSurfaces” and you will be able to further customize all sides.

If you dont have command bar on go to the View tab on the top and look for this icon;
image

2 Likes