Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

When I'm holding a tool, how do I make it so no other tools will be picked up?

Asked by 5 years ago

How do you make so that when you have a specific tool equipped, no other tools can be picked up, but when unequipped, you can pick other tools up again?

Current script I have (its in the ball): https://gyazo.com/84ce4ed0d70aa58493a25a31c6048137 Video: https://gyazo.com/84c2f05c5df8305034916d382db1be6c

0
? TheluaBanana 946 — 5y
0
well there is the tool's touchinterest might wanna look that up TheluaBanana 946 — 5y
0
Make a script that checks for the bat in the player's character, and if it's there, make the ball's TouchInterest to false, as TheluaBanana said above User#25270 0 — 5y
0
Or check if the bat's in the player's backpack. If it's not there, then it's equiped. User#25270 0 — 5y

Answer this question