#What is the best way to learn scripting?

1 messages · Page 1 of 1 (latest)

soft depot
#

Like using roblox creator hub, youtube, chat gpt? I am trying to learn scripting but I can't figure out where to start

slow grotto
#

wanna learn how to code/make games togheter?

soft depot
silent heath
# soft depot Like using roblox creator hub, youtube, chat gpt? I am trying to learn scripting...

I always recommend watching Youtube Series like this one from BrawlDev : https://youtube.com/playlist?list=PLQ1Qd31Hmi3W_CGDzYOp7enyHlOuO3MtC&si=Ofan4VAFOJqggdL6

Or if your someone that rather gets information from the source you can always go over the Documents for roblox studio: https://create.roblox.com/docs

silent heath
#

But one very important thing for learning is not only reading or looking at information it is also to use that information.

#

So don't just watch tutorials and call it a day but also recreate what the people do in the tutorials

silent heath
#

The best way to learn is to do.

soft depot
#

I will try

shadow sedge
# silent heath So don't just watch tutorials and call it a day but also recreate what the peopl...

this is absolutely true - i remember thinking oh i know how to make a killbrick but when it came to doing it.. i had errors and it wouldnt run at all no matter what i did (trying to do it without looking at a tutorial) i forgot that it has to check if hit.Parent was a humanoid with 'FindFirstChild' because if you don't use 'FindFirstChild' it will give you an error and stop executing the code instantly if a different part touched the killbrick. These are things you never realise or understand properly unless you actually write the code yourself.