📅  最后修改于: 2022-03-11 15:00:21.033000             🧑  作者: Mango
GuiObject.MouseEnter:Connect(function(x, y)
print("The user's mouse cursor has entered the GuiObject at position (" .. x .. ", " .. y .. ").")
end)