How to remove function from "for" in Roblox Studio? – Stack Overflow

I have a code and I want the function to be on top, not in the loop itself. How do I do that? local blocks = workspace.test:GetChildren() for indx …
View full source