Why is my game green?

It could be, a plug-in, but I have made places between this and the sword fighting game I mentioned. It also seems fine when I play test in studio

1 Like

So it is only when you play the game?

2 Likes

Yes here is the game

1 Like

Go to the explorer, and search “script”, if any scripts that look unfamiliar show up, delete them (then we can assume sine you didn’t use any free models that it is a plug-in).

1 Like

Yes that’s what I was thinking.

1 Like

Look for errors, a lot of the time backdoors have error

2 Likes

In the output of the game it tries to teleport you to another game and send things to “buy”. Of course it can’t do this since “ThirdPromptPurchases” or something like that is disabled. So it must be some plug-in as he only used one free model (HD Admin, which he is sure is the right one).

1 Like

He is checking the workspace for scripts.

1 Like

Uninstall any plugin that you dont use, search for scripts, allow HTTP requests.

1 Like

Personally I would revert versions until the last update before it turned green, then you can search what went wrong and what you added. Then you can just go to the most recent version you have downloaded and delete the script or model. Hope this helps!

This doesn’t seem like some sort of script or “virus” that is causing this as HD admin does this, maybe you or another user might have changed the fog color as most viruses don’t normally change fog colors.

Also, can you send the plugin model or plugin image so we could see further information on it?

The most possible answer has to be your fog color being set to green or the atmosphere also being set to green.

1 Like

Check your lightning properties, you must find the problem there.

2 Likes

I assume one of your Developers recently changed one of your properties which in result the game lighting appears to be glowing green.

2 Likes

I just checked plugins in your inventory and I believed you may have malicious plugin and botted plugin in it.

Here the unfamiliar plugins you’ve owned:
https://www.roblox.com/library/5351664164/NEW-TREES-Tree-Generator
https://www.roblox.com/library/4970546106/GapFill-V1-2

They’re not the original owner, so I recommended you to delete them in your inventory.
As you can see the tree generator, if you look into his profile. You can clearly see his join date: 7/14/2020 which could have backdoor in the plugin.

Also the GapFill, you’ve installed the wrong plugin, here’s the original and correct plugin you should have:

Next, try use the bind:
CTRL + SHIFT + F

Now search “require”, or any unfamiliar type of scripts in it.
Or in the explorer, type “script”, “spread”, “infections”, “weld”, “lag”, “anti”,“creator”, etc.

I hope this help you.

8 Likes

In this cause check for back doors using a back door scanner.

1 Like

I put look in the lighting settings in game (by printing) and check what doesn’t fit right.
Almost like this

local Lighting = game:GetService("Lighting")
local lightingSettings = {
     OutdoorAmbient = Lighting.OutdoorAmbient
     FogColor = Lighting.FogColor;
     Ambient = Lighting.Ambient
}
print(table.unpack(lightingSettings))
-- Find anything that is green

Then, if you find the property the bad script is changing, then change it using a script

for i=1,50,1 do wait()
     Lighting.BadProperty = GoodProperty
end

This will not remove the bad script, but it will make your game no longer green

Edit: I am also really sorry this has happened to you

4 Likes

Try to check the fogend in Lighting if its 1000 then you’re good and change the color of fog to 0, 0 ,0
If it didn’t work try check if there’s any free models that you’ve added to your game delete them one by one and see if a free model is causing this green fog.

3 Likes

This is most likely the result of a malicious script, could you make a new place and check if this still happens?

1 Like

This post might help. Sorry for bumping, but this might have some valuable information in it.

1 Like

Did you change the fog to be green by accident?

1 Like