This is a script inside the Workspace.It should give a tool to a certain player that has a certain name but's not working , neither I don't have any errors.
function Add(Player) Player:WaitForDataReady() if Player.Name == "brokenrares" then -- Already tried with "Player" name but didn't work game.Lighting.Emi:clone().Parent = Player.Backpack end end game.Players.PlayerAdded:connect(Add)
I think you need to add another end for the WaitForDataReady.