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

Can anyone figure this out?

Asked by 9 years ago
01script.Parent:WaitForChild("Handle");
02 
03local gearConfig = {
04    gear = script.Parent,
05    equipped = false,
06    isSwinging = false,
07    attackDeb = true,
08    check = true,
09    debris = game:GetService("Debris"),
10    anims = {
11        script.Parent:WaitForChild("Slash2Anim"),
12        script.Parent:WaitForChild("Slash3Anim"),
13        script.Parent:WaitForChild("Slash4Anim"),
14    },
15    sounds = {
View all 75 lines...

Error: Players.Player.Backpack.Fire Tribe.LocalScript:67: attempt to call field 'trail' (a nil value)

0
Could you give us where you define trail? Shawnyg 4330 — 9y
0
I added in the table so you can see. BuilderCosmic 43 — 9y

Answer this question