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
So it is only when you play the game?
Yes here is the game
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).
Yes that’s what I was thinking.
Look for errors, a lot of the time backdoors have error
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).
He is checking the workspace for scripts.
Uninstall any plugin that you dont use, search for scripts, allow HTTP requests.
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.
Check your lightning properties, you must find the problem there.
I assume one of your Developers recently changed one of your properties which in result the game lighting appears to be glowing green.
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.
In this cause check for back doors using a back door scanner.
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
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.
This is most likely the result of a malicious script, could you make a new place and check if this still happens?
This post might help. Sorry for bumping, but this might have some valuable information in it.
Did you change the fog to be green by accident?