#Question about battleground games

1 messages · Page 1 of 1 (latest)

toxic rover
#

How do you do grab moves or like 2 player animation moves? like animating both?

weak bane
#

assuming you're relying on the initiator's signal...

  1. initiator sends grab request to server
  2. server determines if the grab is successful, returns if it is not
  3. server sends initiator permission to start the grab animation on their end, along with whatever camera shit you want
  4. server sends victim the alternate grab animation, syncing to the initiator's CFrame etc. and playing its own camera and shit animations if necessary
  5. grab thing ends, server is like "yeah the animation is probably done by now" and removes the health from the victim
#

or if it's just a simple grab then you only need to just straight up tell the server the victim can't make requests until they're not grabbed

toxic rover
#

or just tp the victim to the player