i want to make a click detector that you have to hold down for something to happen but i cant find a way to do it is there any way
1 Like
You could use Mouse.Button1Up in conjunction with the ClickDetector.MouseClick event if you wanted to stick to a clickdetector.
i used mouse but this is the exact same
https://developer.roblox.com/en-us/api-reference/event/ClickDetector/MouseClick
A ClickDetector
's ‘MouseClick’ event/signal only fires once the left mouse button is released.