Part does not follow correctly bone

Hello,

why the part to get the position of the right hand bone is not following correctly the bone ?

https://gyazo.com/55cc25b879b31de90e2a1c097caa5013

game:GetService("RunService").Stepped:Connect(function()
	script.Parent.CFrame = script.Parent.Parent.TransformedWorldCFrame
end)

Have you tried using a local script,

I suspect its due to it being a normal script which has lag due to server client differences for character.

1 Like

I may try, I will test right now.

But for my tool, accessories it will not be a problem?

https://gyazo.com/800167eb0aa3091576f8fa9be8e91920

It’s better but there is still a bit problem :(.

Thats good, perhaps try another runservice event like heartbeat perhaps its the task scheduler order and such.

1 Like

Oh my god thank you so much !!! :smiley:

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.