Why are there some numbers in the console each time i restart

image
what are these numbers? i dont have any scripts that would print these so what do they mean? the ending is different each time i rejoin

This number is a print of tick(), which returns the amount of seconds in how long ago the Unix Epoch started. I recommend you use Ctrl+Shift+F in Studio and search for prints or tick calls, as this could be one of your scripts, or alternatively, it could be a virus in your game from a plugin/model.

1 Like

i did ctrl shift f and i couldnt find anything

Hold ctrl, then press F while being in a script. If nothing appears select something inside the script then press ctrl then F like you would alt f4.

Otherwise there’s an option in scripts on the top bar that allows you to find words, right next to the replace button.

When you have a bar set, search for “print” with no spaces or text in between, just print, or tick.

Maybe these numbers are Printed from a Plugin

Maybe it’s scrapped data from models and/or plugins. Try removing models and disabling some plugins. Hope this helps. :wink: