Sword Factory | Grab Dropped Items

Script Credit :- Innocence#4346
Features

Grab Dropped Items (Only works for Players who drop those items from their inventory)

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

local Player = game:GetService("Players").LocalPlayer for i,v in pairs(game:GetService("Workspace").Items:GetDescendants()) do if v.Name == "Username" and v.Text ~= Player.Name.."'s" then v.Parent.Parent.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame wait() end end

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors