Streaming Issues

Short post, but in my rooms game the entities are breaking because they are being streamed in and out? How do I change this? (They are models)

2 Likes

Use collection service to reference when they’re streamed in/out.

2 Likes

What do I do then? I’ve also never used that

1 Like

Without any code snippets and error logs, we can’t help much other than saying to use collection service…

1 Like

There’s no errors, just the entity freezing in place

1 Like

What is the code you use to move the entity?
Is it server sided or client sided?
What is the entity? A humanoid?

1 Like

Server sided part inside the model that uses linearvelocity

1 Like

Set the model streaming mode to persistent which will only stream them in but not out. (I believe I already said this in ur other post)

its on persistent (character limit again)

1 Like

How do you handle enitity spawning in?

1 Like

the model is cloned into a folder in workspace

1 Like

Show your streaming settings

1 Like

in workspace? (character limit)

1 Like


bottom right

1 Like

Up the streaming target radius to 1024

1 Like

It still happened. It seems like when an entity gets streamed out, it’s frozen in place.
Does LinearVelocity not work under streaming?

1 Like

If that’s the case it’s probably something with your code which handles the logic

well its a known bug that linear velocity doesn’t work under streaming, i just wanna know how to fix it (roblox staff is trying to fix the bug)

Gotcha, could you show the code that applies the linear velocity?

It doesn’t, it just unanchors it