Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

[Solved] How to see other players through walls?

Asked by
sheepposu 561 Moderation Voter
4 years ago
Edited 4 years ago

First off, I'm happy to see that the old way on making a question is back. Now onto the problem. I am making a horror type of game. One the players, as a monster, should be able to see through walls. I was thinking I would make a gui, that for every player in the game would create a new image label, set the image of the image label as a picture I already have and move the image label on the screen according to where the player is. I know there are calculations involved, like the position of both players, the direction the monster is facing, etc. Can someone help me on how to do these calculations. Thanks in advance!

0
Be aware you can use BillboardGui's to achieve this, an effect such as that in Darkness 1-2? Seeing the block parts of the players?? Sergio4755 21 — 4y
0
I want only one player to see the other players, and inside a maze, is this really possible with a Billboard Gui. If it isn't thx for the suggestion anyways. sheepposu 561 — 4y
0
https://developer.roblox.com/api-reference/function/Camera/WorldToScreenPoint - Using this, you should be able to "cast" a player's position to a point on the monster's camera/gui. Then, just position the image you want at that point. whenallthepigsfly 541 — 4y

Answer this question