Advertisement
Honansik

Critical Legends Script [Get All Chests Item]

Jan 19th, 2022
1,572
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.36 KB | None | 0 0
  1. --Use at your own risk.
  2. for i,v in pairs(game:GetService("Workspace").Chests:GetDescendants()) do
  3.     if v.Name == "Giver" and v:FindFirstChild("TouchInterest") then
  4.         firetouchinterest(v,game.Players.LocalPlayer.Character.HumanoidRootPart,0)
  5.         wait(0)
  6.         firetouchinterest(v,game.Players.LocalPlayer.Character.HumanoidRootPart,1)
  7.     end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement