Closed closed closed

I need someone to script me a Group Whitelist Gui.
It means that when someone is in the specific group, they will get the Gui automatically.

Add me on Discord : WoGiTeam#8451
I can pay 100 group funds for it

If you have minimal script knowledge, you might be able to make your own with this [source]
(Player | Documentation - Roblox Creator Hub)

vewy easy

    if Player:GetRankInGroup(2) == 255 then
        print("Player is the owner of the group, 'LOL'!")
    else
        print("Player is NOT the owner of the group, 'LOL'!")
    end
end)

ok but im gonna pay someone to make it for me so could u tell me the full script for the gui ?

Furthermore, if you’re hiring someone, this should be in #collaboration:recruitment.

And, look at what @kenami said, his script is a perfect example for a beginner. Then, all you really need to do is set the UI’s visibility to true or false if they’re in a certain group.

2 Likes

Check your forum messages, I’ll help you out :slight_smile:

someone is alreadry helping me rn but okay

1 Like

Hi there,

Could you move this to #collaboration or #collaboration:recruitment ?
This is for scripting questions, not commissions! Though I can understand the confusion.

In response to your thread, this should be achievable with a very simple script and I’d be surprised if anyone would ask for money for it. Have you tried having a go yourself?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.