I want to see what my part sees in studio so I can align it properly for the camera view. Is there anyway to do this or will I have to take my time to make a plugin for this?
Try to click on the part you want press the F key then zoom in as much as possible.
That’s one way, another way is to make a camera that is parented to the part and is set inside the part, but that’s easier said than done.
I will try this for sure when I get home and I’ll let you know how it goes. I’m trying to align an AimPart to the guns sight when it’s ADS
Yeah I’m considering making a plugin that puts a camera in the part and gives you view in a widget with crosshairs/dot to symbolize the center. Would be cool if I could align it to a point chosen which I know Roblox has but it doesn’t work like I need
If you want to put a part in the studio camera position, in the command bar, enter:
Instance.new("Part", workspace).CFrame = workspace.CurrentCamera.CFrame
Yeah this helps alot, I can add crosshairs in the center and get a great result. Thank you