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

I can't Unequip tools, I'm sure I did it correct, any help?

Asked by 3 years ago

Hi. Question for this Hotbar. In line 119 and 100, it doesn't unequip the tools.

I tried searching on the internet for the method to unequip and it is exactly the same with no errors whatsoever.

Everything works fine such as equipping tools, the Hotbar UI, the uis part, and the events.

001game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack,false)
002 
003-- Tables and vars
004local num = {
005 
006    '1',
007    '2',
008    '3',
009    '4',
010    '5',
011    '6',
012    '7',
013    '8',
014    '9',
015}
View all 132 lines...
0
I put two UnEquiptools assuming it will work but didn't AProgrammR 398 — 3y
0
Try to use "Character:FindFirstChildOfClass("Humanoid")" on the character var, I had trouble with it not finding the humanoid a bunch of times. VitroxVox 884 — 3y
0
@VitroxVox Yeah, um, ill try aND I said equiptool works on the humanoid, didin't I? il try anyways tho AProgrammR 398 — 3y

Answer this question