Scripts Games Try Our Executor
Login Sign Up

Warning: Cannot modify header information - headers already sent by (output started at /home/scribcjm/public_html/includes/header.php:312) in /home/scribcjm/public_html/script.php on line 17
local holding = false UserInputService.InputBegan:Connect(function(input) if input.KeyCode == Enum.KeyCode.E then holding = true while holding do local cd = getNearestClickDetector() if cd then fireclickdetector(cd) end task.wait(0.2) end end end) UserInputService.InputEnded:Connect(function(input) if input.KeyCode == Enum.KeyCode.E then holding = false end end)