local character = script.Parent.Humanoid
while true do
local randomX = math.random(30,40)
local randomY = math.random(30,40)
character:MoveTo(Vector3.new(randomX,0,randomY))
character.Jump = true
wait(3)
end
local character = script.Parent.Humanoid
while true do
local randomX = math.random(30,40)
local randomY = math.random(30,40)
character:MoveTo(Vector3.new(randomX,0,randomY))
character.Jump = true
wait(3)
end