First Person Body Jitters with quick mouse movements

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.

robloxapp-20230416-1726365.wmv (2.7 MB)

Code:

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
1 Like

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.

the video isn’t showing :confused:

it just shows this:

<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>QS1HJTCKYCT10VW3</RequestId>
<HostId>V6016DJF08qtHBJAiskm3ljwS9iAPzjDz9hMi9t+KcbrdvOY2TfVFIQGugzfeYfQ05gTFweQo6meOR+oeitXQZ/15FX1QkSdkks0BVsKUMU=</HostId>
</Error>

I don’t know why, but Roblox doesn’t like me posting streamable links.

Is it ok if I just post it as an WMV file?

if it is then:
robloxapp-20230416-1726365.wmv (2.7 MB)