mouse.Target behavior changed

Three days ago, Android devices and the studio emulator no longer select the correct mouse.Target.

local mouse = game.Players.LocalPlayer:GetMouse()
mouse.Button1Down:connect(function()
print(mouse.Target) --prints the last selected target instead of the currently selected one
end)
2 Likes