How do i start to learn scripting in brick hill?

YellowMustardSauce
Joined 19/08/2020
Posts 41
10:26 AM 09/09/2020
I need help i tried on roblox but it was sooooo hard i want to make cool games


[ME>U] KraveSon
Joined 01/05/2020
Posts 13,212
10:40 AM 09/09/2020
Imagine making games now lol


SmartLion
Joined 16/04/2017
Posts 1,970
04:00 PM 09/09/2020
Quote from KraveSon , 10:40 AM 09/09/2020
Imagine making games now lol
Don't be unhelpful!
If you aren't able to help then don't reply!

TO OP
This assumes no experience
First you will need to setup a node-hill server
This is how you will be testing sets/scripts and create scripts and of course host the set
I already made a detailed guide on that www.brick-hill.com/forum/thread/690748 (replies)
Now that you got a simple place running you can now start using scripts
Scripts in node-hill are JavaScript files that are located in the user_scripts folder
We have a collection of example scripts with in our discord server for everyone to look and learn from
discord.gg/f3AHUad
Once you see how the scripts roughly work you should now learn the basics of JavaScript
This is where I learnt from www.w3schools.com/js/js_variables.asp
I really recommend that you should get a code editor like vscode
https://code.visualstudio.com/
All of node-hill's functions can be found at https://brickhill.gitlab.io/open-source/node-hill/classes/brick.html


[RARE] pl0rified
Joined 01/02/2019
Posts 140
12:37 PM 10/09/2020
alright, brick hill scripting is very different to roblox scripting because brick hill uses node.js (javascript) and that means you're gonna learn another new language accordingly, and note: javascript is very similar to some traditional languages like c++, java, c# and you're gonna have a hard time figuring how to start programming in javascript...

and no more explanation, lemme give you some recommendations.
i recommend that you go to javatpoint's website:
https://www.javatpoint.com/javascript-tutorial
else if you don't like text but like videos, check out caleb curry:
https://www.youtube.com/playlist?list=PL_c9BZzLwBRLVh9OdCBYFEql6esA6aRsi

tip: if you're learning right now, just learn 2 pages of javascript in javatpoint or watch 2 videos of javascript by caleb curry.

1