Client Problems

Okay from the error I can tell the weld is nil so where it says “render = true”, put that below the line that says “LAWeld.Parent = Instances” and tell me if that makes a difference

Still the same error. it sadly didn’t do anything

I think instances may be nil, or you could try changing :FindFirstChild() to :WaitForChild() in
local RAWeld = Instances:FindFirstChild(“Raw”)
and
local LAWeld = Instances:FindFirstChild(“Law”)