Ok seriously i need to know how does the studio find all/replace all loop through so many lines so quickly


i had this result in one second…
meanwhile if i try to loop more than 10 things within 2 frames… the device literally crashes. how does this work? am hoping to learn a thing or 10 from this question

1 Like

There is a difference between two, one is finding substring and one is executing actions.

If you crash because you loop 10 things, either you forgot a wait or the “things” are very performance heavy

1 Like

still there r easily more than 5k lines of code in my code and even if i found the perfect wait timing i dont think i would be able to loop thru 5k line in luau