Discord link with 13+ API

Hi all,

I have seen recently that some big games have a Discord link in their game, I was under the presumption that is is against ToS, have things changed now? I presume that these games use PolicyService or VoiceChatService to check if a player is 13+ to display the link however just wanted some clarity on whether it is allowed or not?

P.S - I did try look it up on DevForum before posting, latest post about this topic was from 2020 so sorry if there is a post that I missed.

Thanks in advance :slight_smile:

2 Likes

You’re looking for the AllowedExternalLinkReferences array, found in the dictionary returned by PolicyService:GetPolicyInfoForPlayerAsync.

If you find "Discord" in that array, you can show Discord links to that player. Otherwise, showing Discord links to them breaks ToS.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.