of     1   

WordCIock
#227812163Tuesday, November 21, 2017 7:54 PM GMT

Hi , So basically I am making a military base for a group and i'm trying to add group ranks to the leader boards , But I have different regiments , that means i have 2 groups i have normal ranks and i got a Military police group that i need the ranks from to show on the game also. Is there a way for it to show your rank and regiment? so it will say ur rank from the first group and if you are in a regiment(other gorup) Can anyone help , i can show u what i mean and i am willing to pay someone if they can make a script for me quick :)
WordCIock
#227812253Tuesday, November 21, 2017 7:57 PM GMT

Bump
WordCIock
#227812484Tuesday, November 21, 2017 8:04 PM GMT

anyone?
WordCIock
#227812713Tuesday, November 21, 2017 8:11 PM GMT

please
AsharKYT
#227814129Tuesday, November 21, 2017 8:48 PM GMT

Do you want it in a leaderboard? because then it would be something like this: game.Players.PlayerAdded:Connect(function(player) local leaderstats = Instance.new("Folder") leaderstats.Name = "leaderstats" leaderstats.Parent = player local rank = Instance.new("StringValue") rank.Name = "Group Rank" rank.Value = player:GetRoleInGroup() -- put group id in parentheses rank.Parent = leaderstats end)
AsharKYT
#227814223Tuesday, November 21, 2017 8:51 PM GMT

I think that should work ^^^ but Am wrote in rush so it might have some mistakes
WordCIock
#227814330Tuesday, November 21, 2017 8:53 PM GMT

thanks for doing this but I need it to work for 2 groups
AsharKYT
#227814439Tuesday, November 21, 2017 8:55 PM GMT

If you want it to show both ranks then why not just make another StringValue for the other group?

    of     1