Hello all! I don’t know exactly where to put this so, i’m putting this here! recently I have been working on a game of mine using an open sourced Hatching System, Today however, I was adding a new egg/pets when I noticed my account was 100% unable to hatch, Equip, Click, or even use admin commands anymore, But… for some reason, everyone who plays my game during development is still able to play normally and without being glitched, This also keeps happening when I open the model in studio to restart my game from scratch, I dont know if this is something wrong with Roblox on there side or my side, or if something from studio has infected my PC, I’m just super confused, Hopefully a Forum Moderator sees my issue and can come to a conclusion of the problem, Here is the link to my game if you want to further understand which model i’m using Tap Tap Simulator [Coming Soon] - Roblox
Have you used the developer debug menu?
I have never heard of the developer debug menu, Please tell me where I can find this
Press FN+F9 in game to open the developer debug menu, it will show the errors found. Studio has this but I forgot the name of it.
Nothing opened for me, Maybe a different way?
Control + F9 on windows is what it is.
You can type /console in the chat and it will open it.
You can easily press F9 for the console…
Is there a malicious virus doing something like this?
if player.UserId = game.CreatorId then
-- disable all stuff
end
Let me check,It seems familiar
Press CTRL + SHIFT + F and type in game.Creator and hit enter to search.
It searches all scripts for the inputted string.
Nothing was found related to that.
Consider scanning all of your scripts and look if there is a line of code that turns everything off for you