Im having difficulty understanding youtube tutorials about datastore on roblox, could anyone explain how i could make it? - lua

I just want to understand how to code and create a functioning datastore in roblox lua

Related

fuzzy logic for RPL objective function experiment

I'm intending to develop a new OF for RPL in cooja simulator, the thing is that I don't find any tutorial or example on how to do so!
Also, There are hundreds of published papers on this work, yet no guidance on how to conduct your own experiements!
Any help or tutorial i can follow.
Furthermore, i need to know what are possible tools needed to do so, like matlab, python or C++ libraries?
too much confused and cannot figure out where to start actually.
Please Help
Please Help I have been searching and reading alot, nothing found but journal papers discusses things theoritically.

How would I start with making a game for ti-nspire cx ii using lua?

I've wanted to start to make simple games using lua for the ti-nspire cx ii and I cant really find any good places to start. I am pretty good at coding in geniral and have some experince using JavaScrip and C#. Any help or redirections would be greatly appreciated.
Ive just started to play around with lua wia onecompiler but I have no clue how to get graphics on the screen.

Roblox Lua Error No Output Showing Send Copy Please

me and my friends are really new to Roblox and need help fixing this code. We are following this https://www.youtube.com/watch?v=1eY_9jj1K8Q video and would really appreciate if you made a new Roblox world with just that code and GUIs and shared that world with us.
We tried the output method but there were no errors showing so this was the best way to find the solution for us.

Swift OpenGL ES app template?

I've been looking at a lot of tutorials trying to find a way to make an OpenGL app written in Swift, but I can't seem to find a good template to use.
Most tutorials suggest using a blank one, but then I have to write a ton of files (such as AppDelegate) all from scratch, which I have no clue how to do.
I tried all the links on this, but the first one doesn't even work and the second one is in Objective-C.
Anyone have anything that might help me?
I ended up figuring it out myself by using GLKit and smashing together old tutorials. Since OpenGL is just a bunch of functions, all you really need to do is find the right parameters for your programming language.
For anyone else trying to do this, there's some fairly useful resources here and here, and it's also useful to shove in some ported code from Ray Wenderlich if you get stuck. Good luck!

Cocos2d-x lua script sample codes

I've been programming with Cocos2d for a while now and I'm pretty familiar with it. But when it comes down to Cocos2d-x lua script, I'm having a really hard time understanding and following the structures. The Cocos2d-x lua template comes with a sample script "hello.lua", which is good, I follow through it and understand it no problem. However, bellowing are my questions,
1, In Cocos2d, you can struct a custom CCSprite class and import"SpriteClass.h" in another class that needs it. And in Cocos2d-x lua, you can create the same custom sprite script and access it in another script via require "scriptname", yeah? So, all you need to write is script and no need to create any classes?
2, I want to learn how to bind C++ the lua in Cocos2d-x lua. I posted this question here and got a pretty good answer, but after reading and searching, I still have trouble figure out where is the binding take place. Should I write it in a .ccp class or .lua script? I also trying to find any samples to study from but I found no luck. Can anyone here post any good source to learn or any sample code I can study?
PS: this question isn't the same as the other one I posted. I'm asking how to separate script so that I don't write everything in one script. As well as some example binding codes I can study.

Resources