local player = game.Players.LocalPlayer
local mouse = player:GetMouse()
mouse.Move:Connect(function()
print(mouse.X, mouse.Y)
end)
I’ve been trying for an hour to get this script to work, its even copied off a youtube video and it still wont work. If somebody could give some feedback or tell me whats wrong that would be great, thanks…
This script works perfectly fine for me. It could be that it is not a local script, etc. Make sure this is a local script and is in StarterGui or StarterPlayer.