Hello, I have recently made a Script that can allows you too see your body in first person. But, it for some reason jitters when you move the mouse? This doesn’t happen when there is no camera offset (Humanoid.CameraOffset) However then the First Person Body looks a bit off. Any form of help is appreciated.
hum.CameraOffset = Vector3.new(0,0,-1)
for _,v in pairs(char:GetChildren()) do
if v:IsA("BasePart") and v.Name ~= "Head" and v.Name ~= "HumanoidRootPart" then
v.LocalTransparencyModifier = v.Transparency
v:GetPropertyChangedSignal("LocalTransparencyModifier"):Connect(function()
v.LocalTransparencyModifier = v.Transparency
end)
end
end
If you’re wondering what the external media is, its an .MP4 file that includes video footage of whats happening. I tried to make it an embed but it couldn’t work.