for i,v in pairs(game.Workspace.SpawnedItems:GetDescendants()) do if v:IsA('ClickDetector') then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Parent.CFrame fireclickdetector(v,1) end end