I’m currently working on a game and um, I think some of my developers decided to backstab me, I found 1 virus in my game and deleted it using a plugin named Ro-Defender. Also, I found out my main menu broke whilst it was working fine a few days ago.
I also see this weird alien thing.
I think this might be a backdoor. Get rid of any malicious plugin. Open up the explorer and look for scripts you did not add. Expand all the hierarchies.
Found this script that was inluded with the Alien UI.
game.TweenService:Create( script.Parent.ViewportFrame.Handle,TweenInfo.new(3,Enum.EasingStyle.Linear,Enum.EasingDirection.InOut,-1,true,0),{Orientation=Vector3(0,360,0)}):Play()
I once found some sketchy scripts before too, in my case they we’re located in Lighting, you might want to check that
Furthermore, I don’t know if you’re using Modules, but it can’t hurt to search in all scripts for “require”, it’s often used by malicious scripts, just press cntrl - shift - f to search in all scripts
Did you put the version text there yourself? Because the alien image seems too perfectly aligned with the version text to be coincidental. This might indicate that somebody that has direct access to the game did it (I really don’t want to start blaming developers that I don’t know, so please don’t take my word for it).
Can you also try changing the parent of the handle to the workspace to see what it is?
Quick suggestion, go to Manage Plugins and just disable all of them except for the ones that you can trust.
If the issue still persists, you’ll probably be safest reverting to a version before this alien was appearing and just copying over the parts and models that you made during that time.