Menu
Forums
New posts
Search forums
What's new
New posts
New resources
New profile posts
Latest activity
Resources
Latest reviews
Search resources
Members
Registered members
Current visitors
New profile posts
Search profile posts
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
New resources
New profile posts
Latest activity
Menu
Log in
Register
Install the app
Install
Announcement:
Lua.org
now officially recommends this forum as a meeting place for the Lua community
Forums
What's new
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Latest activity
What's new
What's new
What's new
New posts
New resources
New profile posts
Latest activity
elves
updated their
status
.
Tetchie Techie. Hardware (valves, Germanium power transistors, early TTL) then dragged to the dark side by co-design and doing stuff...
Jun 16, 2022
H
Herly Quijano
replied to the thread
Variable can't decide what it is
.
The thing in the second, the function type returns a string and you are comparing with a non-string values: -- Bad...
Jun 14, 2022
N
Noneal
posted the thread
Variable can't decide what it is
in
Support
.
I've been getting really confused with this app I'm building. I'm trying to pass a parameter to a different scene. When I try to access...
Jun 14, 2022
H
Herly Quijano
posted the thread
I wanna handle errors, but a program I'm using makes it difficult for me
in
Support
.
Hello, I'm using Warcraft 3 and I wanna handle better the errors, because it don't have its own event log I wanna create it myself to...
May 25, 2022
stetre
replied to the thread
Windows
I have no experience with lua; I would like some help with a neural net.
.
To have some help you need someone that is familiar with Lua, and possibly with neural networks, and with that particular software. And...
May 15, 2022
GOLDSTANDARD
replied to the thread
Windows
I have no experience with lua; I would like some help with a neural net.
.
Could somebody please help or at least explain why this has no help.
May 13, 2022
S
Syke
posted the thread
Roblox Admin Script
in
Support
.
Hello, i want to create my own admin script and i need some help on the command holder and how i left a while ago roblox i forgot...
May 8, 2022
GOLDSTANDARD
replied to the thread
Windows
I have no experience with lua; I would like some help with a neural net.
.
This seems to be the source of the problems.
May 6, 2022
GOLDSTANDARD
posted the thread
Windows
I have no experience with lua; I would like some help with a neural net.
in
Support
.
I have found a Lua neural net that was easy enough to get running, except I am not sure how to return the “Neural Net Object” it says...
May 6, 2022
awsdert
replied to the thread
patsubst mimic didn't work correctly, tried fixing but hit infinite loop
.
Never mind, fixed it but also found encountered another infinite loop elsewhere, haven't identified the location of it yet though. --...
May 2, 2022
awsdert
posted the thread
patsubst mimic didn't work correctly, tried fixing but hit infinite loop
in
Support
.
Since I know the rest of the functions work as intended (including the public patsubst function which calls this internally) I can only...
May 2, 2022
joaocarvoli
posted the thread
A problem in sharing the _G variable in different files (nil field)
in
Support
.
If I try this: Why the returned value is nil? It works:
Apr 29, 2022
joaocarvoli
replied to the thread
Lua is setting a valid table entire to nil
.
Thanks!! I hadn't seen this
Apr 29, 2022
joaocarvoli
reacted to
stetre's post
in the thread
Lua is setting a valid table entire to nil
with
Like
.
Inconsistent variable names in the for loop. First you assign the values returned by pairs( ) to the names 'k' and 'v'. Then you...
Apr 29, 2022
stetre
replied to the thread
How to Create a Thread which prints a word ervery 3 seconds in lua?
.
That's fairly simple, with a few caveats (see below): local next_time = os.time() + 3 while true do if os.time() > next_time then...
Apr 24, 2022
Forums
What's new
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top