My print script is having an error i dont seem to see the error in output yet it still doesnt work?
Asked by
8 years ago Edited 8 years ago
So basically this is my print script that i use to animate in CFrames but its really late for me so i cant seem to find the error if its a simple one please just point it out :/
Before you say much i tried to search it with the errors and stuff but i cant find it
01 | local target = workspace.Dummy |
02 | print (target, "Has been targetted" ) |
05 | print ( "CFrame.new(" ,target.Torso [ "Left Shoulder" ] .C 0 , ")" ) |
06 | print ( "CFrame.new(" ,target.Torso [ "Left Shoulder" ] .C 1. ")" ) |
07 | print ( "CFrame.new(" ,target.Torso [ "Right Shoulder" ] .C 0 , ")" ) |
08 | print ( "CFrame.new(" ,target.Torso [ "Right Shoulder" ] .C 1 , ")" ) |
09 | print ( "CFrame.new(" ,target.Torso [ "Left Hip" ] .C 0 , ")" ) |
10 | print ( "CFrame.new(" ,target.Torso [ "Left Hip" ] .C 1 , ")" ) |
11 | print ( "CFrame.new(" ,target.Torso [ "Right Hip" ] .C 0 , ")" ) |
12 | print ( "CFrame.new(" ,target.Torso [ "Right Hip" ] .C 1 , ")" ) |
13 | print ( "CFrame.new(" ,target.Torso [ "Neck" ] .C 0 , ")" ) |
14 | print ( "CFrame.new(" ,target.Torso [ "Neck" ] .C 1 , ")" ) |
15 | print ( "CFrame.new(" ,target.HumanoidRootPart [ "Root Hip" ] .C 0 , ")" ) |
16 | print ( "CFrame.new(" target.Torso.LeftFoot.C 0 , ")" ) |
17 | print ( "CFrame.new(" target.Torso.RightFoot.C 0 , ")" ) |