Argument 1 missing nil

  1. What do you want to achieve? I’m making a script

  2. What is the issue? I’m encountering a argument 1 missing nil
    image

  3. What solutions have you tried so far? I have tried looking on the dev forum

This is the line that has the error

--  local slashbeam = ReplicatedStorage:FindFirstChild()("slashbeam")

It should be

local slashbeam = ReplicatedStorage:FindFirstChild("slashbeam")

Thank you (Ignore this it’s for more characters)