You could add the code into the workspace or ServerScriptService.
I recommend that you name it something too so it doesn’t look off.
The names of the scripts will appear in the output.
You could add the code into the workspace or ServerScriptService.
I recommend that you name it something too so it doesn’t look off.
The names of the scripts will appear in the output.
Lemme try it out, ima see if it worked
It only decreased like half a gigabyte, from 1.8gb to 1.3gb…
When I tried fixing the performance issues
Do you have the game published?
Hello! If you used free models, then search in the explorer for the following names:
Virus, infection, vaccine, 4DBeing, lord, … , Guest talking script, Spreading.
Sometimes, when you have viruses, every single instance of your explorer may have malicious scripts in it.
If you don’t have any of these scripts in your game, make sure everything is anchored, and it’s highly recommended to check for scripts in free models, read them and try to identify the malicious scripts.
As I know, welds can be laggy. So you can try deleting this as well but it’s optional.
Yes, but it is in private, and not in public
Just a question, how many scripts are there?
Im still checking on it, it could be less, it could be more, its unconfirmed
Well the fact you don’t know that is quite alarming, it could mean anything.
CTRL+SHIFT+F, you could try looking for Clone().
@ViroTGP_YT can you please just show us your Memory Usage breakdown like I asked earlier? Stop listening to these people who jump to conclusions about it being viruses or other nonsense without seeing Memory Usage.
Check your game in-game (not in Studio test), and take screen shots of your Memory Usage, specifically the Place Memory section.
Don’t listen to anyone else until you’ve done this step, since any suggestions are literally shots in the dark until this info is provided.
maybe other app’s issue, do you both feel the lag?
I can’t screen capture for some reason, but lemme tell you, it was before, at 1.8GB
Use the Snipping tool (also called Snip & Sketch). If you have a windows computer, you absolutely have it.
Provide more info (and also provide screen shots of the game itself?) and we can help you much more accurately.
Are there any meshes? How many meshes and how many triangles are in those meshes? (games start to lag around 100k tris in my experience, around 50k for lower-end devices)
Well do these steps in order:
I guess, I should start off completely from scratch, and then I’ll see whether if there’s any issues regarding performance.
I will let you know if I do still, thanks for the great help buddy!
I didn’t say you had to start again! In fact I said the opposite in my first post:
Just show us the performance stats so we can tell you where to get started, or else you also might make the same mistakes the next time!
@Ggblocks20 your fourth step should actually be the first step. Always troubleshoot Place Memory first. You’re shooting in the dark otherwise.
How many unions do you have in your game?
(post marked for deletion for privacy reasons)
I know this is late but I found a solution on my own game. All you need to do is check your scripts for While Loops i had 3 scripts using these and when i changed it to only go when it detected a change it fixed it for me give it a try!