FortyyRBLX
(FortyRBLX)
#1
So I am looking to make a custom leader stat to replace the default roblox one.
I have to GUI and UI for it but I have no clue how to make it so the players roblox name shows up and what there rank is in the group.
I want it to be just like the Leaderstat kinda like a game called “Slayers Unleashed”
But again I have no clue where to start with scripting.
This script will print all players name and their group role.
for i,player in pairs(game.Players:GetChildren()) do
print("Player Name : " .. player.Name .. " | GROUP ROLE : " .. player:GetRoleInGroup(7))
end
1 Like
You didn’t provide much context/scripts etc. so all I can provide is this video.
ValiantWind
(ValiantWind)
#5
Wow, it didn’t know this either. Thanks for the link.
I thought it was a rickroll at first.