Youssef_x9
(icanSpeak_Luau)
October 18, 2022, 5:28pm
#1
well I have been in the Roblox Development Community From a long Time(Almost 3 year but with a lot of different accounts) and I learned a lot, From Detecting Collisions, To Remotes, Datastores and RayCasting.
and I Still Think Something is missing
so I made this post, To ask you guys
What Should I learn Next from Services To Third-Party Tools
Youssef_x9
(icanSpeak_Luau)
October 28, 2022, 3:46pm
#3
just leveling up my experience
to start on the piad-jobs
Carrotoplia
(Carrotopliani)
October 28, 2022, 3:49pm
#4
I advise
Rojo for one
and writing code that appears very clean with style guides
https://roblox.github.io/lua-style-guide/
Aswell as using knit or a custom knit like framework you can make yourself.
https://sleitnick.github.io/Knit/
Invest your time in object oriented programming.
Carrotoplia
(Carrotopliani)
October 28, 2022, 3:50pm
#5
And if you want
roblox-ts exists
(roblox typescript)
Youssef_x9
(icanSpeak_Luau)
October 28, 2022, 7:13pm
#6
do you have some resources for that?
O3_O2
(o3_o2)
October 28, 2022, 7:35pm
#7
Push yourself a little outside of your comfort zone and make something more complicated, try using new functions you havent used before!
Heres what i have done when i was in the same situation:
Worked on a movement system
Worked on a plugin
Worked on an A* Algorithm
Another thing you should try is using the httpservice! I think it’s one of the most fun things to play around with.
Youssef_x9
(icanSpeak_Luau)
October 28, 2022, 10:45pm
#8
I Heard About it but never tried to use it
Carrotoplia
(Carrotopliani)
October 28, 2022, 11:30pm
#9
Object Oriented Programming?
ALL ABOUT OOP!
Prerequisites
An understanding of meta-tables (although the required code will be explained)
How tables work and a competent grasp of the Lua syntax
Parts
What is OOP?
How does it help me?
How do I make this work in Lua?
Integrating with module scripts
What about inheritance?
What is OOP?
OOP stands for Object Orientated Programming and is a way of laying out code in a more friendly way whilst also keeping large projects organised. You have used objects in pro…
1 Like