..burgr creation thread

alr i made a scoring system and disappearing parts. scores go up by 2 every second. when you fall and die the points are reset.
robloxapp-20210718-2211371
robloxapp-20210718-2212097
robloxapp-20210718-2216236
been working on this for 6 hours (not because i cant just copy the code from a different source, but bc its difficult for me to understand)
image
this part was OK, it was mostly the “for” command that confused me. but i get it now. i think


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)

oh dear this is a long post, sorry.

tldr; coding is confusing and im tired.

1 Like

devforum in AO forums

also check out what i made: Reusable Stalactite Trap - Cool Creations - DevForum | Roblox

1 Like

oh thats really cool. i hope ill eventually be able to make things like that.

okay, this took a good 2 minutes to make, just trying to get my brain woken up b4 i work on something confusing.


robloxapp-20210719-1550370
robloxapp-20210719-1550309

(btw if you don’t know how to script and want to participate, just reply with something you would like to see done. )

1 Like

made a little shop, i think im gonna try and work on it soon, but for now its just the door that opens.


robloxapp-20210719-1702158

1 Like

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.

1 Like

thanks so much! good luck to you too!

1 Like

also, i looked at your post and am now using the plugin, so thanks!

1 Like

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.

i thought the shop looked stupid so i changed it.


also added a little interior design (definitely needs more)

btw meet jerome, the owner of the shop

1 Like

man. this is actually not that bad. i thought flickering the light would be some complicated mess but its really not difficult at all:

robloxapp-20210719-2233095

happy with my progress, although i don’t think i learned enough today. going to bed now.

2 Likes

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.


for now, all it does is appear, bc i have no idea how to do the rest.
robloxapp-20210720-1840066
(not the final gui design)

2 Likes

k ive decided on this for the gui design

simple but it looks ok i think

2 Likes

Slight optimizations i would make to your flicker code:

1 Like

do you think i should be getting into keybinds yet? i want to make the player press E to open the dialogue/shop gui but idk how to do keybinds.

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

eh…ill try…thanks!

click function hehehehehehehehe
robloxapp-20210720-2055290

2 Likes

Don’t put no no words in your scripts, you might get moderated even though the place isn’t public.

:frowning: ok


robloxapp-20210720-2100023

this better?

does that apply even if i haven’t published it?