Some scripts in my game just completely dont work at all

the root place in my game is completely normal, but both subplaces are broken and some scripts just dont run at all.
they were working just fine yesterday, but now they are completely broken and no errors occur in the output.

i dont know whether this is a bug, or something that i accidentally enabled.

for some extra context theres technically 3 subplaces that are broken, but im only counting 2 because one has another subplace that is identical (and the root place has its own identical subplace, but its not broken like the others)

1 Like

Can you share more information about where the scripts are located, what they do and why you think they aren’t running?

i dont know all of them, it just seems they broke at random.
i should probably report this as a bug instead

It is most likely not a bug, and an issue with your code or script instance

alright, but im not sure what caused the scripts to break since i didnt do anything to them.

wait hold on, i think i found out why

found it, apparently i accidentally replaced the script in a module with one that yielded forever…

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.