Help with basic radio system not working

Im trying to make a radio system and I cant figure whats wrong? script gets exhausted when I run it.



image

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.

1 Like

for loops could definitely be used

Thanks! That worked. I never thought of that.