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?
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 !!!
1 Like
system
(system)
Closed
#7
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.