super confusing, i still barely understand it. data storage is so weird.
i have been coding all day and i think it is time to sleep. i learned a LOT of information today (90% will be gone by tomorrow i guarantee it) and im still not 100% sure on a few things (parameters are a bitch tbh) but i am glad i took today to do absolutely nothing but code. although, i really hope i actually learned something and didn’t just stare at a code pretending to understand it. im going to try going without a guide tomorrow to see how much information i kept retained.
i doubt i remember all of it, if anything ill probably remember how to store data and make parts dissapear. thats okay tho, im not trying to remember everything, just trying to make sense of it so it will be easier in the long run.
i am pretty proud of myself but also simultaneously pissed off at myself for feeling stupid.
tomorrow as well as the following 2 weeks im not going to be coding all day bc i have band camp, however i will still find time to post my progress.
(btw if anyone is wondering im using this as my guide: Learn Roblox)
It’s always great seeing someone else learn how to code, kudos to you and good luck! Due to irl reasons (moving) I haven’t been able to practice regularly a few weeks after i’ve made this post. Maybe i’ll get back to learning tmrr lol.
mk. ive been following this scripting practice plugin for awhile (Studio+ was in a post made by SavageWind) and i learned a few new things like Enums and Intvalues. im not going to post any videos for it tho bc i didnt create the models for it. i will post a guided script that i was working on though.
made more of this shop. at first i tried putting this script into a part that when touched would open the chat gui, but then decided to put a local script into the startergui that does the same thing. this way, a chat gui would not appear on everyone’s screen, just the individual.
If you really want to use keybinds then go ahead (the service is ‘UserInputService’)
However if you want it to only open in the shop I’d also suggest learning magnitudes (because the touched event is too buggy to be used in this situation)
then again magnitudes are pretty hard to learn