R

Untitled

public
rrixh Apr 05, 2024 Never 52
Clone
Plaintext getflashlight.mp3 5 lines (5 loc) | 274 Bytes
1
if game.Workspace:FindFirstChild("Flashlight") then
2
if game.Workspace.Flashlight.Flashlight:FindFirstChild("ClickDetector") then
3
fireclickdetector(game.Workspace.Flashlight.Flashlight.ClickDetector)
4
end
5
end