hello, trying to set its pivot with a set Orientation and CFrame
this is the display information
local toolDisplayInfo = {
Orientation = CFrame.fromEulerAnglesXYZ(math.rad(-10), math.rad(-90), 0)
}```
and yet when i use
```lua
clonedTool:PivotTo(toolDisplayInfo.Orientation)```
I get this
i have tried resetting its pivot to 0, flipping the orientation, none of it works.
** You are now Level 8! **