#Looking for beginner help

1 messages · Page 1 of 1 (latest)

humble root
#

I wanna learn how to script please help guys

grizzled pulsar
#

If u want to start i can advice u hiatus for beginner

#

Then maybe brawldev for advanced

grizzled pulsar
#

Not an app

humble root
#

ah i see

#

i dont really find thos useful

#

thanks though ig

grizzled pulsar
#

Do you dont understand, or do you understand but dont get better?

#

I mean thats how i started learning

humble root
#

i understand but its hard to get started

grizzled pulsar
#

Ik

#

Once u get started

humble root
#

its easy to follow a tutorial but not easy to do it on your own

grizzled pulsar
#

It will be easier

grizzled pulsar
#

Thats the problem

#

Cuz

#

While u are watching tutorials

#

Many ppl says they "understand"

#

But

#

They dont even know how to do a similar script with just some differences

#

That why i said praticz

humble root
#

yeah

#

its hard

grizzled pulsar
#

U need to pratice the concept of the video u are learning by telling urself "oh lets try to do this" etc.. be curious

humble root
#

id love some help

grizzled pulsar
#

With devforum

#

With discord

#

And with work

#

U can get it

humble root
#

ok ok

#

are u a pro?

grizzled pulsar
#

But first u need to think, think abt how to do this and that, when u are struggling and think there is no choice u can get help

#

Just keep pushing, ur brain will get used to script

grizzled pulsar
#

Atleast not for the moment

humble root
grizzled pulsar
#

I started scripting since 1 month almost

#

And im not that good to

#

You see, whats funny is that i am still learning basics

#

I want to be sure i got them, make sure i understood everything so i could understand documentation etc..

humble root
#

yeah i get you

naive mirageBOT
#

studio** You are now Level 5! **studio

humble root
#

cool

grizzled pulsar
#

But so, trust me u will understand when u switch of youtuber if u dont understand something

#

Then u will be able to do what u want to

tight epoch
#

i recommend Gnomecode bginner guide he's using the code to build a minigame while explaing what it is

naive mirageBOT
#

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

humble root
grizzled pulsar
tight epoch
plush root
# humble root its easy to follow a tutorial but not easy to do it on your own

Im going to add to this:

I do alot of programming outside of roblox and to deal with exactly that
create small realistic challanges for yourself after you watch a video

say you watch a video on variables
local number1 = 5
local number2 = 10

print(number1 + number2)

then slowly build up making scripts that spawn objects, change player speed
create doors using .Touched and the parts collision physics