Creating a separate camera for an object within a Viewport Frame

Hello it’s me again. But I was wondering how I could create a camera for every object inside viewport frames for a shop so I would not need to upload an image for every item in my shop I am making.

Now I am not that great with C Frame so bare with me here but this was an attempt to create one via the Command Bar within studio.

local c = Instance.new(“Camera”,workspace) c.Name = “NewCamTest” c.CFrame = workspace.Test.CFrame + Vector3.new(5,5,5)

I am grateful for any help I get!

I found out by inserting a new camera and cloning the gears handle in a for loop I can set both CFrames in which a camera will be facing the handle. Just writing this in case someone else comes across my issue

2 Likes