用到的控制台代码local d="lightninggoatherd" local r="reticuleaoesummontarget_1" local p=ThePlayer if p then local q,_,e=p.Transform:GetWorldPosition() local c,m=nil,math.huge for k=1,500 do local s=c_selectnext(d) if not s then break end local x,_,z=s.Transform:GetWorldPosition() local j=(x-q)^2+(z-e)^2 if j<m then m=j c=s end end if c then if c.t then c.t:Cancel() end c.t=c:DoPeriodicTask(1,function() local x,_,z=c.Transform:GetWorldPosition() c_removeall(r) c_spawn(r).Transform:SetPosition(x,0,z) end)end end




换一换 
































