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

Is there a way to make it so that a player can't deselect an item?

Asked by 6 years ago
Edited 6 years ago

Is it possible to make it so that a certain player can't deselect an item from their inventory? I just want to know if u can. I'm not asking for someone to script it for me :) All I need is a hint please.

0
If by item, you mean tool, then there really isn't a way (that I know of). You can make it so that a tool cannot be dropped, and you can force the player to re-equip it every time it is unequipped, but that's about it. XAXA 1569 — 6y
0
I see no practical use for this but just constantly check their character to see if the tool is in it and if it is re-parent it to the backpack lukeb50 631 — 6y
0
Yes by item I mean a flag rilgundam 65 — 6y
0
So then would I be able to do a while true do loop with an if statement inside? So it can constantly check rilgundam 65 — 6y
View all comments (3 more)
0
The only possible way to do this is to make a custom inventory. XxJRushxX 22 — 6y
0
XxJRush not true. Yea you disable dropping via the tools properties and use that while true do loop. lukeb50 631 — 6y
0
Ok rilgundam 65 — 6y

Answer this question