How can i fix this problem?
I keep getting 'value is nil' at output as a error.
Here is the code:
03 | local camball = Instance.new( "Part" ) |
04 | camball.Name = "marcoantoniosantos4" |
05 | camball.Size = Vector 3. new( 2 , 2 , 2 ) |
07 | local mseh = Instance.new( "SpecialMesh" ) |
08 | mseh.Name = "camballHead" |
11 | mseh.MeshType = "FileMesh" |
12 | mseh.Scale = Vector 3. new( 1.05 , 1.05 , 1.05 ) |
14 | mseh.VertexColor = Vector 3. new( 1 , 1 , 1 ) |
16 | local md = Instance.new( "Model" ) |
17 | md.Name = "marcoantoniosantos4's servant" |
18 | md.Parent = game.Workspace |
19 | md:clone().Parent = game.Lighting |
55 | camball.Position = game.Players:findFirstChild(name).Character.Torso.Position + Vector 3. new( 10 , 0 , 10 ) |
why doesnt it work?
Please, somebody help!
I have the prob. at 'camball.Position = game.Players:findFirstChild(name)', it says value is nil