Advertisement
kentho9

Untitled

Aug 18th, 2022
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. local library = loadstring(game:HttpGet(“https://raw.githubusercontent.com/zekgt/LuaScripts/main/UI_Libraries/Wally/library.lua”))()
  2. local window = library:CreateWindow(“da hood”)
  3. local f1 = window:CreateFolder(“hack556”)
  4. local itemPath = game.Workspace.Ignored.ItemsDrop
  5. local cf = game.Players.LocalPlayer.Character.HumanoidRootPart
  6.  
  7. f1:Button(“collect shit”, function()
  8. for i,v in pairs(itemPath:GetChildren()) do
  9. if v.Name == “Part” then
  10. cf.CFrame = v.CFrame
  11. wait(2)
  12. end
  13. end
  14. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement