how to make a script that gives players tools?

[AE] Grego
Joined 14/05/2020
Posts 4,115
01:36 AM 07/01/2023
lets say when i player spawns, the script detects that and gives them a tool


Wuz
Joined 24/08/2019
Posts 8,490
01:36 AM 07/01/2023
[ Content Removed ]


[AE] Grego
Joined 14/05/2020
Posts 4,115
01:55 AM 07/01/2023
I use brick builder btw


VaIentines
Joined 13/11/2020
Posts 3,421
05:53 AM 07/01/2023
https://discord.gg/sBDNxjYx


[AE] Grego
Joined 14/05/2020
Posts 4,115
03:00 PM 07/01/2023
Quote from VaIentines , 05:53 AM 07/01/2023
https://discord.gg/sBDNxjYx
alright fine ill join the node hill server


dargy
Joined 23/06/2019
Posts 4,820
07:28 PM 08/01/2023
Hey there,

Creating a new tool might be hard for node-hill beginners, but once you see an example, it's simple. First, we create a new tool and put the name in the parameters, for this example I called it "Holiday Cane", this is what the player will see in the toolbar! We then set the model which is just the tool's ID which you can find in the URL of the tool on the website. We then use p.addTool to give the tool to the player. Simple as that!

Script: https://gist.github.com/dragonismcode/6797c4dc2beb02d3c36a0ac2b48d08be

Hope this helps!


Wuz
Joined 24/08/2019
Posts 8,490
11:01 PM 08/01/2023
Quote from Wuz , 01:36 AM 07/01/2023
[ Content Removed ]
got warned for this


Wuz
Joined 24/08/2019
Posts 8,490
12:27 AM 07/02/2023
Quote from dargy , 07:28 PM 08/01/2023
Hey there,

Creating a new tool might be hard for node-hill beginners, but once you see an example, it's simple. First, we create a new tool and put the name in the parameters, for this example I called it "Holiday Cane", this is what the player will see in the toolbar! We then set the model which is just the tool's ID which you can find in the URL of the tool on the website. We then use p.addTool to give the tool to the player. Simple as that!

Script: https://gist.github.com/dragonismcode/6797c4dc2beb02d3c36a0ac2b48d08be

Hope this helps!
I like your avatar


[AE] Grego
Joined 14/05/2020
Posts 4,115
05:47 PM 08/02/2023
Quote from dargy , 07:28 PM 08/01/2023
Hey there,

Creating a new tool might be hard for node-hill beginners, but once you see an example, it's simple. First, we create a new tool and put the name in the parameters, for this example I called it "Holiday Cane", this is what the player will see in the toolbar! We then set the model which is just the tool's ID which you can find in the URL of the tool on the website. We then use p.addTool to give the tool to the player. Simple as that!

Script: https://gist.github.com/dragonismcode/6797c4dc2beb02d3c36a0ac2b48d08be

Hope this helps!
Thank you!

1