Join. today we have good staff members and good Owners we have no guns yet but Welcome To MgTapes Staff group👍🦺function added(player)
local Is = Instance.new("IntValue")
Is.Name = "leaderstats"
local role = Instance.new("StringValue")
role.Name = "Rank" -- Change 'Rank' to your value name
role.Value = player:GetRoleInGroup(0000000) -- Change to your groupid
Is.Parent = player
role.Parent = Is
end
game.Players.PlayerAdded:Connect(added)