The objects cursor keeps moving to the camera! [HELP]

Hi there!

I am making a part that moves to the mouses postiion

Mouse.TargetFilter = Camera

Mouse.Move:Connect(function()
	part.Position = Mouse.Hit.Position
end)

And for some reason it moves the players camera

Does anybody know how to fix this, i have been stuck here for a day now!

Mouse.TargetFilter = part

2 Likes

i’ve been stuck on this for a day just to realize its just the part :joy: ty!

2 Likes

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