Help with ammo Box script

No problem! Glad to help anyone who has problems with their scripts :slight_smile:

Just wanted to add some additional info. You said you want the player not to receive ammo 3 times because the .Touched event would fire multiple times as there are more then one BaseParts but you can mobilize the canTouch property of any BasePart to prevent that BasePart from triggering a .Touched or .TouchEnded event.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.