Jesse Posted January 13, 2016 Posted January 13, 2016 (edited) I am not sure how whats a good way but is there a way to make it possible for when you click a object once it wont mass click it anymore like a door or bank booth? Edited January 13, 2016 by Jesse
Mysteryy Posted January 13, 2016 Posted January 13, 2016 I am not sure how whats a good way but is there a way to make it possible for when you click a object once it wont mass click it anymore like a door or bank booth? Check if the player is moving/animating. Only click if not. 2
Joseph Posted January 13, 2016 Posted January 13, 2016 What he said and add a sleep after the interact method 1
Jesse Posted January 13, 2016 Author Posted January 13, 2016 What he said and add a sleep after the interact method yep it fixed my issue thanks guys 1