for i,v in pairs(workspace.Workspace:GetChildren()) do if v.ClassName == "Model" and v:FindFirstChild("Collectable-Mic") then wait(0.1) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v["Collectable-Mic"].CFrame continue end end