Me and some other devs are making a simulator game and we were working on the boss when all of a sudden when we tested all of a sudden our memory usage was at 1800mbs instead of 400mbs before?
My dev team leader thinks it is a virus but I couldn’t think of anything I used that could insert a virus since the last time I put a free model in the game it was a decal for sword reference, and that was a good week or two ago.
We’re also experiencing a 40 second loading time with just the skybox and a player list that only shows you?
Please help!
what Is The boss?
Like Union or Blended Model
It is just a regular R15 character that’s slightly larger.
Thats one of the bosses, they all follow the same kind of rig
It couldn’t have been a virus. You likely have a memory leak. Could you show some code that has the highest activity?
You can go to View > Script Performance to see which scripts are having more activity.
Is it in a totally different place than the whole game?
It is in Replicated Storage and it comes in and out as it respawns
yes one second
30cahrsssssss
Well replicated Storage is the worst place as it is downloaded on both Client and Sever sides so the more typing is probably it being loading on both sides
Try downloading only on Server Side by keeping in ServerStorage and just place it in workspace
Oh okay I’ll ask my scripters to try do this