#What is the best way to learn scripting?
1 messages · Page 1 of 1 (latest)
wanna learn how to code/make games togheter?
yea sure
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
Thanks
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
hm okey
The best way to learn is to do.
I will try
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.