#I need the best video for someone who wants to do scripting.

1 messages · Page 1 of 1 (latest)

ionic sundial
#

I preferably want someone to help me on dms not a video, but I doubt someone will. Also before anyone says “Watch Brawldev” don’t worry I already did and still didn’t understand.

ionic sundial
tepid cape
ionic sundial
tepid cape
#

even then it is still a lot to read, youd need to read the coding fundamentals before these anyway but its worth mentioning

tepid cape
ionic sundial
shut prairie
ionic sundial
river lindenBOT
#

studio** You are now Level 1! **studio

shut prairie
#

it's like watching a video guide on how to play football and expecting it to somehow give you the skills to play football. again, it doesn't work that way, you have to actually put in the effort to practice it for realsies, not just watch videos about it.

#

and maybe you are doing that idk, my point is to emphasize you do actually have to put what you watch into practice or you learn nothing

#

which then means it doesn't matter if you have the best video -- no, the best video is the one you actually put into practice.

ionic sundial
shut prairie
#

the docs cover everything about how roblox works, how studio works, what all the pieces are and how they work etc

ionic sundial
shut prairie
#

a tutorial might give you some keywords to search, maybe a starting point, maybe some technique or approach to a problem, but you should always be reading the docs alongside and practicing it in studio

ionic sundial
#

Alright.

#

Do you have any tips of what to do first when you know the basic.

#

Basically just something easy to practice

shut prairie
shut prairie
#

start with moving a part.

#

change its color.

#

put a button on the screen to spawn more parts.

#

make it spawn with random colors.

#

after that, start playing with the character maybe - give it more jump power every second. give it more health. make a killbrick.

#

make a custom healthbar

#

make anything

#

the point is to always be making things

ionic sundial
#

Thanks for the tips.

shut prairie
#

make a sprint, make an m1, make savedata

#

start small, and continually build different pieces. eventually, after you have made enough little things, you'll be able to start combining them to make more complex things

#

like +1 jump/sec sounds easy on its face, until you actually try to go and make one without a youtube tutorial holding your hand the entire way: do it without the tutorial.

ionic sundial
#

I will keep this channel updated as much as I can everytime I learn something

shut prairie
#

can't just jump in the deep end thinking 'IM GOING TO MAKE A BETTER THESTRONGESTBATTLEGROUNDS GAME' and expect it to go well

#

or 'IM GOING TO BE THE NEXT MM2'

#

or 'STEAL A BRAINROT SUCH AI SLOP ITS TOO EASY I WONT EVEN TRY TO MAKE ONE'

#

... let's see you make steal a brainrot without copying it out of a tutorial rizz

ionic sundial
#

I've had so many phase on trying to become a developer.

#

But I don't think I've ever went so far like now.

shut prairie
#

im telling you how to become developer

ionic sundial
#

well

shut prairie
#

there is no other way

#

no shortcuts

ionic sundial
#

I meant learn scripting at least the basic

shut prairie
#

there is only making stuff with what you learned, learn more in the process of making stuff, then use what you learned to make even more stuff, rinse repeat and eventually you reach my level.

#

srsly the only difference between you and me is just the sheer volume of stuff i have made

ionic sundial
#

I won't even deny a thing you're saying

river lindenBOT
#

studio** You are now Level 2! **studio

shut prairie
#

even when you learn something in school, they give you homework, they give you assignments, they give you exercises to practice.

#

that's the practice.

#

that's how you learn.

ionic sundial
#

Pyro

#

How long have you've been doing scripting?

shut prairie
#

too long

ionic sundial
#

Im guessing 10 years

shut prairie
#

and even to this day, i am still learning new things in the process of making things

ionic sundial
#

What was the first things you made as a beginner

shut prairie
#

websites

ionic sundial
shut prairie
#

i started with html and it progressed into all the other webdev language like javascript and php, dealing with sql, webforums, logins etc, i just kept making stuff

#

you don't need to start like that, you can start from anywhere

#

lua is a decent starting point

ionic sundial
#

Its so confusing as a beginner.

shut prairie
#

https://www.w3schools.com/html/ this is where i started.

river lindenBOT
#

studio** You are now Level 71! **studio

shut prairie
#

not a youtube video tutorial

#

just documentation.

#

i went through every example, one by one. every lesson, one by one. read every page, tried every example, fiddled with every example to make it my own

shut prairie
shut prairie
#

instead of expecting the world of yourself and getting disappointed when you couldn't do the impossible, each day pick one thing and learn that. eventually, after enough days, you will know as much as I do.

ionic sundial
#

Im gonna get an example script from gpt and I will show you

shut prairie
#

like, i didn't read that entire html tutorial in a day

#

it took weeks 😂

#

and then i took what I learned and built my own websites just for fun

ionic sundial
#

Im back

#

I will show you the script and ask you questions abt it

#

First things first why is there so many ends like, 3 ends

#

in a row

#

tell me when you see it so I can delete this giant thing

shut prairie
#

ai?

ionic sundial
#

ye I only got it just for an example

#

Im not using this I promise.

shut prairie
ionic sundial
#

could you explain some things about this?

ionic sundial
shut prairie
#

its more fun when you get up to like 10+ ends

#

but usually an indicator you made a mistake

#

anyway, you should first learn what end is

ionic sundial
#

Wait let me guess

shut prairie
#

and then why there's a bunch in a row should be immediately apparent

ionic sundial
#

The ends are to signal that the script has ended?

shut prairie
#

what did the docs tell you

ionic sundial
#

ohh about that

#

I have only read a lil bit

#

I can explain.

#

I started reading it today at like 8PM

ionic sundial
#

and I had to get ready to go somewhere, and I came back at 12

river lindenBOT
#

studio** You are now Level 3! **studio

shut prairie
#

most of it applies to roblox because roblox uses luau, which is a version of lua.

#

which is how I first learned lua; take stuff from the docs and put it into lua and just see what happens

#

mess with it, change things, then when you get a handle on it, build stuff

#

always comes back to building things

#

if you never build anything on your own you will never be a scripter 👍

#

this is true for any skill. if you never use it, you will never learn it.

#

e.g you can find all the tips and pointers and video tutorials on how to ride a bike, but until you actually ride one you will never truly learn how to ride a bike.

ionic sundial
#

I just tried to change a parts color only using script

#

And I failed:(

#

Im go look at doc

shut prairie
ionic sundial
#

@shut prairie

#

Could you help me with something?

#

Waiiiiit nevermind I got it

#

OHH I just fixed this thing that I accidently clicked and I managed to do my first solo script.

#

Thanks Pyro-Fire for your wise teachingsalute

shut prairie
#

expertise is just ... years of doing that over and over again

ionic sundial
#

Pyro have you ever made a game?

shut prairie
#

yes, obviously

#

i've made many games

#

and all sorts of different things

ionic sundial
#

Are they out for public?

shut prairie
#

my roblox games are not particularly great

#

they were made for the sole purpose of exactly what i'm telling you to do now - make stuff so you can better learn how to build stuff in roblox

#

i didn't bother getting anything perfect or correct, just functional enough to show me all the stuff i need to care about and look out for when developing for roblox

#

coz i can do that after i have already made all the common mistakes and fell for all the newb traps

#

like humanoid.movetofinished:wait()

#

i can tell you exactly why that is a newb trap, but i only know that because i tried to build something with it and encountered the problems for myself

ionic sundial
#

I dont even know what a newb trap is

shut prairie
#

for anyone who hasn't tried to use it, or hasn't both encountered and conquered those problems, they couldn't tell you why i call it a newb trap

shut prairie
ionic sundial
#

oh I see

shut prairie
#

hindsight is a bitch, but it is also powerful if you use it deliberately

ionic sundial
#

is hindsight a lua language?

shut prairie
#

lol hindsight is a noun look it up in a dictionary

ionic sundial
#

ohh

#

oh I feel really dumb

#

Im having trouble reading this

#

on the part where it says "Use script.Parent"

shut prairie
#

script is just the script container

#

typing script in any script, localscript, modulescript etc will give you reference to the instance that the code is running in

#

anyway i can't hold your hand every step of the way. whenever you get specific questions like that, google it

ionic sundial
#

please just this once

#

nevermind

shut prairie
#

i've spent a very long time googling keywords and other search terms, looking stuff up in dictionaries, documentations etc

#

you best get used to doing that early

ionic sundial
#

Dw I got it now, I managed to even create the script

#

Im go to sleep now its 4am where I am