Recently I got problems with players being teleported into a weird game, to this.
Even tho I searched the game number in here and never found at all
As well I searched for “TeleporService” and didn’t even exist,
and like every second the players creators are excluded keep getting some stuff appears to buy I don’t even know they are dev products or gamepasses, but I’ve searched for word “Prompt” and check all scripts there wasn’t even anything looks suspicious, is this a roblox problem or what is going on? as for my plugins I am using known well and most of them I took it from a guy in youtube called “TheDevKing”
Seems like a virus.
Go to the explorer and search ‘Script’, now go through all the scripts and check for suspicious stuff. (It is not as easy as looking for the keyword ‘5492682853’, which you also spelt TeleportService wrong)
It’s a backdoor. Easiest thing to do is disabling external place teleports. Otherwise you have to search for “require” and “getfenv” and check everything coming up.
If you read what I said, I said search for ‘Script’ not 5492682853
and if you did copy it from api references then why did you search for the keyword ‘TeleporService’?
The place ID sometimes not included in the script directly. The script can just require an external module and the place ID is hidden in that required module.