Hey guys I found away to get around this issue until Roblox decides to fix this follow the thread to know how to get around this bug!

Remember if you need help comment on this thread!

#RobloxDev #Roblox @robloxdevrel https://twitter.com/CalebRBX/status/1311730365841760258
1) You're going to need to go to the Roblox API page, because the payouts page is experiencing a visual bug, we can just send an HTTP request to update the payouts ourselves, getting past the recurring payouts page.

API: https://groups.roblox.com/docs#!/Revenue/post_v1_groups_groupId_payouts_recurring
2) Make sure you are signed into roblox or else the request will fail.

3) Enter the group id of the roblox group you are trying to update the recurring payouts for:
4) The last and final part is to add the people you want to set the recurring payouts too.

You are going to need the UserId and the amount Percent for each person you are trying to give a % too. If you want to remove someone don't add them to the list
You will need to format your request in JSON (shown in the thread below), if you want a good place to edit this use this: https://jsoneditoronline.org/ 

Now your text should look like this:
{
"PayoutType": "Percentage",
"Recipients": [
{
"recipientId": <PutUserIdHere>,
"recipientType": "User",
"amount": <PutAmountOfPercentHere>
}
]
}
To add multiple users to payouts you must format your data like this:

You may add more than 2 Recipients by just keep adding on.
Once you have your text to input enter the text in the Request Text Box and click "Try it out" below the possible errors.
If you get status code 200 you have successfully done this! If you have any issues feel free to reply to this thread.
You can follow @Dev_Linxy.
Tip: mention @twtextapp on a Twitter thread with the keyword “unroll” to get a link to it.

Latest Threads Unrolled: