Created by PainExist
Features:
- AUTO SELL
while wait(.25) do
local part = workspace.Zones.Forest:FindFirstChild("Sell");
local hmr = game:service'Players'.LocalPlayer.Character:FindFirstChild("HumanoidRootPart");
part.Position = Vector3.new(math.random(10), math.random(10), math.random(10));
part.Position = hmr.Position;
end
ENJOY!