Unexpected and suspicious messages from the server in the developer console

I’ve found weird things printed in the dev console, and the fact it was from the server is pretty disturbing. The scripts of my game aren’t supposed to print anything. I was just wondering if anyone knew what it is :confused:

image

image

I obviously suspect some sort of fling exploit, but I don’t know how it managed to print stuff on the server side.
If anyone has an idea of what it could be, it would be great help :slight_smile:

Edit : when those messages were printed I noticed a part in the workspace called “SatDeployed”, containing a BodyGyro and a BodyPosition. I think I’m definitely onto a fling exploit, but I’m still wondering how all of this can happen from the server :thinking:

Those have all been sent to the console through a call to the function named “print”. What you could do is go through all of the scripts within your game and search for the words “satellite”, “chatted” etc. to locate the scripts which are causing this, then you can remove them at your own discretion.

I know I know :sweat_smile: but the server scripts I made don’t print anything, so I really suspect an exploit.
Just wondering if some exploits can actually print on the server side

Nevermind, it was all coming from a hat containing scripts :

Sorry that I had to make a topic just because of this :sweat_smile::joy: