Humanoid Replacement

Well, I think it might be caused by a poorly written NPC controller. A single Humanoid NPC should not cause lag. It could also be the Humanoid’s “expensive” initialization causing a freeze during loading. Another possibility is a while loop without task.delay(), which can lead to runtime exhaustion (you should see an error like: "Script timeout: exhausted allowed execution time”).

1 Like