#Help.

28 messages · Page 1 of 1 (latest)

errant hedge
#

v.Position = Vector3.new

#

I believe the Vector3 should be equal to the position of ISA1

#
for i, v in pairs(script.Parent:GetChildren()) do
   if v.Name == "ISA1" then
      v.Touched:Connect(function(hit)
      if hit.Name == "REQ" then
         v.Position = Vector3.new(102.352, 297.399, -285.365)
      end
      end)
   end
end
#

You also nested an if statement when it shouldn't be nested.

errant hedge
fast yoke
#

Ive dropped the ball on it, etc but its still not placed in its set position

#

Ill try one more thing

#

There we go

fast yoke
errant hedge
#

i.Position

fast yoke
# errant hedge i.Position

could you write this out in script format for me by any chance?

(Not sure what to replace, im a rookie scripter 😢 😢 )

errant hedge
#

i.Position = Vector3.new(102.352, 297.399, -285.365)

fast yoke
#

Like this?

errant hedge
#

Yes

fast yoke
#

Oh wait

#

Yeah its not working

fast yoke
#

Im not the smartest 😭

errant hedge
#

I just know what looks off from experience coding in other fields lol

fast yoke
ripe coyote
#

@fast yoke What is the script nested under in the explorer?