Client Tween & StreamingEnabled

Hello, I have a really large map so I was thinking about using StreamingEnabled, the only problem is that in my game I have a lot of Tweens, through a Timer set on the Server, a remote event fires on All Clients and start the tween on the Clients (to make the Tween smooth).

The problem is that the Tween “Goal Position” is now a Vector3 or CFrame, but instead I use a physical, invisible part put on the map, and then get its position. I have a ton of these parts because the Tweens go in order; for example:

Part1.PositionTween CompletedStarts Tween with Part2.Position as the Goal etc

I tried and since you don’t load all the “Position Parts”, the Tweened Object just disappears and it gives an error saying it hasn’t found the next “Position Part”. Any way I can resolve this? Thanks.

1 Like

Check if they exist using :FindFirstChild before attempting to tween.

1 Like

Nope, it still doesn’t work.
Part11 is not a valid member of Folder "Workspace.parts3

1 Like