Islands Farm Iron Ore or Stone Script
Here you go
Edit: You will need to go to very close to where there are iron ore are due to the anti-lag of the game if you don't get close some parts from the materials will not show...
I recommend you use this with sk8r bytecode conversion dll
Game: https://www.roblox.com/games/4872321990/Islands-OBBY?refPageId=28f927c8-19ce-405e-91bd-048cecdcfa1b
game:GetService("RunService").RenderStepped:Connect(function()
if game.Workspace.WildernessBlocks:FindFirstChild("rockIron") then
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.WildernessBlocks.rockIron.CFrame
local ARGSSANDSTONE = {
part = Workspace.WildernessBlocks.rockIron["1"];
block = Workspace.WildernessBlocks.rockIron;
norm = game.Players.LocalPlayer.Character.HumanoidRootPart.Position;
pos = Vector3.new(0, 0, 0)
}
game.ReplicatedStorage.Remotes.Functions["CLIENT_BLOCK_HIT_REQUEST"]:InvokeServer(
ARGSSANDSTONE
)
end
end)
Comments
Post a Comment