local ClonedItem = Item.PrimaryPart:Clone()
if ItemType == "Block" then
ClonedItem.Anchored = false
ClonedItem.CanCollide = false
ClonedItem.CanTouch = false
ClonedItem.Size *= 0.25
end
-- Create Motor6D (for attachment)
local Motor6D = Instance.new("Motor6D")
Motor6D.Name = "ToolAttach"
Motor6D.Part0 = Character.RightHand
Motor6D.Part1 = ClonedItem
Motor6D.Parent = ClonedItem
ClonedItem.Name = "Item"
ClonedItem.Parent = Character
Tools are not an option, don’t suggest them please. (thus can’t do Tool Grip Editor, or whatever)