When you first spawn in my game (With Streaming Enabled) you spawn in the nil and die. Can anyone help me with that?
It happens the most and in the worst form when a server is starting.
Edit: Disabled Streaming for now.
When you first spawn in my game (With Streaming Enabled) you spawn in the nil and die. Can anyone help me with that?
It happens the most and in the worst form when a server is starting.
Edit: Disabled Streaming for now.
This occurs because the character spawns before the map has actually loaded, this is common with terrain loading. Also nil and the void under the world are not the same, nil is a value, not a place.
Edit:
If you want to solve this issue, you have to make the spawn location collidable or place a part under where the player spawns.