How would I be able to make a group payout to a player that is in my group through a script? I wanted to do something similar to hazem.gg,

Hey, I wanted to know how to make a script in my roblox game that can send group funds to a player. Would I need to use roproxy?

1 Like

You’d need to use a proxy, yeah.
Also, the user would need to be in the group for at least 2 weeks prior.

I’m not sure of any good proxies for it, but the API itself that you would need to access it the groups api, namely /v1/groups/{groupId}/payouts

(also I’d recommend not doing it at all)

2 Likes

dont

this is totally against TOS

just dont

1 Like

Yes, do NOT do this if you intend to distribute robux via a game directly.

The API is public and you are permitted to use it, but Roblox is pretty clear on doing giveaways and such in games. They’re not keen on the idea due to scamming. If you really want to distribute robux via the API it should be done for personal use only, don’t distribute anything to players.

Okay, I will probably do it manually then.

I wanted to do something similar to hazem.gg, but with group funds.