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

How to make tool undropabble so player cant drop it to other player?

Asked by
2jxi 4
2 years ago

How to make tool undropabble so player cant drop it to other player when player press backspace tool will drop srry for my english

2 answers

Log in to vote
1
Answered by
Xapelize 2658 Moderation Voter Community Moderator
2 years ago

You don't need a script for this, well it is optional, but I'd recommend you this better way:

Go to the tool, on the properties, you will find something called "CanBeDropped". Turn the checkmark to false by clicking it.

Also you can also use @Shounak123 answer, it also works, but it's more complicated and I'd suggest you the easier way.

Ad
Log in to vote
0
Answered by 2 years ago

Put a script in the tool and paste: script.Parent.CanBeDropped = false

Answer this question