Looking at the documentation for it ReplicatedFirst | Roblox Creator Documentation It may be because its the first thing loaded [before logservice?]. Try rendering a GUI on the client and seeing if it displays… if it doesn’t then there is something wrong.
I doubt it is broken. I think it’s something around that print unable to display to the console? I don’t know. I’m looking into it to see if I can replicate.
I just ran a test and it does work as intended. Perhaps you were using Run and not Play Solo.
Yeah, I had a second script that does that but it didn’t load, restarting the game caused it to fix itself but now it’s getting stuck infinitely on requiring a module script.
You shouldn’t need to wait for the child because it already exits as it’s replicated first with the LocalScript. Try calling it directly in the require. Also once again, it may not be that it is yielding, but you may just not get any output due to it being loaded before everything else.
Look into the ClientHandler. I tried to artificially yield the script for 20 seconds and it printed even 20 seconds after. I think something in that code prevents it from continuing.