Game works very well in studio but has huge lags in game even with a good connexion

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    Making my game way faster

  2. What is the issue? Include screenshots / videos if possible!
    Huge lag like when you have a really really bad internet even if you have a good connexion

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I optimised as hard as I could, i disabled canCollide castShadow and canQuery on a lot of parts etc

After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!

The game has terrain and a lot of meshes, also I think that the problem might be that there’s a lot of scripts using loops, but why would it work perfectly on studio ? Thank you for you help i would really appreciate!

2 Likes

Are you using a lot of unions? If so, you could try reducing the accuracy of collision in them, or offload them when afar

2 Likes

I used literally no unions, only normal parts and meshes

1 Like

try offloading parts from afar

1 Like

Probably you should check your Wi-Fi but If not then try and re-install Roblox studios.
Thank You!

1 Like

I already have a system for that and it doesn’t change anything, the game doesn’t lag because of the power of the device but there’s like latency whith everything like remote events taking a lot of time to be received or fire

1 Like

It’s not the wifi because i played the game with multiple friends and they all had the same problem

1 Like

Then try re-installing Roblox studios
Have you updated it in its newest version?

1 Like

he’s running it in roblox so that isnt an issue

1 Like

could you try show us a video?

1 Like

It might be your pc specs
Check the memory

1 Like

Currently I’m on vacation so I can’t access my computer but why would it only do this to this game in particular ? I really think the problem is my scripts i will try to disable all of them and test when i go home

1 Like

this was an issue on multiple devices so it’s probably linked to game efficiency

1 Like

Probably your device can’t hold a lot of tasks at once if your opening a lot of tabs

1 Like

try to decrease the amounts of not needed loops maybe?

2 Likes

Here is the link if you want to see by yourself : Paradise Island - Roblox

1 Like

my client is doing fine so far, anything particular that causes the lag?

1 Like

Try going at the bridge and spawn a boat, you will see how fluid this is and also try collecting seashells (the game’s currency) and see how much time there is between when you walk on it and the ui appears

1 Like

it’s probably something to do with the connection between the client and server. How many remote events do you use?

1 Like

Actually a lot, maybe something like 15 or 20 maybe this is the problem, but how would i use less, I need all of them ?

1 Like