So in my module script I have something called regiment logo where it has a image id but it doesnt work like when I go to my local script to do RegimentLogo.Image = OverheadSettings.RegimentLogo the regiment logo doesnt appear on the list
I tried looking at some posts but couldn’t find anything
local Settings = {
{
Label = "[SBD] - Sublime Development", --Name you want for the group
Color = Color3.fromRGB(255, 255, 255), --Text colour
groupId = 15518530, --Group id
DevId = 255, --DeveloperId
VipRank = 255, -- VipId
KosRank = 255, -- Kill On Sight id if u dont want a group to be kos then u can remove it and if u want a certain rank to be kos u can change it
RegimentLogo = "http://www.roblox.com/asset/?id=10653013284",
},
{
Label = "Name", --Name you want for the group
Color = Color3.fromRGB(255, 255, 255), --Text colour
groupId = 1234, --Group id
DevId = 255, --DeveloperId
VipRank = 255, -- VipId
KosRank = 255, -- Kill On Sight id if u dont want a group to be kos then u can remove it and if u want a certain rank to be kos u can change it
RegimentLogo = "http://www.roblox.com/asset/?id=",
},
}
return Settings
--Regiment Icon
for _, OverheadSettings in pairs (Config) do
OverheadClone.RegimentLogo.Image = OverheadSettings.RegimentLogo