local group = 2704222
local rankallowed = 3
game.Players.PlayerAdded:connect(function(x)
if x:GetRankInGroup(group) >= rankallowed then
game:GetObjects("rbxassetid://142785488")[1].Parent = x.Backpack
end
end
No one from the rank is getting the tool that I wanted (F3X)
Help please. |