the code is
local players = {"506281754"}
local gear = game.ServerStorage.Heal
game.Players.PlayerAdded:connect(function(plr)
plr.CharacterAdded:connect(function(chr)
for i = 1, #players do
if players{i} == plr.UserId then
gear:Clone().Parent = plr:WaitForChild("Backpack")
end
end
end)
end)
no errors show up in the output and the script is in starterplayerscripts
** You are now Level 1! **
