I have already tried to put a Triangle (Union) into the brick to make that shape, but sadly doesn’t work due to it being a union to were I can’t scale it to the right size to get the entire block.
Not to mention Mesh’s can be used as a Union.
If anyone knows a way I can make that easily; please let me know.
From testing you should be capable enough pulling this off utilizing 4 wedge and 1 square part but would be up to you on how you would execute the text part on the part. Can come with 2 personal approaches (One for as parts, the other using a union or mesh)
Part:
After forming the shape that you want, create a SurfaceGui in the square part and inside it add a TextLabel. Ensure the GUI is facing the side of the part you want via Face in SurfaceGui.
In TextLabel chance background transparency to 1 (transparent), and you can enable TextScaled in properties
Union or Mesh:
Honestly similar approach as the Part but your gonna have to customize the size of the text instead manually than automatic (Disable TextScaled)