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

How to reduce lag? [closed]

Asked by 8 years ago

Hello I am Angels_Develop. I am creating a very large game with thousands of thousands of triangles. Is there anyway you know how to reduce the lag of the game and make sure you can actually load into the game without crashing? because deadmist and apoc rising has done it.

1
'Lag' is created more readily by scripts rather than parts. Your place should be good for most people even with over a hundred thousand (anchored) parts. BlackJPI 2658 — 8y
0
if the game is bigger you can set streaming enabled to true which allows the map to render an unrender for each individual client ProfessorSev 220 — 8y
0
I don't think so. Physics and rendering tends to be the bottleneck for most projects. Focus on writing readable code and optimize later (even better, optimize only after benchmarking the code). To answer your question, look into Network Streaming: http://wiki.roblox.com/index.php/Network_streaming XAXA 1569 — 8y

Locked by General_Scripter, davness, TheHospitalDev, and Prioxis

This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.

Why was this question closed?