📜  鼠标输入脚本 gui roblox - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:21.033000             🧑  作者: Mango

代码示例1
GuiObject.MouseEnter:Connect(function(x, y)
    print("The user's mouse cursor has entered the GuiObject at position (" .. x .. ", " .. y .. ").")
end)