fireclickdetector Description: This function demonstrates the usage of the fireclickdetector API. Example: -- Fire a click detector local click_detector = Instance.new("ClickDetector") fireclickdetector(click_detector) print("Click detector fired")