Social Media Icons

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?

1 Like
  1. 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.
  2. 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.

I can’t import them though, can I? roblox will moderate me for that

You have a point… maybe use text?

1 Like

I’ll have to do that then… thanks

1 Like

You could upload individual parts BUT thats kinda of bypassing

1 Like

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