#Plane script "Force is not a valid member of Vector 3"
14 messages · Page 1 of 1 (latest)
Show the line 64 or you want us to count?
data.Attachment1.Position = data.VectorForce.Force / 200
/I
I
I
Can u show the data variable
or explain what is in it
Error Force is not a valid member of Vector3 means that you trying to get property/child Force from Vector3
so
Its probaly something with data variable
i fixed it
** You are now Level 2! **
instead of force/200 I used vector3.new (0, 0, 0)