Changing decal doesnt work

while true do --Loop
script.Parent.Texture = "http://www.roblox.com/asset/?id=21370836"
wait(10)
script.Parent.Texture = "http://www.roblox.com/asset/?id=5242644087" 
wait(15)
script.Parent.Texture = "http://www.roblox.com/asset/?id=1536036552" 
wait(15)
script.Parent.Texture = "http://www.roblox.com/asset/?id=482222377" 
wait(15)
end

edit: just needed to change the ids

2 Likes