My name is Ted. I want this for loop to stop, and I’ve been thinking about how but came to a dead end.
I want it to stop doing what it’s doing (it’s spamming the clone of a part which is being parented to another model, but it’s being spammed and that’s because it’s inside of runservice.Heartbeat. But I thought I could use “break” to break this entirely, although thinking about it now that just does not make sense at all, because it’s always going to run because RunService.Heartbeat. I thought maybe I could add a check above it, an if statement, to check if v already has a child named Prompt. I didn’t even bother testing it after I added it because I realized it would not work, the second if statement would run regardless because that check does nothing to help what I am trying to do, it will still spam clone the part.
So I came here for help. Does anyone have any ideas?
Attached Video