ParaScript.OnDropDeclaration function OnDrop(eventData) end Description Interface to implement if you wish to receive OnDrop callbacks. Luafunction OnDrop(eventData) print("OnDrop") end