Streaming enabled and Loading a few far parts

Info

I have a title screen(stupid site won’t let me upload a .mov)


anyways its a bunch of cam parts linking to each other in different levels to show players bits of game before you click play.

problem:

with enabled stream parts only load in around the player… I ended up moving the cams really close to player spawns just to get the title screen to play… I have a datastore that saves player position per levels, some positions being 4,000 studs away so console will error infinite waitforchilds since chunks not loaded…

Thing’s I’ve thought about:

  • possibly moving all levels in a smaller radius
  • making the min radius in Stream enabled MASSIVE… (rip load times)
  • turn streaming off (also rip loading times…(would anyone even play if they had to wait 2 minutes to join?))
  • making new cams of different levels based on player joining position(which no clue how to code but probably possible to get done)

Please drop me your ideas… Is there a way to Make sure parts get loaded first with Stream Enabled? its only 6 parts that I want always loaded when player joins no matter on their position…

1 Like