Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.LocalPlayer.Chatted:Connect(function(msg)
- if msg == "!zen" then
- game.ReplicatedStorage.PlayEmote:Fire("zen")
- end
- if msg == "!dab" then
- game.ReplicatedStorage.PlayEmote:Fire("dab")
- end
- if msg == "!zombie" then
- game.ReplicatedStorage.PlayEmote:Fire("zombie")
- end
- if msg == "!floss" then
- game.ReplicatedStorage.PlayEmote:Fire("floss")
- end
- if msg == "!ninja" then
- game.ReplicatedStorage.PlayEmote:Fire("ninja")
- end
- if msg == "!headless" then
- game.ReplicatedStorage.PlayEmote:Fire("headless")
- end
- end)
Add Comment
Please, Sign In to add comment