[ad_1]
Created by JuIoy
Features:
--[[
List of Ore's:
MT_OreDeposit_Silver
MT_OreDeposit_Copper
MT_OreDeposit_Gold
MT_OreDeposit_Iron
]]
for _,v in pairs(game.workspace.TerrainLoadedModelsFolder:GetDescendants()) do
if string.find(v.Name, "MT_OreDeposit_Stone") then
local ohInstance1 = v
local ohTable2 = {
["Environment"] = 4
}
workspace[game.Players.LocalPlayer.Name].RequestUnbuildPart:InvokeServer(ohInstance1, ohTable2)
end
end
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]