Enforcement bans are based off the following information:
- Account email addresses
- Account phone numbers
- Account DOB (Birthday)
- Account Join Date
- Similar usernames (can be used)
- Cookies (Roblox checks your browser cookies and cookies within your device)
ID Verification shouldn’t make you immune to enforcement bans.
As long as you are the only one which uses your device and your account, you should be OK.
For browser cookies, there is a built-in option within all browsers to delete cookies, for Roblox cookies/similar locally stored on your device, they tend to be in %userprofile%\AppData\Local\Temp
, windows credentials manager, %userprofile%\AppData\Local\Roblox\LocalStorage
and %userprofile%\AppData\LocalLow\rbxcsettings.rbx
Somewhat similar file locations for local cookies/similar
%userprofile%\AppData\Local\Roblox\AnalysticsSettings.xml
%userprofile%\AppData\Local\Roblox\Downloads
%userprofile%\AppData\Local\Roblox\logs
%userprofile%\AppData\Local\Roblox\OTAPatchBackups
%userprofile%\AppData\Local\Roblox\ScriptAutosaves
%userprofile%\AppData\Local\Roblox\UserCaptures
%userprofile%\AppData\Local\Roblox\Sandbox
%userprofile%\AppData\Local\Roblox\pluginIDEState
%userprofile%\AppData\Local\Roblox\InstalledPlugins
There’s also folders within %userprofile%\AppData\Local\Roblox
that only contain UserId’s, you can delete those. Such folders are created if you enter Roblox Studio with any account.
As-well, anytime you open roblox studio, information regarding which accounts you use will be stored in registry via HKEY_CURRENT_USER\Software\Roblox\RobloxStudio
For me, i’ve created a windows batch file script that launches before roblox or roblox studio does which when ran, erases all local cookies and such if a y/n prompt is given.