Advertisement
anonmods

Dragon Blade Open World Script 4

Jan 23rd, 2022
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. --BROUGHT TO YOU BY ANONMODS.COM--
  2.  
  3. --[[
  4. List of Ore's:
  5.  
  6. MT_OreDeposit_Silver
  7.  
  8. MT_OreDeposit_Copper
  9.  
  10. MT_OreDeposit_Gold
  11.  
  12. MT_OreDeposit_Iron
  13. ]]
  14. while wait(1) do
  15. for _,v in pairs(game.workspace.TerrainLoadedModelsFolder:GetDescendants()) do
  16. if string.find(v.Name, "MT_OreDeposit_Stone") then
  17. local ohInstance1 = v
  18. local ohTable2 = {
  19. ["Environment"] = 4
  20. }
  21.  
  22. workspace[game.Players.LocalPlayer.Name].RequestUnbuildPart:InvokeServer(ohInstance1, ohTable2)
  23. end
  24. end
  25. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement