As a new lua programmer i am enjoying learning new things in lua. I am learning from: https://www.tutorialspoint.com/lua/lua_loops.htm However, when i practice my code it wont work. In my code i defined a object called "FolderImBalanced" and make that object to TRUE. Later on in the code i changed the object to FALSE. But the code is not working. How come? PLEASE NOTE: i have some "code" things in messages, so the code in the message is not REAL code. Its just a message, i was practicing using messages at the moment.
--[[Inset Nil.Lua("ServerStorage")]]--
GetServerStats,UserImbalance = "Lua Server Status","Inbalance Pulsle"
print(UserImbalance)
--[[Do:Value=="Nil" Function Ontouched.]]--
FolderImBalanced,NewNilValue = true,false
while (true)
do
FolderImBalanced = false
end
print(FolderImBalanced)