Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- plr = game:GetService("Players").LocalPlayer
- chr = plr.Character
- local trinket = game:GetService("Workspace").Trinkets:GetChildren()
- local lastpos = chr.HumanoidRootPart.Position
- for i = 1, #trinket do
- if #trinket > 0 then
- print(i, trinket[i].Name)
- chr.HumanoidRootPart.Position = Vector3.new(trinket.Position)
- fireclickdetector(trinket[i].ClickDetector)
- wait(1)
- else
- chr.HumanoidRootPart.Position = Vector3.new(lastpos)
- end
- end
- chr.HumanoidRootPart.Position = Vector3.new(1012.71509, 3.69999886, -17.2467995)
- fireclickdetector(game:GetService("Workspace").SellShop.SellTrinkets.ClickDetector)
Add Comment
Please, Sign In to add comment