Billboard gui vanishing when player went too far

Guys, i need help, for some reason the billboard gui is disappearing when the player get too far, however the way it disappears is kinda strange. the billboard is still in the correct part in workspace and the part itself is still there, but for some reason it doesnt show on the player screen.

distance is set to inf on billboard and always on top is also on.
streaming enabled is off so it should still be rendered and my roblox is on the highest setting.
this only happen when the distance between the player and the gui is 2300+

When the camera isnt directly facing the objective

When the camera is facing the objective

The billboard gui properties

1 Like

I’m pretty sure “inf” doesn’t mean infinite, just the maximum value. In this case, it’s the render distance. It’s likely that the object the billboard was attached to was stopped being rendered.

This is an issue with StreamingEnabled that unloads parts when the player goes too far.