I’m making a game where you can place down sentries, is there a way to make this happen? My goal is to have a sentry teleport to you, but is this possible? Somebody please reply.
Sorry, but for a player to place sentries, you are going to need a button, and activate a sentry.
you can place sentries wherever you like.
but this should kinda work:
Button—> Activate sentry
Sentry should not be active on game start
But how do I make the sentry activate where the player placed it? I’m making a paintball game similar to the one on Robl0x, and I don’t know how to make this happen
Maybe just place the sentry close to the button? If you want to choose exactly where the sentry is placed, it would be very memory-exhausting. Would specific spots where you can activate sentries work?
Maybe, I guess I’ll go with that option
Adding on to what brynn said, you could make zones, that open a overlay, that places a sentry. buttons crowd up your UI, and make it IMPOSSIBLE to change gadgets.
(also Brynns solution of only specific spots is probably better than spamming it everywhere. good job Brynn!)
I was going to make it a game overlay button, actually