Advertisement
sonmol

Floss Emote

Apr 27th, 2020
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  2. if msg == "!floss" then
  3. game.ReplicatedStorage.PlayEmote:Fire("floss")
  4. end
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement