So heres the problem: I want to have a rank system (with group ranks) to show what rank someone might be in my group, however, on group ID it expects the closed bracket.
{
name = "Flashbacks Studios",
color = Color3.fromRGB(0, 234, 255)
groupId = 4659668
},
Heres the whole of the script if that helps
return {
{
name = "Flashbacks Studios",
color = Color3.fromRGB(0, 234, 255)
groupId = 4659668
},
{
name = "Dank",
color = Color3.fromRGB(161, 191, 127)
groupId = 2629950
},
}
but yeah, this script is breaking my entire rank gui.