How to hide this part on first person

How do I hide the part in this custom hat? this don’t happen
every time but I need to find a way to fix it.


The part is the black thing above the screen

I don’t know if this is the right category, if it isn’t please tell me the correct one and I will change to it right away

If you have any questions ask it here.

2 Likes

You can decrease the Field of View of the character maybe? Its under Camera settings in the workspace.

The Field of View is already 70 if I did decrease it, it will be much harder to look around

u can use LocalTrasparencyModifier

acutally just check if the hat is in the character

Ok then maybe Offset the Camera a bit down so the hat doesnt show?

So the hat is in your character?

Yes, it’s in the character put in by a script

Do checking in the .RenderStepped function if camera is close to the character

Check if player zoom is at 0 then set LocalTransparencyModifier of the hat to 1 otherwise set it to 0