Advertisement
mattofm

Ultimate Driving Present autofarm

Dec 23rd, 2020
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. workspace.DescendantAdded:Connect(function(it)
  2. if it.Name == 'Present' then
  3. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = it.CFrame
  4. end
  5. end)
  6.  
  7. for i,it in pairs(workspace:GetDescendants()) do
  8. if it.Name == 'Present' then
  9. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = it.CFrame
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement