totallynotcopied

Untitled

Nov 11th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. local plrchar = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  2. local cd
  3. for _,v in pairs (game:GetService("Workspace").Chests:GetChildren()) do
  4. if v.Name == "Chest" then
  5. plrchar.CFrame = v.CFrame
  6. wait(0.5)
  7. cd = v.ClickDetector
  8. fireclickdetector(cd)
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment