Group information for your needs

Group Information for your needs

We are a product that we use to help players easily.

Model: https://create.roblox.com/marketplace/asset/15523216341

Instructions:
Add the model into ServerScriptService
Edit the GroupStuff in Group Module.
Edit the GroupId
Add this into a script

local group = require(game.ServerScriptService.Group)

Functions:
GroupId()
OwnerName()
OwnerId()
Description()
GroupImage()
GroupName()
GetRoleFromPlayer(player)
UpdatedRank(player)

Example:

local group = require(game.ServerScriptService.Group)

if group:OwnerName() == "RobloxSupp515" then
   print("Works")
end

print(group:Description())

No longer obfuscated because is a rule

If you need help, feel free to contact me

5 Likes

This is sick and would really help a bunch of developers!

1 Like

Thank you! If you need help feel free to contact me.

1 Like