Items fall into the ground
hom3rSIMP

don't let the players generate the map, host the map and set levelurl. I think you have disabled this https://rust.facepunch.com/news/meta-madness#MapUploading 


ye, i'm using server.autouploadmap false because sometimes players cant download the map

Hi,

It sounds like `server.autouploadmap false` might be the root cause of your players' inability to download the map, leading to items falling through. When this is set to false, players might not be able to properly download the custom map, causing these rendering issues.

I recommend trying to host the map yourself and use `server.levelurl` to ensure players consistently download the correct map. If you're encountering issues with players downloading the map when `autouploadmap` is true, it might be worth investigating your server's upload bandwidth or checking for any network configurations that could be interfering with the map download process.