The Code
local x = 0
while newDrop.Parent == workspace.DropedItems do
local newPosition = CFrame.new(newDrop:GetPivot().Position + Vector3(0, math.sin(x),0))
newDrop:PivotTo(newPosition * CFrame.fromEulerAngles(0,1,0))
x+= .1
task.wait()
end```
Im getting a `Attempt to call a table value` error on line 4. I can not for the life of me find why
** You are now Level 6! **
