Part is appearing on the server-side but not on the client-side

I am facing a problem where a part is not visible on the client side, but it appears on the server side. When I click “Play here” it will appear, but if I click “Play” and then check the explorer, the part doesn’t appear. I have already checked that the part is anchored and has collision enabled. Can anyone help me?

camPart is the missing part

image

On client side while testing the game in the studio:
image

On server side while testing the game in the studio:
image

1 Like

It’s becaus nthe part is getting streamed out since you are out of its Render Distance and you have streaming enabled.

1 Like

Disable StreamingEnabled in the Workspace (if your game is not laggy).

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.