Lua Click Detection

[Solved] Lua Click Detection | Lua - Code Explorer | yomemimo.com
Question : lua click detection

Answered by : relieved-raccoon-4kv02n4evc46

local clickDetector = workspace.Part.ClickDetector
function onMouseClick()	print("You clicked me!")
end
clickDetector.MouseClick:connect(onMouseClick)

Source : | Last Update : Mon, 21 Sep 20

Answers related to lua click detection

Code Explorer Popular Question For Lua