I’m in the process of making a round system for my new game. I’m trying to make the board display the winning meme, but it returns with this error:
Line 251:
ScreenImage = VoteAmounts[1].Meme.ImageID
This is the line that inserts the meme to the table:
table.insert(WinningMemes, VoteAmounts[1].Meme)
If you need anymore snippets of the script, just ask.