cgjnm
|
  |
| Joined: 22 Dec 2011 |
| Total Posts: 2347 |
|
|
| 19 Mar 2016 08:26 PM |
How can I make sure that at least one tool (any tool) in the player's backpack is always equipped? And what would be the best way to tell which tool is equipped?
What I am trying to do is have it so when the player scrolls with his/her mouse wheel, the tool will change (also can change when pressing numbers) |
|
|
| Report Abuse |
|
cgjnm
|
  |
| Joined: 22 Dec 2011 |
| Total Posts: 2347 |
|
| |
Laakari
|
  |
| Joined: 07 Aug 2014 |
| Total Posts: 17362 |
|
|
| 19 Mar 2016 09:37 PM |
Tool.Changed:connect(function() if Tool.Equipped == false then Tool.Equipped = true end end)
|
|
|
| Report Abuse |
|