-
What do you want to achieve? id like to have help fix this script so a decal can change into a different one on loop
-
What is the issue? script does not work and destroys the decal when i test the game
-
What solutions have you tried so far? i tried changing the decal IDs a few times but did not work
script:
while true do
script.Parent.Texture = "rbxassetid://(9278143687)"
wait(0.3)
script.Parent.Texture = "rbxassetid://(9278144344)"
wait(0.3)
script.Parent.Texture = "rbxassetid://(9278144829)"
wait(0.3)
end
if someone can help me fix this script or share a different script that does the same thing it would be greatly appreciated!