Ah I see, you can have a array to contain all your rewards.
Then create the name reward around the center with this
Repeat Array.Width times: Create Object: at position x,y
Set text to Array.At(loopindex )
Then set position
X: center.X + radius *cos(360/Array.Width*reward.IID)
Y: center.Y + radius *sin(360/Array.Width*reward.IID)
And set angle to angle(center.X, center.Y, reward.X, reward.Y)
At last you will need to pin it to the center.