When I change the client.color to black and white and then try to change it back, it doesn't.
Gif showing it happenning: https://gyazo.com/e2a6ffaa280f501b96b361bcc7034d8a
Numbered Steps to Reproduce Problem:
1 - Change the client.color to black and white
2 - Try and change it to normal again
Code Snippet (if applicable) to Reproduce Problem:
loc=null
animate(client, color= list(0.30,0.30,0.30,0, 0.60,0.60,0.60,0, 0.10,0.10,0.10,0, 0,0,0,1, 0,0,0,0), time = 4)
sleep(20)
client.color=initial(client.color)
This code worked before but I forgot at what build
Expected Results:
client.color would change again
Actual Results:
client.color stays at black and white
Does the problem occur:
Every time? Or how often? Very often, only some few times not happenning
In other games? yes
In other user accounts? yes
On other computers? yes
When does the problem NOT occur? can't say specifically
Did the problem NOT occur in any earlier versions? yep don't remember wich
Workarounds: none that i know