Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i, v in pairs(game:GetService("Workspace").Givers:GetDescendants()) do
- if v.Name == "ClickDetector" and v.Parent then
- fireclickdetector(v)
- wait()
- fireclickdetector(v)
- end
- end
RAW Paste Data
Copied