Advertisement
karobloxYT

Untitled

Oct 23rd, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. local kadepzai = game:GetService("Players").LocalPlayer.Character
  2.  
  3. local Chests = {}
  4.  
  5. for _, v in next, workspace:GetDescendants() do
  6. if v.Name:match("Chest") and Items:IsA("BasePart") then
  7. kadepzai:MoveTo(Chest.Position + Vector3.new(0,0,5))
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement