local found = false for i, v in pairs(player.Backpack:GetChildren()) do if v.Name == "GravityCoil" then found = true end if found == true then script.Parent.Text = "OWNED" script.Parent.BackgroundColor3 = Color3.new(255, 44, 47) script.Parent.Roundify.ImageColor3 = Color3.new(255, 44, 47
To use RGB, you have to use Color3.fromRGB, not Color3.new()