-
What do I want to achieve?
I am making a script which changes the material of a part after every 1 second forever. -
What is the issue?
I don’t know the issue but the material isn’t being changed
Here is my script
while true do
wait(1)
script.Parent.Material.new = SmoothPlastic
wait(1)
script.Parent.Material.new = Neon
end
Can you please tell what error I made.
Thanks for reading