Advertisement
thidepzai

Untitled

Feb 23rd, 2019
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. _G.toggled = true
  2.  
  3. while _G.toggled == true do
  4.  
  5. for i, v in pairs(workspace.mobs:GetChildren()) do
  6.  
  7. if v.Name == "Pirate" or v.Name == "Fishman pirate" or v.Name == "Bandit" or v.Name == "Yeti" or v.Name == "Desert lizard" or v.Name == "Sky wolf" then
  8.  
  9. v.HumanoidRootPart.CFrame = CFrame.new(-3390,27,-2669)
  10.  
  11. wait()
  12.  
  13. v.HumanoidRootPart.CFrame = CFrame.new(-3390,27,-2669)
  14.  
  15. wait()
  16.  
  17. end
  18.  
  19. end
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement