There are bots for all social media that are able to verify with randomly generated phone numbers. They also don’t need this phone number to be their actual daily number, it can just be used specifically for Roblox.
Regardless, there’s no reason that the verified methods shouldn’t be exposed for use.
I have phone number verified + email verified on this account yet I dont have access to voice chat. I do understand that ID check is bad because its clientside however I cant do anything about that because roblox doesnt let me check it on serverside and the only reason why I wrote that workaround is because roblox usually ignores people and they just straight dont care.
honestly I think roblox should allow us IP ban like this:
PlayerService:IpBan(UserId) --returns nil so basicially no script developer knows thier IP but the player is basicially IP banned from the game
and unban like this
PlayerService:IpUnban(UserId) --also returns nil
This wouldnt invade privacy because script developers still wouldnt know player’s IP address. If they ever wanted to IP ban someone they would only need the UserId and thats it. My entire point here is that no script developer would have access to player’s IP address and all they would need is just their UserId to IP ban the player from the game. How does it work? Roblox saves the IP behind the scenes (in one of their database where no script developer has access to that database only roblox would have access to that database) and then when the player would like to join the game it would kick the player automaticially with “IP banned by script developer” or something like that. Let me repeat so what im suggesting is that they should enable the ability for script developers to IP ban users but if the script developer wants to ip ban someone from their game all they would need is just that god damn UserId and nothing else no government ids no phone numbers. I hope roblox adds something like that it would help us combat exploiters alot more effectively.
Hi there. I have a problem with this returning false, even if the player falls under the categories to be marked as identity verified. Is this a problem on my end or is anyone else experiencing this?
Hello ave, if you play a game from the studio and you use the IsVerified API, this always will return false. It’s not a error, only play your game in Roblox and the API will work correctly!