Hello, I have recently made a game that has gotten pretty popular (https://www.roblox.com/games/17123943571) and I wanted to enlarger the community by adding a Discord billboard sign with the link in it.
The sign obviously only shows for users that have Discord allowed under Policy Service, most people say its allowed, but some say it isn’t?
for details, here’s the server sided script that the game uses
local Discord = false
local PolicyInfo = game:GetService("PolicyService"):GetPolicyInfoForPlayerAsync(Player)
for i, v in pairs(policy.AllowedExternalLinkReferences) do
if v == "Discord" then
Discord = true
end
end
If true, then sends a remote event to the client to show the billboard model inside of workspace.