Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make Group Rank Leaderboard? [closed]

Asked by 3 years ago

local groupID = 12321313 --- ID of the group

game.Players.PlayerAdded:Connect(function(plr) local ldr = instance.new('Folder',plr) -- Creating the leaderstats ldr.Name = 'leaderstats'

local Val = instance.new('StringValue',ldr) -- Creating the value Rank Val.Name = 'Rank'

Val.Value = tostring(plr:GetRoleInGroup(groupID)) -- Setting the value to the players group rank end)

0
this uh.. site is for help fixing scripting problems... this is not for tutorials, no hate of course but you can make a youtube channel instead for that, not here imKirda 4491 — 3y

Closed as Not Constructive by Ziffixture

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?