Forum Discussion
3 Replies
- Ben.SHCommunity Manager
Hey Natasha, I'm sorry you have run into this issue. Usually the triangle symbol indicates a rate limit on loading textures. This often occurs after using a script that attempts to swap a texture too quickly. Try checking any newly implemented scripts that use this functionality.
It can take a day for the rate limit on your account to reset, but if the script is still active in your world the limit will be hit again. - natashagubernovStart Partner
Thank you, Ben! The only script I recently worked with that does texture swapping was swapping a texture on a projectile hit. Do you think that if I pressed a button too fast and many times in a row, it could potentially cause it?
- Ben.SHCommunity Manager
In past instances, it's been triggered when attempting to use the texture swap to make gif like animations at rates of 12 FPS or more. Your scenario of rapidly hitting a button could have potentially caused that if it has more than one swap per click.
If you share your code snippet, someone may be able to review it and suggest an edit.