#Help.
28 messages · Page 1 of 1 (latest)
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.
Oddly this doesnt seem to work
Make a print statement for collision so you can make sure that the parts are actually touching
Alr
Nope, its not printing for whatever reason despite the two parts making contact with eachother
Ive dropped the ball on it, etc but its still not placed in its set position
Ill try one more thing
There we go
Is there any way of doing this vice versa? So when the ball makes contact with this part the ball teleports instead of the part?
i.Position
could you write this out in script format for me by any chance?
(Not sure what to replace, im a rookie scripter 😢 😢 )
i.Position = Vector3.new(102.352, 297.399, -285.365)
Yes
Its not working now, for whatever reason
Oh wait
Yeah its not working
Any idea how to fix or have you had enough 😂
Im not the smartest ðŸ˜
I'm not even that good at scripting man you probably know more than me
I just know what looks off from experience coding in other fields lol
Trust me you definitely do 😂 😂 Im just trying to get this done for a game that im helping my friend with
@fast yoke What is the script nested under in the explorer?