Advertisement
Upscalefanatic3

Project Jojo Teleport items script

Feb 10th, 2019
7,966
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1.  
  2. while wait(3) do
  3. for _,v in pairs(workspace:GetChildren()) do
  4. if v:IsA("Tool") then
  5. v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  6. print("Teleported Item!")
  7. end
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement