EX1NMATE

Release | Wisteria Auto Collect Trinkets

Nov 23rd, 2020
886
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. plr = game:GetService("Players").LocalPlayer
  2. chr = plr.Character
  3.  
  4. local trinket = game:GetService("Workspace").Trinkets:GetChildren()
  5. local lastpos = chr.HumanoidRootPart.Position
  6. for i = 1, #trinket do
  7. if #trinket > 0 then
  8. print(i, trinket[i].Name)
  9. chr.HumanoidRootPart.Position = Vector3.new(trinket.Position)
  10. fireclickdetector(trinket[i].ClickDetector)
  11. wait(1)
  12. else
  13. chr.HumanoidRootPart.Position = Vector3.new(lastpos)
  14. end
  15. end
  16. chr.HumanoidRootPart.Position = Vector3.new(1012.71509, 3.69999886, -17.2467995)
  17. fireclickdetector(game:GetService("Workspace").SellShop.SellTrinkets.ClickDetector)
Add Comment
Please, Sign In to add comment