Title pretty much sums it up. Thanks in advance!
There is no current way to check to see whether the button that clicked was the right or left mouse button. I'm sorry, but you cannot achieve what you want using a ClickDetector.
However, you could use, say, a SurfaceGui with a TextButton that activates what ever the ClickDetector currently does when the left mouse button is pressed. Just a suggestion.