I am having trouble with the code you gave me, could you try to be more specific. I don't know what you meant by, put name in lighting, and I don't know where to add the gear ID. I also don't know what you meant by put the name here. Here is the code
wait(2)
gpid = 368353478 --Game Pass ID
GPS = Game:GetService("GamePassService") function respawned(char) local ToolName = game.Lighting.ToolName:Clone() -- Change tool name to what you want local Backpack = game.Players.LocalPlayer.Backpack ToolName.Parent = Backpack game.Workspace.ChildAdded:connect(respawned)