So I followed a tutorial by devblox on how to make a find the game, and after using the tutorial I'm came across the problem that when collecting an animal it has a delay-Sometimes when you walk over it it won't pop up to give you the badge yet it still collects into the index. (1st is newly collected, 2nd image already collected.)
#Code delay or sometimes not working
1 messages · Page 1 of 1 (latest)
this is very confusing
fr
My bad, I'm a first time coder so I don't really know what to show..
usually delay after you touch something is caused by .Touched flooding the engine cuz ur not using a debounce
is ur onclientevent using a .Touched?
Yeah
thats prob why
Thank you! After the debounce was added the long delay is finally gone!!!