how to access a variable from another Roblox Studio script - lua

I'm making a game on Roblox Studio and in one script I need to get the given record in a variable that is in another script. Please help me solve the problem.
i tried to do like this
if workspace.OxranukTrue.OxranukTrue.BarierNumber == 0 then

Related

Issue with writing script autosave Roblox Studio

I'm currently learning lua/roblox scripting and whenever I open my project I get a message in my terminal that says "Issue writing script autosave" and whenever I edit my code the message multiplies.
I haven't encountered anything strange happening after that message but im just concerned on what it means and how to get rid of it.
I try searching it up on the roblox studio developer forums but can't find anything, a link to a forum about my problem would be appreciated.

Visual Studio 2013 - Using Statement and Brackets off

I'm new in at programming world, i'm trying learn about MVC language, through microsoft academy, however, i facing a little issue, when i add a new class, i can't see the "Using " statements, Namespace, or close the class with {} brackets, as you see here My Actual Configuration
I would like change my configurations to this template Correct Configuration
Could you please help me?
Thank you in Advance.
Best Regards.

indirect.ext (from morefunc add-on) returns NAME error in Excel

I'm using the indirect function that can look up externally closed workbooks from the morefunc add-on. I get a name error in evaluate formula at the indirect.ext function. Why is the morefunc add-in not working?
I'm using Excel 2010 and Windows 7 Professional x64. Is morefunc perhaps not compatible? Is there a possible workaround?
Thanks!
It seems like I found the solution. When installing morefunc, there are TWO add-ons that need to be added (.xll and .xlam files). I now have it working. I just have to figure out how to put it to a file that's on a network drive. :-) Progress!
Any pointers on getting it to work with network drives are appreciated.

What is the use of System Environment Variables?

I am the beginner for visual studio IDE. While I was assigned the project in the Visual studio IDE. I was asked to create system environment variable as ACE for ACE Lib files. Could any one please tell me why we configuring the system environment variable. What they actually mean ?
My doubt is what is environment variable ?
How it communicate with the IDE ? Why it is so important to setup environment variable ?
(Please correct me If I got anything wrong here)
Do you need to change the path stored in EnvironmentVariable, some thing like this,
http://www.computerhope.com/issues/ch000549.htm
or else you need to Create, modifie, or delete an environment variable stored in the current process,
https://msdn.microsoft.com/en-us/library/z46c489x(v=vs.110).aspx
Adding more details in your question might be helpful.

Why is FreeRTOS windows demo failing when creating the IDLE task?

I'm starting with FreeRTOS and I'm trying to debug the Windows Demo. It compiles just fine but when I'm stepping in the code I can see that the assert inside the xTaskGenericCreate is being generated when FreeRTOS is trying to create the idle task.
I don't know why this is hapening since I haven't modified the original demo code.
Could anyone help me with this?
Regards
If you could say which assert was hit I could probably tell you right away what the issue is.
Is this the Windows project form the main FreeRTOS kernel download? Is it the Visual Studio or MingW/Eclipse version (https://www.freertos.org/FreeRTOS-Windows-Simulator-Emulator-for-Visual-Studio-and-Eclipse-MingW.html)? Did you make any changes at all, even if you think they are minor?

Resources