Tweening when tool activated

Hi I am making a battlegrounds game and I need a model to rise up when a tool is clicked and set the cameras CFrame and wait 5 seconds then kill everyone any ideas?

You would need to:

  • Detect when tool is clicked on the client.
  • Set camera CFrame from client.
  • Fire a RemoteEvent to the server.
  • Server fires a remote event to all players.
  • All clients animate the model and set their local character humanoid health to 0 after waiting five seconds.

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