📅  最后修改于: 2022-03-11 14:55:19.039000             🧑  作者: Mango
-- This is an LUA SCRIPT! used by core and roblox or other platforms.
local detector = (clickdetector's location)
detector.Tapped:Connect(function()
print("Hello World!")
end)