I have this: elseif script.Parent.Parent.Name == ("BlueP1ckles") then if workspace.CurrentCamera:FindFirstChild("SwordOfEden") == nil then b.Parent = workspace.CurrentCamera c = script.Parent.SwordOfEden.clone() c.Parent = script.Parent.Parent.StarterGear d.Parent = workspace.CurrentCamera end end It isn't working, there is a model of the sword I want to add in my models.
you need to place items in the players personal starter packs
local l=game.ServerStorage.Item:Clone() l.Parent=game.Players:FindFirstPlayer(playername).StarterGear
I don't know if this helps because you didn't format your code using the LUA button, and you started with an elseif, meaning you aren't showing all the code.