Verify Your Communications Server Account To Roblox
This is a Roblox system I created to link your Communications Server Account to your Roblox account. This system will prompt users to enter there userID into a textbox and will verify through Bloxlink or RoVer where they are linked. If you use Bloxlink it is also per guild so you can specify which guild the account is pulled from.
Config:
13 local GuildID = "123456"
27 local Data = HttpService:GetAsync(Server .. UserID .. "?guild=" .. GuildID)
--To Disable Guild Specificity just delete the last part and make it look like this.--
27 local Data = HttpService:GetAsync(Server .. UserID)
Just put the files in the Group Associated with the File Name.
Notes
This System uses the Bloxlink API or RoVer API to check for verification so itās only accessible to people who use these bot in their Communications Server.
Another thing is the system saves the UserID of the player to a datastore called āVerificationā for easy access in other systems. (You can rename it) The Gui will not show up for verified users unless you Remove their datastore.
Im planning to remake this system to where only people 13+ can view or link there discord account in-game. The reason why thereās a rule saying no discord in game thatās because of the flow of underage people who cannot use discord and ROBLOX does not want to promote a communication application for people who are under the age of 13.
That is VERY not possible. Even if you could tell if someone was +13, Kids lie about their age to get away from the horrible <13 chat and people who make themselves 4 instead of 14 by accident so that would be inaccurate. Roblox has a policy about discord because of incidents so your game will get moderated
Donāt worry buddy. I already made it where if the kid lies thereās a system that gets the age of the player. Itās kinda like a safe chat system but for accounts