Speaker:SetExtraData | Help

Hello, quick question on Speaker:SetExtraData how would i add more than one tag example

Speaker:SetExtraData('Tags', {{TagText = "Owner", TagColor = Color3.fromRGB(85, 255, 127)}})
Speaker:SetExtraData('Tags', {{TagText = "SomeThingElse", TagColor = Color3.fromRGB(85, 255, 127)}})

This only allow’s for one tag, and i cant add more how would i go about adding more tags…
I have if statements for if players go over a cash amount give them a tag that works but it overrides the staff tags.