Extremely long load times

Currently, whenever a user enters the game, no matter the device or internet connection, they are stuck loading with the camera above the map for ~15 seconds. It’s not to do with unions or anything like that because I’ve tried to remove all unions in the game and it made no difference. There is only one texture used in the game so that is not the issue.

Game link

Any help would be appreciated.

Not long load times for me…
so i don’t know, but maybe there are too many local scripts?

Has nothing to do with scripts. Checked script performance and nothing gets over 1%.

1 Like

Well, I tested your game, and it seems to happen. I looked into your console, and I saw this error at the same time.

Capture

There is a part with a moving texture for the water. I removed it to see if that was causing the problem which it was not.

I am on fiber internet and a average gaming PC. The load time was about like 3 seconds? Average load time. Not sure what you are talking about. If you are getting ~15 seconds of load time then there must be some sort of issue on your end.

1 Like

What I mean is being stuck in the sky. This doesn’t happen to me in any other game. This doesn’t just happen to me, this happens to everyone who plays the game.

When I first joined it took me a while to load in, I opened F9 and saw this, a lot of memory is used when you first join (Went up to 387MB) (basically when you see the map from above),


I’m not really good at guessing but maybe you are loading too much stuff at once when the player first joins.

You’re using a custom character script, maybe it takes a long time to run that script and it takes time for the camera to lock into the character.

I’m not using preload async for anything except pet animations, which are just default roblox animations, and it doesn’t affect the load time at all.

1 Like

What makes you think I’m using a custom character script? I’m using the default character.

This is not my character

That doesn’t mean it’s a custom character. That’s just different clothing.

No, It don’t have any accessories and I’m sure the body type wasn’t like this.

It’s not a custom character, just because it removes your packages and changes your clothing it doesn’t mean it’s a custom character.

1 Like

The loading doesn’t happen for me, though these are my PC’s internet stats:

It’s kind of hard for us to help you if it doesn’t happen to some of us.

1 Like

are you using any while true do loops, i’ve messed up a game doing that in the wrong place before, other than that im not sure

also it loads perfectly fine for me

That’s not how while true do loops work, they don’t break the game. They repeat code forever.

Well, break the game isn’t the right word, but they use so much memory they can massively slow down the game for low-end devices.

1 Like