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

[SOLVED] A way to make a player see a certain part through the wall?

Asked by
Elixcore 1337 Moderation Voter
5 years ago
Edited by Link150 5 years ago

So I am not sure how to do this, I thought of putting parts inside a billboardGui but I am not sure that would work, could anyone tell me how to do it?

I found out by myself, here is how in case anyone is wondering:

  • Create a part

  • Create 6 surfacegui, and a frame inside each of the surfaceguis.

  • make the adornee of each surfacegui the part you want to have X-RAY

  • Put the surfaceguis on each face (top, bottom, left, right, front, back)

  • Make the frame's size {1,0},{1,0} and color it whatever u want.

  • Enjoy!

0
script.Parent.Touched:connect(function(player) if player.Parent.Name == "Name" then script.Parent.CanCollide = false else end WillBe_Stoped 71 — 5y
0
^ Still he isn't asking for that question. Zafirua 1348 — 5y
0
I see what you mean now, I'm not sure exactly how you want it to be visible. Could you elaborate? TiredMelon 405 — 5y
0
Like do you want a selectionbox around the part, or the part to be completely visible with the wall visible (what), or what? TiredMelon 405 — 5y
View all comments (7 more)
0
You know how a billboardgui has the option always on top so you can see stuff inside the billboard gui wherever you are? I'd want that but for parts. Elixcore 1337 — 5y
0
I want the part to be completely visible from anywhere around the map Elixcore 1337 — 5y
0
It is possible but will be pretty hard I think. An example is demonstrated here: https://www.roblox.com/games/1560060894/Alpha-shape-outline Zafirua 1348 — 5y
0
OOPS im sorry im stupid lolollol WillBe_Stoped 71 — 5y
0
still not what im looking for sadly Elixcore 1337 — 5y
0
Did you solve it? Zafirua 1348 — 5y
0
yup Elixcore 1337 — 5y

Answer this question