#Second call for help

12 messages · Page 1 of 1 (latest)

deep rampart
#

Alr,

#

I have au qestion btw

#

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

#

How would you make this go vice versa

#

?

#

So that REQ gets teleported

#

Instead of ISA1

#

Can u rewrite it for me

#

?

#

Oh

#

Damn ty so much

#

That worked