Author Topic: See players' names through walls  (Read 834 times)

Is there a way to getShapeName through a brick? I don't want the player's name to hide each time
they go behind a brick.
« Last Edit: June 20, 2014, 05:45:41 AM by Radíowave »

I doubt there's a good way. ShapeNames are part of the engine afaik, so you cant really modify them.

One of many hacky ways you could try is changing the colorset to be very slightly transparent. It would decrease fps as you would have to render all the brick faces that you would normally be hidden.


you could try to manipulate raycasting on bricks. This has obvious drawbacks if the purpose of this is for a deathmatch