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

How do you make a bright outline on a brick?

Asked by 10 years ago

For example, on Spectrum nightclub some of the blocks have bright outlines

3 answers

Log in to vote
1
Answered by 10 years ago

They are called SelectionBoxes

0
thank you LeBoldeh 0 — 10y
Ad
Log in to vote
0
Answered by 10 years ago

Really simple. It should be placed inside a PlayerGui but doesn't have to be. If it is placed in a PlayerGui it is local so only the player can see it.

selection = Instance.new("SelectionBox")
selection.Parent = script.Parent
selection.Adornee = script.Parent

The Adornee property is very important. It is the part that the selection box surrounds itself around.

Log in to vote
0
Answered by 10 years ago

Try and see if you can look it up in Effects in insert

Answer this question