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

How to make a SelectionBox go away?

Asked by 9 years ago

I know how to make it adornee? But I do not know how to make it not visible?

0
Can we see your code? Technically Goulstem's answer would work, he just never set a Adornee of the SelectionBox. You can always set the SelectionBox Adornee to nil as well. M39a9am3R 3210 — 9y

1 answer

Log in to vote
0
Answered by
Goulstem 8144 Badge of Merit Moderation Voter Administrator Community Moderator
9 years ago

SelectionBoxes have a Transparency Property(:

sel = Instance.new('SelectionBox',parent)
sel.Transparency = 1
0
Not working. Roblox_v10 33 — 9y
Ad

Answer this question