Getting Position of a object that has not loaded (Streaming Enabled)

Context : I am trying to set the player camera frame to a specific part location
Problem: The part does not exist when the player spawns into the game because of streaming enabled

I looked at Player | Documentation - Roblox Creator Hub
this solution, but this seems like it involves already knowing the position of the object,

The object is static so I could just copy and paste the position but is there no other way around that?

Let me know if I’m missing something or missing anything obvious I am new to streaming enabled

The part exists - the server sees all :eyes:

You have two possible solutions to this issue:

1 Like

I do like the 2nd method more I’ll do that thanks!

1 Like

Perfect!

If that doesn’t work, please let me know your specific code and I can help debug - or if it does, mark as solution :slight_smile:

1 Like

Works perfectly I used the requeststream function in a playeradded :slight_smile:

1 Like