Im trying to make a radio system and I cant figure whats wrong? script gets exhausted when I run it.
Please help me find errors.
Im trying to make a radio system and I cant figure whats wrong? script gets exhausted when I run it.
Please help me find errors.
You haven’t put any waits into the code, which is exhausting it. I would recommend adding a task.wait() at the beginning/ end of the loops, however I should note that this code could be simplified down to be more efficient.
for loops could definitely be used
Thanks! That worked. I never thought of that.