Overhead System Assistance

So I am coding a more advanced Overhead GUI for one of my upcoming assets, anyways I am having it so if your in a specific group you have the rank written. But the issue is I do not know how to configure the image label to the group logo. Heres what I have which isn’t working because its definetly wrong.

newOverhead.PlayerName.Logo.Image = 9770207753

How do I have it so the image shows up?

Image is a String property. The property shouldn’t directly be the ID either, though.

The most popular prefix is “rbxassetid://”. That would be “rbxassetid://9770207753”

So I would put that after the = ?

Yeah. You can read more about content data types here: Content Data Types