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.Position → Tween Completed → Starts 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.