Im currently making a game named Hand Sign Legacy.
I am trying to remove lag from my game.
Almost all servers go into slow mode and i dont know why.
There is no unanchored parts
I removed every inf loop and tried to make my scripts as fast as possible and the servers still going slow mode.
I heard that i can see whats causing lag by viewing at console but i dont understand info that i see there.
How can i fix the lag?
3 Likes
Dynulax
(Dynulax)
August 23, 2021, 3:50am
#2
You can use MicroProfiler to debug your game performance.
1 Like
ok, I will try to use MicroProfiler.
2 Likes
I tried and it seems like graphics and preparing is the problem?
The lines are above middle which is not normal.
I still dont really understand what is causing lag
Can someone explain it?
Also im not going to reply since im going to sleep
1 Like
I don’t know how that is possible because a slow server is present only for Studio Team Create.
1 Like
here is a better image
I took it 10 mins away
I removed all wait() in my scripts to make them more faster
1 Like
Dynulax
(Dynulax)
August 23, 2021, 4:23pm
#7
Could you send me your game link?
1 Like
Just removing waits won’t do, you need to experiment with StreamingEnabled and find the right configurations
1 Like
Thats why i asked for help bc i dont know how to
Also im using some modules like FastCast, RaycastHitboxv4. Maybe they are causing lag?
1 Like
No they don’t cause lag. Research on the Wiki on how to optimize a game, you can find a lot.
1 Like
Does fastCast set network ownership?
leo007er1
(leo007er1)
August 23, 2021, 5:24pm
#13
I searched up for some posts on how to increase performance and here’s a result:
Introduction
Hello there, I’m BullfrogBait and this is my first community tutorial that focuses on MeshPart usage, performance and optimizations as well as mini-tutorials along the way like how to import and export objects and what all the different RenderFidelities/CollisionFidelities mean.
MeshPart optimization is becoming a very important skill as MeshParts are being used more and more frequently as Roblox slowly climbs out of the stone age, with this tutorial you can really cut down …
Also make sure Content Streaming is on, and do some researches.
2 Likes