Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why is a script suggestion always filling up my output? (answered)

Asked by 9 years ago

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.

1
If it's in your script, the output will tell you exactly where the script is that's causing the error. If it's not from one of your scripts, then it either won't tell you or will tell you something else, like it's from a plugin or something. Perci1 4988 — 9y
0
Thanks! I deactivated all my plugins (i don't use them anyway) and now my problem was fixed! It also fixed a bunch of other problems with the camera and keyboard input. Octillerysnacker 115 — 9y

Answer this question