I want to achieve to be able to load in without having to respawn my character.
The issue is whenever I join game all I see is the sky and I have to respawn myself before I can load in.
Ive tried everything I can think of and it seems like a roblox bug.
Can someone try to explain what is happening and how to fix it?
Whoever helps me fix this will recieve a reward!
It does have lots of assets but other games have lots of them too, is their a script to make them load better? And I have tried other games, they load fine.
If this has just started happening I think it’s an actual bug as I’ve started having the issue across numerous experiences in Studio now. @Roblox probably won’t see it for the next 48 hours tho.
There’s no “script” that fixes everything; you basically have to review your game. For example, disconnecting unnecessary connections and cleaning up the code. Does your game contain a lot of scripts?
I do believe im at fault as well, I have lots of scripts and models so I am assuming roblox needs a chance to load all of them but I am curious why they cant fix it.
It’s worth learning more about Bandwidth, Memory usage etc. as all scripts contribute to over-all performance in a game, hence the lack thereof if you’re suffering with it.
Update:
I just removed a bunch of scripts from my game and it worked again, I believe that is the problem, I am going to try to get rid of un-needed scripts and ill let you know. I believe roblox just has issues since its so much.
check your Players service and see if autoload is working, check every script that runs on character removing/character added. Otherwise it will get reported as a bug.
I believe the corruption is in the Carbon Engine gun system. It loads now but something isnt working correctly.
You were right, I was using a ForceR6 script since roblox R6 doesnt work anymore and I believe that was the problem adding to roblox loading, thank you!