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

Can someone help me with this welding error?

Asked by 10 years ago
01local enabled = true
02Player = script.Parent.Parent
03mouse = Player:GetMouse()
04run = game:GetService("RunService")
05local Left_Arm = script.Parent:FindFirstChild("Left Arm")
06local Right_Arm = script.Parent:FindFirstChild("Right Arm")
07local Core = script.Parent:FindFirstChild("Torso")
08local Left_Leg = script.Parent:FindFirstChild("Left Leg")
09local Right_Leg = script.Parent:FindFirstChild("Right Leg")
10function onKeyDown(key)
11    key = key:lower()
12    if key == "t" then
13        game:GetService("Chat"):Chat(Player.Character.Head, "Focus the mind, reflect upon yourself, and determine the goal.")
14        Left_Arm = Instance.new ("Part")
15        Right_Arm = Instance.new("Part")
View all 69 lines...

My blocks don't stick to my arms,legs,and torso and i get this error. 09:01:58.553 - part0 is not a valid member of Weld

Answer this question