"Script:14: attempt to index nil with 'Target'" How do I fix this?
I'm trying to make a gun right now.
When ever i click it just leaves me with this error:
attempt to index nil with 'Target'"
03 | script.Parent.Equipped:Connect( function () |
05 | local player = game.Players:FindFirstChild( script.Parent.Parent.Name) |
06 | local character = player.Character |
07 | local Handle = script.Parent.Handle |
08 | local Fire = script.Parent.Particles.FirePart.Fire |
10 | script.Parent.Activated:Connect( function () |
13 | local mouse = player:GetMouse() |
14 | print (mouse.Target.Name) |