Unknown output source and output terminal

If any game I make, even if it’s empty and is a template. Whenever I move in the test game. This always prints in the output! Any ideas on why this is happening?

Source not available rbxopenscript:// www.example.com/dummy? scriptGuid=%7B5450B6AFA788-451A-90BB-56606BCEE351%7D&gst=1#334

There are multiple outputs like this and they don’t occur in the same place. The string after ScriptGuid= is always different.

The most common one is the ine that says

Torso is not a valid member of Model "Workspace.TheDiamondKing_21" - Client

image

image

Do you have any plugins? Sometimes you will get errors inside of the output if you have any old plugins that may have errors.

1 Like

If you have any plugins then I’d recommend ensuring that they are all updated, sometimes plugins can throw errors like that!

I updated them all but same Torso error still occurs.

I do, I will check them all and see if any are doing anything to my game.

In that case try disabling all your plugins and running your game, if the error still persists let me know and I’ll see what I can do.

I’ve disabled all my plugins and when I play the error doesn’t show, all my plugins are updated, I’ll check each one.

Yeah, just loop through them all, disabling them one by one and you’ll find the error.