ac12345alexis

Murder Mystery 2 All emotes

Jun 13th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  2. if msg == "!zen" then
  3. game.ReplicatedStorage.PlayEmote:Fire("zen")
  4. end
  5. if msg == "!dab" then
  6. game.ReplicatedStorage.PlayEmote:Fire("dab")
  7. end
  8. if msg == "!zombie" then
  9. game.ReplicatedStorage.PlayEmote:Fire("zombie")
  10. end
  11. if msg == "!floss" then
  12. game.ReplicatedStorage.PlayEmote:Fire("floss")
  13. end
  14. if msg == "!ninja" then
  15. game.ReplicatedStorage.PlayEmote:Fire("ninja")
  16. end
  17. if msg == "!headless" then
  18. game.ReplicatedStorage.PlayEmote:Fire("headless")
  19. end
  20. end)
Add Comment
Please, Sign In to add comment