You are About to Get the Roblox Script

Please wait . The script you are trying to get will appear below
_G.Condition = true -- true turns it on, false turns it off
while _G.Condition == true do
local ohNumber1 = 14
local ohVector32 = Vector3.new(-185.56764221191406, 2.300734758377075, 265.1488952636719)

game:GetService("ReplicatedStorage").Signals.RemoteEvents.GetWoolRemote:FireServer(ohNumber1, ohVector32)
wait()
end

// Script2

game.Loaded:Wait()while not game:GetService("Players").LocalPlayer.Character do task.wait()end;while not game:GetService("Players").LocalPlayer.Character:FindFirstChild("HumanoidRootPart")do task.wait()end;local a=game:GetService("Workspace").Assets;local b=game:GetService("Players").LocalPlayer.Character.HumanoidRootPart;task.wait(3)for c,d in pairs(a:GetDescendants())do if d.Name=="Wool"then b.CFrame=d.CFrame;b.Velocity=Vector3.new(0,0,0)task.wait(.1)end end;task.wait(1)game:GetService("TeleportService"):Teleport(game.PlaceId)