How could I replicate something like this?

image
Title says it all.

I’m confused by what you mean, do you want to replicate a drawing on the wall? Or the ability to have players / objects have a glowing outline that shows through walls?

2 Likes

There’s something similar here: How to make another Players Glow red? - #7 by Limited_Unique

What do you want to replicate?

not an expert but you can start by adding parts and modifying them to look like the shape you want. not an expert btw

Add highlights to the players. If its a first person then its better.

With @UItraEX’s suggestion, you can replicate this effect using Highlights. You can insert a Highlight instance into the character utilizing the CharacterAdded Event, and edit the properties of the instance to your liking.

image

For an almost exact copy from the screenshot you provided, you can copy the following properties for the Highlight Instance.

imageimage

3 Likes

Yea, that should be the solution as @Math_LuaScript said, use character or player added.

1 Like