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

How can i fix this problem?

Asked by 10 years ago

I keep getting 'value is nil' at output as a error.

Here is the code:

01------------ CAMBALL PROPERTIES ---------------------
02 
03local camball = Instance.new("Part")
04camball.Name = "marcoantoniosantos4" -- editing this will ruin the hole script
05camball.Size = Vector3.new(2, 2, 2)
06 
07local mseh = Instance.new("SpecialMesh")
08mseh.Name = "camballHead"
09mseh.Parent = camball
11mseh.MeshType = "FileMesh"
12mseh.Scale = Vector3.new(1.05, 1.05, 1.05)
14mseh.VertexColor = Vector3.new(1, 1, 1)
15 
View all 57 lines...

why doesnt it work? Please, somebody help!

I have the prob. at 'camball.Position = game.Players:findFirstChild(name)', it says value is nil

0
Nvm i fixed it marcoantoniosantos3 200 — 10y

Answer this question