#code-discussion
1 messages · Page 262 of 1
was too lazy to open file lol
GJ finding random images
to make a game around 2k ccu, but just based off hiring people, how much u think it would cost/?
100k robux
...
not that expensive. I made a fnaf game in roblox for about 800
Yh 800k
no?
For only 800 robux u made?
yeah?
input robux ~= output robux
you can spend hundreds of thousands of robux and still flop but you can make millions by not spending anything and vice versa
Solo Dev?
How much active ppl per day
no i mean
how much should i pay
like 30
whats the average
Visits?
but if i spent more it would stay the same so
How much robux u make per it daily
61.9k
depends on the game and the tasks
almost 0
That’s pretty good considering no ads
oh well im making a fnaf game in Godot rn
Still good for your portfolio was it a solo project
fanmade so dw
no my sis made animatronic designs i coded then i hired someone to make the assets 800
hi im tryna learn Scripting its hard but first im gonna watch brawldevs tutorials write them down then watch videos on how to make stuff like systems and then copy it and change it, is that good?
try it and see
if you think its not as effective, try another method of learning
No im asking is there like another way of learning cos it lowkey feels useless watching tutorials of him
I understand but its jus smth ab it
you need to actually script too
not just watch
well yeah, you can maybe think of project idea to create in your own time
and dont just copy it
make from scratch
understand what everything does and why it is there
yeah I know, but i tht id jus watch learn the syntaxes and stuff then watch tutorials of systems and copy then try make my own of them
like is that good idea? Or should i just scrap the first part of brawldev
learn the basics and then make your own things
and practice and experiment
you can also try recreating things yourself like irl things or systems from games u know or just systems in general
you can start learning basic CS and a bit of webdev 🤔
You can learn it like that, but you won't actually understand what you're writing
It is motivating to see results though
I will always say spending time studying computer science basics will pay off
Would be a waste of time for me
so is learning the advanced scripting tutorial the "basic" like syntax
So I recently watched all the basic scripting tutorials from BrawlDev and a couple of the advanced/gui ones and I see the general advice to go from there is to start making games. The problem that I have is that even when I have a small idea I get stuck quite easily and then I lowkey just ragequit. Does anyone have any advice?
elaborate on the "I get stuck quite easily"
Everyone always says this, but then they spend ages "learning" what the syntax does and repeatedly getting confused by errors
You should be able to explain what happens when you call a function
I know basic concepts (such as if statements, loops, variables, ...) but I just find it very hard to use those together to make something functional
hmmm
so your problem is coming up with something that apply the knowledge u have ?
then u dont know them
you know about them
quite basically
ye, i think whats happening is that he havent understood those concepts well enough and also havent seen how they are applied
yea
he needs to apply them and get first hand experience on seeing what works, experimenting
so brain can wire concepts 2gether
i forget luau syntax. github copilot spoiled me
this is basically the situation where u understand the theory but not the application
like in music
lack of deep knowledge
exactly
I'm trying but I still find it very hard to combine multiple concepts
honestly i would like if we can hop on collab and help u
then make smthing simple and work from there
Its hard
bottom text
theres no cheat sheet or way thru it
no special technique
twk about the special gatekept luau learning technique
It's extremely helpful to know what happens on a machine code level, so you understand how Luau syntax is designed to make writing code easier
shhh do not give them hope
Yeah I very much understand that, the thing is I now am trying to make the step from simple things to a bit more complex things and that is where I get stuck.
That really just means learning a very basic theoretical assembly lang
It's all just jumps
Jumps and stacks
Yeah but i dont know computer sience u want me to learn something else and plus I actually understand some of the syntax when coding myself
solve the problems one by one, coming here saying its difficult is a coping mechanism deadass
It's not smth else it's where the code comes from
break it down and then solve it 1 by 1 and ask questions and research tailored to the thing ur tryna do
p much most important skill in coding
But I get it u just wanna make cool stuff
Kinda yeah but I guess it doesn't hurt to see if someone has some tips
but I guess not really
The answer is always just do it
at least nothing more than I already knew
The only tip is keep some self awareness abt ur knowledge weaknesses and make things that are tailored to them
oh and make things u like
if u dont like it u wont remember it or finish it
u need a reward at the end of the hard work
@vestal vector Im a game designer, you can ask for help if you need "ideas" or in ur case "how to make the step from simple things to a bit more complex things"
It's difficult to know what's difficult and what is not if you don't already know the ecosystem
I had a cool idea only problem is that it's a lot of new things I also need to learn (like how all the things like serverscriptservice works) and as previously mentioned combining the things I already previously learned is also quite difficult
stop wasting time and google it deadass
ur going in circles
like convo over
\
what's so hard to understand about ServerScriptStorage
you just store scripts
again, stay with simple things until u feel comfortable moving to more complex stuff
and local players can't access them
that holds when should coind be despawned
I guess I'll try to do some more simple things for now
so you mean something like tables
What would you say is simple?
then how do you check which object has how many seconds remaining
applying simple stuff such as if statements and loops
@autumn hull
this is the most basic stuff
table of {[coin]: number}
but now Im at advanced stuff
ah so like dictionary?
whats advanced stuff
that's a good idea
with custom Methods
yes
Tween , CFrame , localscripts , UserInputService
@vestal vector reach out to me if u need help.
I just moved onto advanced stuff few weeks ago
like CoinManager:Destroy(x) where x is amount of coins
and later adding pooling
destroyed coind are not destroyed as instances
they just have parent = nil
Remoteevents , welding
but how do you decrease the time for each coin?
and when you need one you get it from pool
still alot to learn
yo dude damn
is that how coins spawn in murder mystery 2
idk
but you can make so each coin has different cooldown
and run checking if time passes maybe each 20 frames
Metatables confuse program flow too. But they are useful, sparingly
cause honestly what I thought was there'll be a task.wait(30) and then :Destroy() function for each coin in its respective scripts. Using the serverscript, we'll spawn the coins in random CFrames
should i move my enemies every frame for a tower defense or use tweens
C++ task scheduler dying under the hood
haha true
Use a runservice hook
Tweens are a pita
yea thats what im doing rn im just making sure
🙏 i wanna get this right
they hurt a lot of optimizations to the language as well because it makes everything hard to statically analyze. for example u can't optimize out certain comparisons that are obviously false because u don't know if people overloaded __eq
i have single connection for RBXSCIPTEVENts for whole game
Exactly! I wish I knew why Roblox seems to focused on avoiding adding useful language features to Luau
This is one of the big arguments against "oop" in lua
Some sort of inherit function would be nice
how much should i pay for a combat system and inventory system
depends on the dev, and the quality of the work
how does luck boosts work in rarity systems?
Which is better for signals: Linked Lists or Arrays?
doubly linked list.
ok
yo can i help in someones game for free im an okay tester or scripter i also dabble in very very easy modeling
yo doesnt any scripter wanna make a brainrot gsme w me
Dudes I wanna know if there is a method in getting a screen Positon for a raycast result. Example: (crosshair for mobile)
i wonder how many data stores player 1, 2,3 and 4 has
anyone here do lua tutoring? i can pay in rbx or usd. dm if ur interested
Please, what is the prompt to ask players to join the event?
literally 2 lines
where do i find commisions that arent too hard?
hello
don pay man, YT & Ai will get you a long way if you actually focus on learning..
yes
I have a youtube channel
me
ok thank u
Does anyone know how to open and close shop using image buttons
Click = visible false
u should perhaps learn basic scripting
Nvm, just learn from yt and ask ai for help
I wanna but where do I learn it
whats the best way to make sure every game asset and instance is loaded on the server
by asset i mean like
stuff in replicated storage
That website is kinda old but you can find every stuff on world https://www.youtube.com/
is using topbarplus tuff?
yo bro
how do i tell difference from xbox and playstation when someoen joins my game
what are you trying to achieve here
when i have images for X
like box X button
then some palyers who are palystation mistake it with X like on ps5
oh then in that case go for @broken grove 's solution
the documentation also provides an example script in case you want to use custom images
afaik
i am so bored honestly
be unbored
is there a way to modify a part for the client even if it is further away, as i'm not sure if the client has any way to access parts that are outside the render distance
Im pretty sure it can access while not rendeting it?
Player:RequestStreamAroundAsync(position)
thx
It's not possible for the client to modify if streamingenabled is turned on
if true then "Hello World"(print)
but you can stream a specific location
should've have expected that
i'll just write more bad code ig
Best way to create ship system? I mean the physical one. What instances to use to keep the ship in one place, move and turn...
AI has finally hit 3d modeling 
hey everyone who can be my dev for. my gaem
hey how can i reload the typechecker/autocomplete thing? the first line of all my scripts is a solid orange now is there a way without reloading studio?
it did that a while ago lol
it did a while ago lol
yo guys
how should I write a productFunction for a dev product that requires another player as a target?
like a troll
how do you guys organize your Moduels when using a Module loader or do you guys make your own framework?
Oh thanks
🥹
literally just require them in a script on the client side and on the server side
fellow people is there a way to add a core game loop to a admin game?..
no, impossible
jk, but you really can't think of anything?
do tasks -> rank up -> use better admin commands
i dont know if its possible with how ive layed my game out
what is it about
admin. it has 0 players and i think its because 1 nobody knows about it 2 its boring 3 theres nothing to do after a while
so the only real problem is #2
for an admin game to be fun it needs to have players to troll
gives the user that dopamine when they troll someone with an admin command
well i manage to have friends play and others it has 10-20 players when i do that but at the same time i see they leave within 5m
i dont know whats the problem
would you like to see the game
i dont have time to test any games rn but you can send it for others to see
maybe they'll give valuable feedback
Is there anyone here whose Roblox is banned in their country and who is able to convert Robuex into real money?
Jst use a vpn gng
- This server no longer supports investors, and it was removed due to the majority of the investments being scams or donation requests.
Asking or offering investments in any of our channels classifies as channel misuse and will be moderated as such. Review https://discord.com/channels/211228845771063296/1138098042055168000 for more information.
yooo
yo guys in my script i have it to show gamepasses and clothing items on my donation booth but only clothing shows up, is that a scripting problem or game settings
dm
Pay?
investing is not supported in this server
they recently provided a server to get investors in #announcements though
"Game Tank"
dont they allow you to just pitch a game?
the point of investing is to support the development
a published and popular game wouldnt have a need for it
👍🏿
i need 5k ccu for da verifycation
can someone dm me i need help with my script
that verification is for investors
click "Pitch Your Game" instead
i see
i already did
thought the verification was for
the game
just ask here
hope i get pick for da pitch or wtv
good luck 
Can i report a game for stealing my game idea ? DMCA claim
u own the idea bro
wat
i don't think you can for just a game idea
if they stole your assets/code/etc then you could
but unless you patented the idea it's not protected
How steal a brainrot and doors did then
what do you mean?
Oh thank you
again, games can be taken down for taking assets from other games
or using the same name in some cases depending on the similarity
so its possible that was the problem
probably stolen assets
like i assume you could be taken down for naming a game "Steal a Brainrot"
@regal salmon see this script, it wont find the gamepasses. like it finds the booth owners games but not the gamepasses
Alrr i see, i'll give it a try then thx
last i checked roproxy can't get a user's gamepasses anymore without authentication
you may need a custom proxy to do so
oh
i do not know how to do so unfortunately
but when i tried doing the same thing with roproxy i found there wasn't a way
damn
anyone need any easy through meduim diffculty models made trying to expand my portfilio (free)
guys for pls donate based games do u need a custom proxy to load game passes or are there other proxies
does anyone have a clean organisation draft they use to set up their games . Right now i have a folder of classes and in that folder i have a lot of modules for different classes and sub classes and like eventually im gonna have a list of 30+ modules its already difficult enough to keep track any advice
I'm trying to test my RemoteEvents for RemoteSpy vulnerability to patch out an exploit
is there a way to run a "developer RemoteSpy" via a script in the game that plays my remote events in a GUI in the same way an exploiter would see remote events logged
just get the remote spy source and run it in a localscript
S.O.L.I.D
Whats that?
whats the primary way exploiters collect a reserved servers "accessCode"?
Im trying to patch it out
I was thinking remotespy or modified client logs
yes
its been awhile since i did math but yea instead of dividing you mine aswell just set the value to 0
2 ideas i have is you have it on client or they just go to your profile and get the placeid
Here is some code for a game
{Hello World}
W = Move.Forward
S = Move.Backwards
A = Move.Left
D = Move.Right
Then.Bugs. (set to no) -----This prevents bugs in the game*
Hackers == Ban for life
Anyone tryna teach me how to code?
I wanna learn but I have zero clue how and these tutorials don’t make much sense
wow might need to use this in the future
Can I take that?
anybody know any global matchmaking module?
you got no chance buddy
yessir
Just don't give that to clients
How can I create boat system? I only need part + seat. Primary part is always on same height coords and ship can just move around. I tried align orient and align position but it seems like a not so correct way to handle it. Any tips?
The problem is probably in the configuration, or maybe you haven't configured the axes.
yes, this
guy named infiniteyield is 100% correct
Okay thats possible. My target is to create ship system where player can walk on moving ship. I have found many tutorials, AlignO/P & Plane Constrains, which way is best?
I think PlaneConstraint.
Okay, wil ltry. thank you
for anyone who had felt stuck at programming, how did you get past it?
it feels like I can’t improve, as I make more complex things everything makes no sense
Complex things like?
I don’t have a specific idea, what I’ve been struggling on recently is physics and stuff
I’m at an intermediate level I believe
it’s honestly an infinite cycle of feeling stuck, learning, getting past a hurdle, and then reaching another
it never gets easy, really, you just get better at learning how to solve the problems
example for string formatting to set the text of a textlabel
The programming is cirle of creating and bug fixing, it never ends. Start making money in your job or teach others programming, its fun way how to take a break from programming while programming 😄
If you are talking about programming on your own for fun...
That message has to be a joke
Does anyone know where the tab is to turn on http service in roblox creator hub shit
What grade are you in?
You turn it on in Roblox Studio
eleventh 💔 this is my first physics class
Are you in Canada?
I’m living in America temporarily
Great. Now that you're there, do what you need to do
I am Canadian. In my province, Physics education begins in your first year of High School. The education is insufficient for use in game development
Eleventh grade is where you take your first dedicated Phsyics class
yeah 💔 we go from biology, chemistry, to physics
You must learn the basics of kinematics, vectors, and dynamics before your comfort in game-dev Physics improves
I’ll attempt to put some time in learning it, I appreciate you for telling me what to learn
Your class should already teach you this in that order
However, I believe American education is a year behind relative to Canadian
So your eleventh grade education would be tantamount to a first year's
LMAO
I’m moving back to iraq in a year or two I just wanna graduate first since education there sucks
Come to Canada, it's even better
Canada doesn’t sound that bad
I like how cold it gets, I’ve lived in the desert most my life and it’s horrible 😭
Especially compared to America's political climate, lol
It’s so bad bro 💔💔 Canadian presidents are pretty funny
or prime minister
do you start school at 6 in the states
In my province, the education is considered higher level than most others, giving you an automatic boost in GPA if applying inter/intranationally
It’s five
that’s great
preschool, they just be napping and shit
no work gets done pretty sure 😭
I had FNAF music videos 🥺✌️
I wanted to study politics inside of Canada to understand what happens there more but I never got to it
it has to be done on the creator hub but i cant find it...
wait nvm
they made the button invisible
wait does that mean most of the 4-6 year olds on roblox are literally uneducated
yes 😭😭
lowk
Roblox taught me so much more than school when I was 8
I started locking in when I became a freshman in high school
@fervent belfry
anybody know how to code a system to automatically throw airpod mic inputs to any AI?
i need it to cheat on my exam gng
What exam
all typa exam its exam week for indonesians
when the roblox docs say experience it's referring to the universe not the place right
ask ai bro
50000 iq
@astral shale
- Selling was removed due to the large majority of posts being misplaced for-hire posts, or users selling stolen assets.
- There were far more negatives that came with keeping this channel than removing it.
Selling or buying content within channels classifies as channel misuse and will be moderated as such. Refer to https://discord.com/channels/211228845771063296/1138098042055168000 for more information.
does anyone have scripted slap tools with animations?
yo guys i have a question. so the question is why should i learn easy functions like defer, task.wait, if there are lots of better ways of making similar thing which is harder but better?
does anyone have brainrots with animations?
depends what you mean like task.delay could be used over wait but in many cases it's unpractical. A advanced solution always calls for an advanced problem, atleast in my opinion.
does anyone have scripted slap tools with animations?
who can understand AI code
is there a way to pause animation to a certain keyframe if we hold the mouse button?
like for example, i made a punch animation and ill hold left mousebutton
and the avatar will get into punch position keyframe
then when i release it, it punches
2 seperate animation a charge and a release do the trick
we cant use getmarketsignal?
getmarkerreachedsignal*
you mean an animation event ?
yea
no the animation will still run
just cut the animation in 2 and the first part u set on loop
thats how i did my sword https://www.youtube.com/watch?v=0xRR5xmEDno
thank youuuu! ill watch it laterr
Everytime i script something for a game i just feel the need to try to refactor it, even though i'm not that good at it
Guys, is cframe more optimized than vector?
two different things brochaco
i want a testerrr dmmmm meee
is the red part the parameter of the function and then the blue part is what type of value it is?
what is this telling me
Both are
Arguments
ive never used the second one
Recurse turns it into findfirstdescendant
okay 👍
oh wow. you gave me ability to look at those things in 180 degrees
The scripter hiring channel is so cooked man they're all underpaying so dramatically
"Give me an entire game and i might pay you £5!"
Im so sick of all the long term projects as well i just wanna do some quick commissions to make some extra money 💔
I'm not a millionaire unfortunately
make it 10 per task and ill take it
No genuinely like what
I miss when people were forced to give scripters 70% of the budget 💔
$5 per minute i work
fr bruh
u the goat
string name
[data type] [argument name]
bool rescursive = false
[data type] [argument name] [default value when not provided]
7 trillion dollars per second for me
Well Technically... 🤓
This is like the most confusing way to explain it
Whats it actually do then?
I just thought it ran through every object under the object
It’s cooked
No genuinely
I think they should add a separate channel for commissions instead of just having commissions and long term projects smooshed together
Also slimerancher mentioned question mark
I try but i suck at everything other than programming soooo...💔
Peakness
U can just hire people for the assets
Theres a couple of bad ones out there
But u can easily find good work for good value
I mainly make games for fun so i dont like putting money into them
true…
That’s important too
But getting things completed is even more important
What game?
Its pretty close to being in a releasable state i just need to add some more stuff and make it balanced
Factory building game
Wait lemme get a clip quickly
im shit at recording but you get the idea
great game! it reminds me of that farming game i've used to play
now make it grow online and add brainrots and you'll be set for life :D
thank youuu
Tung Tung sahur dropper
Tralalero collector
i did want to make it so it grows offline but its so hard to do with this style of game
Pipi kiwi conveyor belt
i tried getting the money per second but its too inaccurate and sometimes shoots up and then drops really low
Yo grows offline??
Factory grows?
The dropper gets bigger?
id def play this
i should add an upgrader that gets better while you're offline
make a discord server for the game fr
i do have it released if you wanna try it
whats the name
its unbalanced as fuck atm though LMFAO
i'll get the link hang on
my username is hemooch
Such an original name wow
im playing it rn
dude im fucking great at naming things
yes im just going to leave it as factory forever no you cant stop me
What if there are 7 games and it just spells out factory
after a minute or so you should get a merchant to arrive but they have like nothing and its all super expensive
lmk if you have any suggestions or find any bugs
i dont think there should be too many bugs atm
theres tutorial?
found one bro
when u respawn u can no longer build the gui is gone
your set up should look like this at the start
whoops
you can see the keybinds if you press on the little button in the corner
Metamance…
whats that
it’s like gaming but on ultra mode
woah
If I have 10 choices I will do science and math to pick the best one
It’s kinda like hacking but for locked in people…
im doing astronomy and quantum physics i hope
astronomy is scary though, i had to calculate the area of the earth based on two shadows from a pole today
real…. Or cap
real, fact checked by real american patriots
yo
im pretty shit at quantum physics though if im being honest
wtf
yea its evil as fuck
True I’ve watched videos on that
It’s literally just “idk it’s kinda random”
i also had to calculate the distance between two points using my thumb and my eye
wtf
Wait that’s not
THAT bad
I mean
well no but this is the basics
Yo whos doing the measuring
i know someone who coded a simulation of a blackhole
That’s kinda crazy
I’m sure that took a lot of math to do that
Some astronomers are cracked
U know some high elo astronomy player predicted the speed of light through planet motion
Like 300 years ago
thats crazy
whats the difference between FireAllClients and firing a remote event?
fire all clients fires a remote event to all clients
remote all clients replicates to all players and remote client only to a player that you specify
can I use blink instead of doing fireALl
wdym
Remote event
what is blink bo
can i use that instead of fire all
if you want to update all the players then using fire all clients is the best way to do it
is it a networking module?
if it has a function for that then yes
So uhm, beginner at devving here, but I’m wondering if anyone could give me a tutorial for noobz on how to script the ODM gear from attack on titan,
For those who don’t know:
ODMG (omni directional mobility gear)
Is basically to dumb it down, 2 grappling hooks, triggered through pressing buttons on the two swords, ⚔️, activating the ODM gear, grappling it to whatever it’s aimed at, given that it’s within range, with the ability to slice and cut titan limbs with ease
No I am not bro did we find out some secret super efficient data tunneling system on the Roblox servers that allows for instant remotes
hate to say it but you're not gonna be able to do that for a good couple years
iykyk
true
there wont be tutorials for something so advanced, the best thing to do is to put that idea to the side and come back to it in a few years once you're better at coding
its a module that makes it so you dont need to use remote events
i use easy network
I see, I’m on a bit of a budget, so I’m trying to sort of, wing it, I’m willing to partner with someone who’s willing to script for the game, maybe even long term, for a few different games, but it’s just the case of finding whoever’s willing to put faith in a brand new developer
Is it like a data compressor
it's that the one that uses signals? (i'm not that good at scripting)
another thing i hate to say but you're not going to find anyone like that that actually has the talent to code what you want
I see, fair enough I appreciate it
well depends what you mean by signals
remote events can send information between the server and client
well u could if u have money
no it literally just lets you use remote events without creating them
i once saw someone using signals to communicate between modules and avoiding dependance
That’s kinda freaky
I mean remote events really aren’t that bad tho
here im using a remote event without ever actually creating the object, it saves time and keeps replicated storage clean
I just don’t really see much point not using them
saves time and keeps replicated storage clean
i fucking HATE having remote events sat floating around my systems
How does this string translate across the network tho
if the modules are both on the same side then it'll be something different
the module created the remote event for you
Ermmmm I thought u say no remotes…
then you have this on the server (in this case at least)
so it creates the remote uses it and then deletes it?
well you dont have to make them yourself
im not sure about it deleting them as that'd be pretty annoying if you kept sending stuff through
Ok but now u type a whole string instead of using something type annotated in a metatable
i think some of them actually keep the server safe from the client as well to avoid hackers
😹
what
Think abt it I can just make a remote event store or refer to that in my metatable
yeah but you still have to create a remote event
Then when I wanna call it I just hook fireserver/client
i aint doing all that buddy
Ok but the alternative is typing a string everything u wanna fire it
Then I gotta remember what remote it is
🥶
its way quicker
gulp
gold fish memory
💔💔💔
i know most my scripts off by heart
if someone deleted all my code i could probably rewrite it perfectly
Crazy ego
wow…
you underestimate how long i spend staring at code
ngl idk how to improve, the learning curve feels to steep
true but then I stare at more code the next day and then days have past
And I’m like “yo what was I writing again”
trust take a small break and go back on the screen
try getting an internship sort of thing with more experienced scripters
it usually works for me
gold fish...
i just make roblox games for fun, i'm more mad at my shitty code that always needs to get refactorized
wait why am i talking my oc is literally a gold fish
I’m hard carried by my critical thinking and short term memory…. 😿
10 million lines in 5 seconds of memory
if you want a hand with a specific issue i could try lending a hand
i have zero critical thinking and zero memory i just learn to code on the spot when i need to
is fireAllClient more optomized than a network library remote event?
wtf how
10 million iq
depends which library you're using
Are u a code summoner
blinkj
you'll get there one day i believe in you
I have gotten there but like it’s only when I’m locked in
one minute lemme check
Otherwise I’m autopiloting
my main issue is that idk how to use OOP or just write more modular code, like i was trying to make a game and the second i have to add something new or make a change i stall, i once heard that i should make systems that work independently but i have no clue on how to do that
yeah, looks like it
it also validates info from the client which is very good
Metatables are op
U should use them
dude holy fuck i fucking love oop
🤤
fuuuuck i love type checking and i love oop and i love metatables and i love modules
metatables are just a downgraded version of classes from what i've seen
Bro just discovered oop
I wish my elo was high enough that I could write that clean on 1k lines
It just devolves into chaotic OOP after a certain point
i've been using it for over a year buddy i just love it so fucking much you dont understand
Yea but they are op
if i could marry oop i would
Nice lies
🙏🙏🙏
Not fooling me
god forbid someone is good at coding
“good”
i think someones jellyyyyy
I genuinely don’t know how u get 4 years in college and don’t like oop
freak of nature
literally…. What are we coding
Try assembly
Why u not like oop in a cs degree
why would I ever need to touch that
Am good
Yea I’m getting sent to the ward trying that
“Why yes over here is the section for the people who write in assembly
Street jackets and white padded room
What is qasm
this
Yo wait is this the quantum computer language?
quantum assembly used for quantum circuits
well one of them yes
question, is it really necesary to check types, and why would you do that?
its not necessary but its good practice for readability and intellisense
bro i just got disconnected from my place file being told i no longer have access to it wtf is this shit
no
sadge
i dont do any classes for it yet
YET?
how do u already plan this stuff
where are you gonna go?
Without even going to college
my own research
well its pretty close to me so im not gonna say lmao
I wish I was one of the people who had their life figured out that soon
🥀
no i mean like what field (mb for the misscommunication)
oooh right
either computer science, theoretical physics, quantum computing, or astronomy
probably astronomy because thats what im best at
How do u find out that ur best at that
cool, i'm probably gonna be a radiologist technician or just an electricist
well i know the most about it
you try stuff and see what you like
oooo thats awesome
i wouldnt mind being a nuclear engineer
true
Engineering is fun
I’m doing mechanical rn
We learn a lot about heat transfer
And lots of materials science
thats cool
astronomy is just torture tbh
i have to memorise 7 constellations and asterisms and be able to recognise them in the sky and be able to draw them
I thought it was just look at stars and more stars
no, astronomy is literally everything you can think of
wait so u just study everything
programming, theoretical physics, regular physics, maths, astrophysics
if it has something to do with STEM you have to know about the basics of it for astronomy
well the basics of it sorta
where to do you find the time to do so
im homeschooled so i have all the time in the world
🙏
no part in the education system
A blessing
nice
it was a waste of my time so i left
How do u just leave
Do u live in USA ?
my mum just deregistered me
uk
Bro in USA ur like required to stay in school
thats horrible
I know some people from other countries who like dropped out in middle school
i'd know like nothing if i stayed in school
and I’m like wtf
It’s genuinely so pointless
school is mostly about learning how life works, and tbh it kinda gives you a proper shitty represantation
i dropped out whjen i was 13
So lucky
Not really
my school never taught me shit about how life works
It’s the opposite of how life works
yea
nah let me explain, as my wording was bad
I feel like it’s just brainwash propaganda from the government
turns you into a mindless zombie ready to be enslaved by a corporate scumbag
To keep people from thinking critically
yea literally
Thankfully our colleges are better though
the college im going to is really good apparently
well if im doing quantum computing im gonna have to go somewhere else because the one i want to go to doesnt have it
my uncle wants me to go to cambridge so he can be my professor but im no were near smart enough for that lol
Don’t let ur self doubt hold u back
Ud be surprised at what people get away with on belief alone
i guess
I have people who I dont know how they got here
it's more to learn how to socialize and learn to be with other people even if you don't like them, as that is mostly gonna happen irl in a working job, and alos yeah it's mostly about learning to "respect your elders/boss" even when they're wrong, and although that's shitty, irl in your field your gonna meet a bunch of people like that, although yeah school mostly sucks
And they still progress
they were shit at teaching that for me
My social life in high school was abysmal bro
Its p straight forward aside from drawing over it
i was a social outcast it was horrible
Yea it lowkey sucks honestly…
true most teacher suck
School is just mid
FindFirstDescendant is a method thats uses a newer algorithm but its currently turned off
yea i realised after i sent that message
ooh right okay
Yeah its functionally identical i was just trolling
Provided to YouTube by IIP-DDS
A faint signal · Infinity Frequencies
Between Two Worlds
℗ Infinity Frequencies
Released on: 2018-06-28
Producer: Infinity Frequencies
Music Publisher: Infinity Frequencies
Composer: Joshuah Miller
Auto-generated by YouTube.
im havung to watch the worst advert in history for this if it isnt a peak video im going to vaporise oyu
Already dead
you will meet your doom you fiend
How can ik if scripter is good or nah
ig how modular the code is ( aka how customizable and reusable it is) then performance, but i'm not a expert
i watched some tutorials about OOP and it either looks like something useful, or the most useless thing
so my question is, is it something that you can apply to everything in game dev?
doesnt oop improve reusability with code?
it seems like it is just tables with functios inside, although it might fix my issue
yeah it does, but roblox dosn't have OOP so you have to go around it with metatables and self
yep
U use module scripts
yeah
So ppl integrate it w that and metatables
Like I think u use it for all battleground games
Like all combat sys
tbh i have a huge issue of not buiding independent systems so maybe OOP is my only solution
although it sucks so much that roblox choose lua ( language with no OOP since it's inspired of C) for a game
Yeah but even if u take C no one uses that either
wdym by not scaling good?
tbh my biggest issue is that my code is just to dependant on other systems and it is "spaghetti code" so it does the things it should, but at the slighest change i'm basically fucked
anyone here wanna help me with a website and the roblox api connected to the website
what do you need help with?
what's the hardest thing to script on roblox.
learn bytecode
💀
u dont need to use ipairs()
its just unncessary now
for _, item in data do is fine
Could anyone build me a simulator pet related to the mythical creature called the Phoenix?
anyone know how to use a Roblox bot connected to my website through an API. When the bot receives a trade in-game, it automatically accepts the trade, verifies the items, and records the sender. That data is sent to the website, where the system credits the user’s wallet with the corresponding item value.
ipairs only iterates over the array
still slightly useful
you mean {{}, {}, {}}
no
local tbl = {
[1] = "a",
[2] = "b",
[3] = "c",
["a"] = "d",
["b"] = "e",
["c"] = "f"
}
print("general iteration")
for i, v in tbl do
print(`{i}: {v}`)
end
print("ipairs")
for i, v in ipairs(tbl) do
print(`{i}: {v}`)
end
@dusk girder
idk when that will ever be the case u need that
still gives ipairs relevancy
its slower tho look at the bytecode
what
also wastes productivity in some cases where you have to choose between pairs and ipairs
It’s still useful, if you don’t know why you just don’t NEED to use it yet
whereas omitting one of them will make the script automatically fill it out
what part of it has a specific use case did you entirely miss
what part of what
^
Dude 
Im not talking about the use case of ipairs
Im comparing ipairs, pairs, and not specifying an iterator function
guys is knit good? i heard its not gonna get updated no more is it safe to use it will it not break? i feel like it will make client-server communication easier
its safe to use
is there any way to do this or do i just have to create multiple tweens?
multiple tweens
you can also just not use tweens
and do your own changing loop
i was just looking for something more concise
Store the Ui in a table then tween that table
(I didn’t read the code)
Am guessing u wanna know that
i want what you're on pal
ngl who wants to remake Roblox Chat w me so people can start chatting again (as complex (and maybe as used) as ACS/A-Chassis) type shit (cant do it on my own, im also a scripter)
Everyone in OSS is a hater of it
And those guys are nerds
this has to be the most useless thing of oat
So I probably wouldn’t trust it
most designs have no real use for it but it exists and does something
albeit from testing slower than writing your own function
bezier curves
if ur using multiple points
ipairs and pairs are significantly slower than general iteration for some reason
like very significant
Not really
huh
10x
ipairs is genuinely useless in luau
yes
What was ur test case on
do I really have to rewrite it
bruh what does A-Chassis have to do with this lmao
tf is this chat on today
local tbl = {
[1] = 1,
[2] = 2,
[3] = 3
}
brodi a scripter but cant create a chat system 😭
and check the time counter in luau
just do local tb = {1, 2, 3}
i mean like the complexity level of a-chassis cuh
and you just commented bezier curves for 0 reason, brainrot
what is OSS and what are the reasons these people hate it? is there a better replacement?
...
its really not that hard
They are the guys that write all ur packages
what does this even mean dawg
They are software devs and really smart
I had dictionary items from the original test, just copy and pasted the previous table since it doesnt matter
i believe he was trying to use multiple pooints
All those modules that are open source you likely find the people who made them in OSS
read the context
btw, we don't estimate based on complexity lmao
that was me pal
me
im dumb bro
see the time it took next to output
local tbl = {1,2,3}
local a = 0
for i = 1, 10000000, 1 do
for i, v in pairs(tbl) do
a += v
end
end
print(a)
10x as slow is micro?
you would need more benchmarks to say that
the gap is way too significant to not be obvious
Oh I see. what are the reasons these people hate it and is there a better replacement?
other than the no more updates issue
ipairs is consistently the slowest
pairs is second slowest
general iter is the fastest
by far
how much of that is from the overhead from pairs/ipairs though
ok here
times with pairs
0.44664139999076724
times without pairs
0.30318539997097105
hmm
like what is the Big O for ipairs/pairs
im running each several times
it keeps being significantly slower
