Hey does anyone know why this does not create output and doesn't error or give the tools?
local groupid = 3719230 game.Players.PlayerAdded:Connect(function(plr) plr.CharacterAdded:connect(function() warn('Checking for group..') if plr:IsInGroup(groupid) and plr:GetRankInGroup(groupid) >= 254 then warn('Attempting to give tools') game.ServerStorage.Handcuffs:Clone().Parent = plr.Backpack game.ServerStorage["Security Taser"]:Clone().Parent = plr.Backpack end end) end)
Help is needed, URGENTLY! I'm making a game for my friend and there is a dead line :(
Many thanks, Chris
It suddenly started working when i put prints in it. Thanks a bundle gullet.