Basically, in my game I have to use the output constantly due to the fact that there are so many bugs. But for some reason about every hundredth of a second some unknown script spits out "StarterGui:GetCoreGuiEnabled called from server script. Did you mean to use a local script?" rendering my output useless. What is causing this and how can I stop it?
Note: I don't know what GetCoreGuiEnabled is so it is definitely not in my scripts. I'm assuming it is one of those scripts inside the StarterPlayer as I couldn't find scripts not made by me anywhere else.