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

Como puedo arreglar el mal argumento?

Asked by 4 years ago
Edited 4 years ago

Estaba buscando un semáforo en la toolbox cuando encontré uno funcional, entonces procedí a modificarlo para que quedara como el de este video 'https://www.youtube.com/watch?v=ikoWh1M-4zU' en el minuto 0:52, pero al modificar la script me tope con un error de argumento, me podrían decir que esta mal?

-- Made by JesusDroiid25
while true do
    script.Parent.Color = 'Really red'
    script.Parent.Material = 'Neon'
    wait(10)
    script.Parent.Material = 'Plastic'
    script.Parent.Color = 'Medium stone grey' 
    script.Parent.Parent.Green.Material = 'Neon'
    script.Parent.Parent.Green.Color = 'Lime green'
    wait(9)
    script.Parent.Parent.Green.Material = 'Plastic'
    script.Parent.Parent.Green.Color = 'Medium stone grey'
end

1 answer

Log in to vote
0
Answered by 4 years ago

Hola, este sitio no es español pero yo si, si tienes discord por favor mandame un mensaje mi usuario es Shadic#6193 asi te puedo ayudar mejor!

1
ok crackman446 13 — 4y
Ad

Answer this question