#How do i actually start scripting
1 messages · Page 1 of 1 (latest)
I would say make small projects that you feel interested or passionate in while learning more with experience
Yes absolutely
** You are now Level 5! **
do i read to forum at first, then try to make a project?
or do i make a project and read the api on the go
when i need something to know
and this, yes. constantly read the docs while scripting
so i just right off the bat start making projects and read the docs on the go?
well start with learning the fundamentals then from there yeah it's reading docs as you go
reading random docs pages is a good idea too, you never know what you'll find
is the roblox api purely made by roblox? or is the community attending in that also
both
thats kind of good
the roblox docs is pretty good compared to many other docs out there
makes sense because its from the roblox itself
thank you guys
made a clear path for me on how to start
i know
but what i have to write in docs
like
what do i have to search
Hi! I have been scripting for 3-4 years now, and one of the biggest advice I can give is doing small code snippets. You can also use chat gpt to get ideas for codes and try to make it work. Try to make a system from your favourite video game.
by "code snippets" you mean do stuff like
make a part when disappears upon clicking and make a part that damages you upon touch?
like very small projects that makes you code
I mean small code that is easy for you to do, to grasp an understanding on the basics such as functions, loops and other things, as u progress, you can make harder projects