You can write your topic however you want, but you need to answer these questions:
- What do you want to achieve? Keep it simple and clear!
- I want to use MouseButton2Click of ImageButton combined with UIDragDetector for dragging.
- What is the issue? Include screenshots / videos if possible!
- Drag works but it doesn’t send event or block input.
- What solutions have you tried so far? Did you look for solutions on the Developer Hub?
- None
script.Parent.Activated:Connect(function()
print('help!')
end)
script.Parent.MouseButton2Click:Connect(function()
print('help!')
end)