I’ve run into a problem with the camera inside my ViewportFrame, I’m adjusting it like so:
local camera = Instance.new("Camera", hotbarSlot)
camera.CFrame = CFrame.new(Vector3.new(2, 2, -4), hotbarSlot.Item.Position)
A couple of fixes I’ve tried:
-Setting the item’s position to 0, 0, 0
-Adjusting the camera’s position
A couple of things that I know I have:
-The camera set to the Scriptable camera type
-The item exists
-The camera exists, and the CFrame is in the correct spot
-The item is not transparent