Object do not appear in the distance

  • What are you attempting to achieve? Making an object appear in the distance far away from the client.
  • What is the issue? The issue is that the object does not appear in the distance. I checked the workspace tap in the explorer, and the object is not there. It’s only there on the server side.
  • What solutions have you tried so far? I made sure that the object’s properties were set correctly.
    however, it still does not work. For some reason, the object only appears when the player gets closer.

I also used 0 scripts in my game so there’s no way a script could affect this.

1 Like

this is likely because of Streaming Enabled you can disable it if you want everything to be visible to the player. It’s a property of workspace

1 Like