I’m trying to show the icon of each social platform (youtube,discord,…) that I link to in my Roblox game via textboxes (obviously after checking whether I’m allowed to with policy service).
However as far as I know I can’t upload the icons to Roblox nor can I get them on any other way.
How do other games do it? What’s the best approach?
Create a GUI, such as a screen GUI, and add ImageLabels to represent the social platform icons. Set the Image property of each ImageLabel to theicon you imported.
Use TextLabels or TextButtons to display the social platform names next to the icons. You can arrange them in your GUI layout. When a player hovers over or clicks on a specific social platform, you can trigger actions or open links as needed.