I’m not sure what category to put this in as I’m not sure what’s causing this.
When I try to join my game it loads like normal and then it will permanently freeze. Sometimes it will freeze in the loading screen, sometimes while my character is loading. The game doesn’t freeze in studio, only in the actual experience.
Are there any errors in the Output Window?
Sounds like you’ve got a script that doesn’t have a wait() in it and is running full tilt taking up all the processing time.
Have you put any scripts in at all?
Another issue might be a Plugin that you are using that’s not the original and has some kind of added script in it that’s messing with your game. Check EVERY folder in your game in Studio while you test it to see if anything’s there you didn’t add.
As for the plugins, I only use a roads plugin, archimedes, gapfill, and part to terrain. All of them are from the plugin page inside of Roblox studio besides the roads plugin, which I got from the devforum page the developer made for it.
Yes, but make sure that the Plugins you have are from the original creator.
There are so many copied versions of Plugins that have had harmful scripts placed in them.
You have to be careful.
The ones in the roblox studio page are all the official ones. I checked all of my scripts and folders and everything is normal.
There are no errors in the output window, unless I’m looking at it wrong which is completely possible since I don’t use coding and don’t deal with the game errors most of the time.
The issue seems to be that you’ve got a script that freezes the game by looping continuously and freezing the game, but only when you play it on the site and not in Studio.
What scripts do you have in the game and are you sure all the Loops in those scripts work perfectly?
A way of troubleshooting this is to Disable half your Scripts and see if the game freezes. If it does then you Enable those Scripts and make half the remaining Scripts Disabled and try again. Keep Disabling half the remaining Scripts until you find the single script that when Disabled doesn’t freeze the game.
All of the Plugins in the Library are not original. Search for Archimedes and you’ll see 2,247 results.