I made a ball game, and it uses a function to make balls where you drag your finger.
That was successful, but I’m making a button to change the ball color to something random.
I changed the ball variable to _G. global, but when I click the random color butoom, it only changes one ball to that color, not all of the spawned balls. I think its using the last ball spawned.