How can I black out a model in a viewport frame?

I want to be able to black out just a model in a viewport frame for my collectables system so that the player can get a hint as to what the collectable looks like, but also see that they don’t have it yet. All I want them to be able to see is a silhouette of the model.

I tried chaning the ambient color and it kind of worked but it really didn’t. Screen Shot 2022-02-13 at 5.26.37 PM

A screenshot of my :heart: favorite game in the whole wide world Isle’s collectable menu which does exactly what I want to do:

1 Like

set the viewport frames ImageColor3 to Color3.FromRGB(0,0,0)

1 Like

I think I tried that but it blacked out the entire thing and not just the model.

set the BackgroundTransparency to 1

Here’s what it looks like with ImageColor3 as black
Screen Shot 2022-02-13 at 5.59.24 PM
And here’s what it looks like with BackgroundTransparency 1 (did you really think it would work?)
Screen Shot 2022-02-13 at 5.59.45 PM

works perfectly for me
(character limit)

Why don’t you show me then.

try black imagecolor and backgroundtransparency 1 at the same time

3 Likes