Good, I’m doing an inventory and I was really lazy to make the images of the tool, so I put them in a ViewPortFrame and they can be seen there, but I have a problem and this is that the camera does not focus well on some tools. What happens is that the camera is far away when some tools appear in the ViewPortFrame.
It is the last object seen here:
local Button = script.Sample:Clone();
local Camera = Instance.new("Camera", Button);
Camera.CFrame = CFrame.new(Vector3.new(2, 4, 7), CloneTool.Handle.Position);
Button.Object.CurrentCamera = Camera;