My client’s memory usage for my game fluctuates between 900-1000 MB. My game isn’t that heavy and runs okay on mobile devices. It has 2k parts, not many textures/meshes I should worry about.
Yes, I am playing in Roblox and not in Studio.
Do any of you have any tips to improve performance?
Use the developer console and browse around sections to see which categories are using memory the most + see if it’s gradually increasing, if it is it’s probably a memory leak.
If you used anything from the toolbox or using dangerous plugins that does script injections make sure that they don’t contain viruses.
Make sure you don’t have absurd amount of non-used variables.
You can try clearing your Roblox cache or just straight up reinstall it as a last chance.