#need help with my nextbot

1 messages · Page 1 of 1 (latest)

worldly vapor
#

help

#

pls dm me

worldly vapor
#

What should I do?

worldly vapor
#

still waiting for someone to help out pls send me a dm

worldly vapor
floral parrot
#

We need the line 130

#

and paste the line

#

then we can help

winter ginkgo
#

Perhaps read a doc on lua. Likely you have a local var missing an = eg local randomnextbot text - should be local randomnextbot = text

worldly vapor
floral parrot
winter ginkgo
#

except that literally does, i explained the error and what is likely causing it on line 130, if he isnt able to read an error and diagnose like that he should read more about programming in lua, as he obviously does not understand it.

worldly vapor
#

local VECTOR_jenna _HEIGHT = Vector(0, 0, 96)
local function isPointSuitableForHiding(point)
trace.start = point
trace.endpos = point + VECTOR_jenna _HEIGHT
local tr = util.TraceLine(trace)

return (not tr.Hit)

end

#

@floral parrot

winter ginkgo
#

@worldly vapor you have a space on line 126 between jenna and _height

#

Suggest installing vscode (free) and getting billys GLua Syntax highlighter. A proper IDE will help autohighlight errors like this that notepad++ wont

#

Your netstrings in the original image also contain spaces.

worldly vapor
#

Ight

worldly vapor
#

can you show me how to find the errors i have everything downoladed @winter ginkgo

winter ginkgo
#

@worldly vapor