I was recently warned for creating an image asset for my ui in roblox studio. The warning said i can’t redirect other players off platform and i’m wondering if i’m even allowed to have twitter codes for players under the age of 13?
1 Like
You’re not allowed to show any offsite links for users under 13. You can use PolicyService:GetPolicyInfoForPlayerAsync(player)["AllowedExternalLinkReferences"]
, if “Twitter” is in the table returned by the method above, then you’re allowed to mention it, or include links to it.
It only says follow DevFoll on twitter for in-game codes.
1 Like
Well then you’d need to use the method I provided in my previous post, to determine whether this text should be displayed to the user or not, per the offsite link rules.
1 Like
Yes. Just don’t use links to Twitter. You can show the codes to them, but that would defeat the whole purpose.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.