#need help with my nextbot
1 messages · Page 1 of 1 (latest)
still waiting for someone to help out pls send me a dm
Perhaps read a doc on lua. Likely you have a local var missing an = eg local randomnextbot text - should be local randomnextbot = text
Alright I’ll send the script when I get home
kk
that doesn't help her or him at all
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.
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
@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.
Ight
can you show me how to find the errors i have everything downoladed @winter ginkgo
https://marketplace.visualstudio.com/items?itemName=goz3rr.vscode-glualint
https://marketplace.visualstudio.com/items?itemName=aStonedPenguin.glua
@worldly vapor