[ad_1]
Created by Vep#1530
Features:
- TRINKET FARM
- OPEN SOURCE
autotrinket = true
while autotrinket do wait()
pcall(function()
for i,v in pairs(game:GetService("Workspace").Trinkets:GetChildren()) do
if v:IsA("MeshPart") and v:FindFirstChild("ClickDetector") then
fireclickdetector(v.ClickDetector)
end
end
end)
end
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]