Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

My game is having ping lag issues help? dçaek,iopfhweryuifgbweryufgbweryhugbwerg

Asked by 4 years ago

When the server starts the game have no lag, but after some time playing the ping starts to jump to high numbers like 1000ms and then the server just crash and everyone get kicked

1
Not related to scripting? DeceptiveCaster 3761 — 4y

1 answer

Log in to vote
0
Answered by 4 years ago

It may happen due to: too many particles, parts, script loops etc. To fix the particle or part lag, simply just add a script to it to remove it after a certain amount of time being spawned.

ex : game.Debris:AddItem(PART_NAME,2) --will delete the part in 2 seconds.

Ad

Answer this question