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!
cylux79
(cylux79)
#3
Mouse.TargetFilter = part
2 Likes
i’ve been stuck on this for a day just to realize its just the part ty!
2 Likes
system
(system)
Closed
#5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.