-- made by @kylosilly really shitty coded but idc [NOTE: THIS WILL TP EVERYTHING YOU HAVE OWNERSHIP OF] local replicated_storage = game:GetService("ReplicatedStorage") local local_player = game:GetService("Players").LocalPlayer local workspace = game:GetService("Workspace") local grab_handler = replicated_storage.Events.GrabHandler local grab = workspace.Grab for _, v in grab:GetChildren() do local owner = v:FindFirstChild("Owner") if (not owner) then continue end if (owner.Value ~= local_player) then continue end local primary = v.PrimaryPart if (not primary) then continue end local_player.Character:SetPrimaryPartCFrame(CFrame.new(primary.Position + Vector3.new(0, -1, 0))) task.wait(.1) grab_handler:InvokeServer(primary, "Grab", v:GetPivot().Position) task.wait(.1) v:SetPrimaryPartCFrame(CFrame.new(workspace.Map.Structures.Nova_Sellary.SellZone.Area.Position)) task.wait(.1) end