02 | local player = game.Players.LocalPlayer |
03 | local mouse = player:GetMouse() |
04 | repeat wait() until player.Character |
05 | local torso = player.Character |
06 | mouse.KeyDown:connect( function (key) |
10 | local part = game.ReplicatedStorage.Part:Clone() |
11 | local part 2 = game.ReplicatedStorage.Part:Clone() |
12 | local part 3 = game.ReplicatedStorage.Part:Clone() |
13 | local Icep = game.ReplicatedStorage.Icep:Clone() |
14 | local anim = torso.Humanoid:LoadAnimation(game.Workspace.Anim) |
16 | Icep.Parent = game.Workspace |
18 | Icep.Position = torso.LeftHand |
19 | part.Parent = game.Workspace |
20 | part.Position = torso.UpperTorso.Position |
22 | part 2. Position = torso.UpperTorso.Position + Vector 3. new( 0 , 6 , 0 ) |
23 | part 2. Parent = game.Workspace |
25 | part 3. Position = torso.UpperTorso.Position + Vector 3. new( 0 , 7.5 , 0 ) |
26 | part 3. Parent = game.Workspace |
you had some spelling problems for example you typed Positiona instead of Position.
Try this and if it gives error, tell me it