Gun not working

i dont understand at all

2 Likes

What exact problem you have? Your gun does not registering shooting?

1 Like

it says fire sound isnt a part of handle in the error

1 Like

Try using :WaitForChild() so you can delay the code before getting an instance which must fix this up.
local Pitch = script.Parent.Handle:WaitForChild("FireSound")

2 Likes

ok thank you !!!:+1::+1::+1::+1::+1:

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.