How to Make a Working EMOTE in ROBLOX STUDIO!

  Рет қаралды 42,152

DevMelon

DevMelon

Күн бұрын

In this video I teach you how to make a working Emote in Roblox Studio in 2023! This Emote can be used for any game where Emotes could be used which is pretty cool!
Big thanks to ‪@LemonJuice_‬ for the help with the video
How to Make a Working EMOTE in ROBLOX STUDIO!
SUBSCRIBE HERE! ➜ / @devmelonroblox
Be sure to hit the bell to turn on notifications!
Be sure to hit that like button!
Join my Roblox Group here: www.roblox.com...
Join my discord here: / discord
#roblox​​ #robloxscripting #robloxstudio
How to Make a Working EMOTE in ROBLOX STUDIO!
How to Make a Working EMOTE in ROBLOX STUDIO!

Пікірлер: 222
@doxcity
@doxcity 11 ай бұрын
I saw a little bug in the script if you spam click E it brokes the dance, here is how to fix it. local Humanoid = script.Parent:WaitForChild("Humanoid") local Animation = script:WaitForChild("Wave") local UIS = game:GetService("UserInputService") local debounce = false UIS.InputBegan:Connect(function(key) if key.KeyCode == Enum.KeyCode.E then local LoadedAnimation = Humanoid:LoadAnimation(Animation) if debounce then return end debounce = true LoadedAnimation:Play() wait(10) debounce = false end end)
@Niebieskaowca123
@Niebieskaowca123 11 ай бұрын
yo ty for the script XD
@ANANHDLOLMAN2
@ANANHDLOLMAN2 9 ай бұрын
is there a way to make it play a saund with the taunt
@PlontTheSeedling
@PlontTheSeedling 7 ай бұрын
So this is the whole script but with the fix in it?
@Electronic_Ice
@Electronic_Ice 7 ай бұрын
@@ANANHDLOLMAN2 just insert a sound into the script and after LoadedAnimation:Play() just write Script.Soundnamehere:Play()
@ANANHDLOLMAN2
@ANANHDLOLMAN2 7 ай бұрын
@@Electronic_Ice jyst use a animated bloxy cola freemodel edit its animation and its sound and ur good to go
@RichardWatterson-z6l
@RichardWatterson-z6l Жыл бұрын
local Humanoid = script.Parent:WaitForChild("Humanoid") local Animation = script:WaitForChild(" ") local UIS = game:GetService("UserInputService") UIS.InputBegan:Connect(function(key) if key.Keycode -- Enum.Keycode.E then local LoadedAnimation = Humanoid:LoadAnimation(Animation) LoadedAnimation:Play() end end)
@Armando-tb5eb
@Armando-tb5eb 8 ай бұрын
Thanks😊
@Elias4funnn
@Elias4funnn 3 ай бұрын
​GOAT
@thisguyethan456
@thisguyethan456 Ай бұрын
thanks man
@devmelonroblox
@devmelonroblox 11 ай бұрын
Guys remember to add a debounce in the script which I forgot to do!
@BVX.14
@BVX.14 9 ай бұрын
How?
@BVX.14
@BVX.14 9 ай бұрын
How do you add a debounce?
@wer...-.....-..-....
@wer...-.....-..-.... 3 ай бұрын
the whole script didnt work i made a emote for a r6 game and put the whole code in didnt work at all
@wer...-.....-..-....
@wer...-.....-..-.... 3 ай бұрын
i also have spaces in the animation if thats a problem
@vfl_xqz
@vfl_xqz Ай бұрын
@@wer...-.....-..-.... did you get it to work?
@BEPBananaBot
@BEPBananaBot 2 ай бұрын
I've been trying to make emotes to add to marketplace. I spent a few hours making an emote to upload only to realize that this is a tutorial for adding emotes to a game. so many hours wasted and so much effort gone.
@higuysohwaitDIAMONDSXD
@higuysohwaitDIAMONDSXD 6 сағат бұрын
1:02 if you hold shift you go slower so you get the angles 🙂
@MrSmiley787
@MrSmiley787 6 ай бұрын
0:57 R6 Fans 👁👄👁
@TheRedFox2024
@TheRedFox2024 2 ай бұрын
Me: 👁️👄👁️
@mrgoodman7837
@mrgoodman7837 Жыл бұрын
2 months of pain and sadness with the dev melon. my life is complete now he is back. school must have been really hard in july and august
@devmelonroblox
@devmelonroblox Жыл бұрын
True
@Canaldosfriends.
@Canaldosfriends. Ай бұрын
FINALLY I WAS SEARCHING TY
@MegamiSan
@MegamiSan Ай бұрын
BRUH I LOVE YOU!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@devmelonroblox
@devmelonroblox Ай бұрын
lol
@IssanaPlayz
@IssanaPlayz Жыл бұрын
Wb (even tho I don’t watch you but someday I will)
@devmelonroblox
@devmelonroblox Жыл бұрын
Lol why
@AaraizYoutube
@AaraizYoutube Ай бұрын
this vid helped except i dont know how to stop the animation T_T
@cupcakesweetheart4657
@cupcakesweetheart4657 Ай бұрын
Hey DevMelon, this emote only works for me when I publish it and all, and only in studio. It works for no one else for some unbeknownst reason, how do I fix this?
@Mr-meme12
@Mr-meme12 Жыл бұрын
Love your content ❤
@devmelonroblox
@devmelonroblox Жыл бұрын
Thanks!
@KivixMAIN
@KivixMAIN 6 ай бұрын
The video is GREAT!
@Joshuagoodgamer
@Joshuagoodgamer 9 ай бұрын
cool video bro
@Joshuagoodgamer
@Joshuagoodgamer 9 ай бұрын
this was made after my birthday
@vandelas1755
@vandelas1755 7 ай бұрын
HOW TO STOP THE ANIMATION?? 🥺🥺💔💔
@KTGVR8909
@KTGVR8909 4 ай бұрын
idk
@vandelas1755
@vandelas1755 4 ай бұрын
@@KTGVR8909 y entonces para q mierda respondes
@ZaneCold
@ZaneCold 19 күн бұрын
I know you probably don't need this info again but if you copy the code from the top comment, after the debounce = false on the next line write LoadedAnimation:Stop() and that stops the loop
@El_RinconDeAxel
@El_RinconDeAxel 5 ай бұрын
Good video bro
@devmelonroblox
@devmelonroblox Жыл бұрын
Thanks for watching! Make sure to send ideas in the comments if you have any!
@RomanianGiantess
@RomanianGiantess 11 ай бұрын
first to reply
@shomain.
@shomain. 8 ай бұрын
i did like what u said it wont work
@HaikuFalls
@HaikuFalls 6 ай бұрын
I found a bug where if you type E in the chat it still plays the emote. Do you know how I can fix this?
@devmelonroblox
@devmelonroblox 6 ай бұрын
@HaikuFalls you have to check if you’re typing in roblox there’s like a function for that search it up there’s info on devforum
@Galuder
@Galuder 4 ай бұрын
@@shomain. Same my cool anim doesn't want to play.
@Roblox_12584
@Roblox_12584 6 ай бұрын
thx you
@simonjohnsonyt
@simonjohnsonyt 3 ай бұрын
Im gonna make push-ups for 100R$
@mixasfox1334
@mixasfox1334 3 ай бұрын
Ok when can i give them to you
@PinguBro13
@PinguBro13 10 ай бұрын
i subbed bc of this video lol
@toastedplayzz
@toastedplayzz 3 күн бұрын
why everytime i follow a tutorial it doesnt work but the comments say it does:(
@WizRd1
@WizRd1 6 ай бұрын
can i upload to market place my own emote and use it ingames
@eyasuermias
@eyasuermias 2 ай бұрын
I’ve been trying to figure that out for awhile too
@hilarious_feline
@hilarious_feline 4 ай бұрын
now make it stop when pressing E for the 2nd time
@lilleader7239
@lilleader7239 11 ай бұрын
R6 is goated wym
@tunedoesstuff
@tunedoesstuff 11 ай бұрын
I agree
@m1nimalizt
@m1nimalizt 2 ай бұрын
fr, its not that hard to animate unlike r15
@devmelonroblox
@devmelonroblox 2 ай бұрын
It’s a joke ahaahah
@GregorySolomakhin
@GregorySolomakhin Ай бұрын
1:00 Bro roasted R6
@ykNotHappy
@ykNotHappy Ай бұрын
OMG TYSM POOKIE
@Electronic_Ice
@Electronic_Ice 7 ай бұрын
How do I make the animation stop it doesnt stop for me
@ZaneCold
@ZaneCold 19 күн бұрын
I know you probably don't need this info again but if you copy the code from the top comment, after the debounce = false on the next line write LoadedAnimation:Stop() and that stops the loop
@PlontTheSeedling
@PlontTheSeedling 7 ай бұрын
Does the emote loop if its a looping dance or will it stop after the animation is done and not loop?
@Unchartixx
@Unchartixx Жыл бұрын
Good tutorial, keep it up!
@devmelonroblox
@devmelonroblox Жыл бұрын
Thanks!
@PacTheAnimator
@PacTheAnimator 4 ай бұрын
wait for child❌ wave for child✅
@devmelonroblox
@devmelonroblox 4 ай бұрын
Ahahaha
@INDGAMINGSTUDIO.
@INDGAMINGSTUDIO. 3 ай бұрын
0:04 wow beacon dances so better👏👏👏
@MayorPypsik
@MayorPypsik 29 күн бұрын
Yo is there any way to make the emote stop when you press the emote button again?
@simonjohnsonyt
@simonjohnsonyt 3 ай бұрын
I'm not using code
@Geneticlozer
@Geneticlozer 2 ай бұрын
Wdm?
@Real_Sans1
@Real_Sans1 8 ай бұрын
that aint a wave thats a punch you should make a punching game
@devmelonroblox
@devmelonroblox 8 ай бұрын
ahahaaha
@Galuder
@Galuder 4 ай бұрын
Your scripts doesn't work!
@I_would_pick_none
@I_would_pick_none 4 ай бұрын
Good one problem HOW DO I MAKE THE ACTUAL ANIMATION
@Remote810
@Remote810 6 ай бұрын
I cannot Publish Because there no Submit Button.
@devmelonroblox
@devmelonroblox 6 ай бұрын
What do you mean?
@Remote810
@Remote810 6 ай бұрын
@@devmelonroblox when I Gonna Publish it The Submit Button Disappeared When I M in Leveno Laptop
@levy_org
@levy_org Жыл бұрын
i also used to stutter alot
@devmelonroblox
@devmelonroblox Жыл бұрын
Hahaha
@ploopkie6683
@ploopkie6683 7 ай бұрын
when i emote in studio it works but doesent work when its published, whys that?
@antowinejordan6743
@antowinejordan6743 4 ай бұрын
idk
@imthetrueguest
@imthetrueguest 4 ай бұрын
How to add a song?
@devmelonroblox
@devmelonroblox 4 ай бұрын
You create a sound and place it in the player and play it
@retro_chenzo4741
@retro_chenzo4741 Ай бұрын
Doesnt work, doesnt play my animation, did nothing wrong
@Kakarotistheogmonkeh
@Kakarotistheogmonkeh Ай бұрын
Melon from sunny and melon: WHY DID HE COPY MY HEAD-
@devmelonroblox
@devmelonroblox Ай бұрын
😅
@devmelonroblox
@devmelonroblox Ай бұрын
if bro notices me it would be wild
@Kangaroo-_-Rider
@Kangaroo-_-Rider 9 ай бұрын
Do I have to do everything after importing it to roblox for it to work in any game? Asking cus I rlly don't have the patience for all that tbh😭
@devmelonroblox
@devmelonroblox 9 ай бұрын
Yes you have to do everytthing
@isaiahthegamer3179
@isaiahthegamer3179 2 ай бұрын
when i plaed the game this happen it says rendering is paused for debugging
@dull444
@dull444 9 ай бұрын
Mine says "LoadAnimation Requires A Animation Object" I Already Have a animation object and i put my id in
@FishyFlame12
@FishyFlame12 3 ай бұрын
TF YOU SAID ABOUT R6?!?!?!?!
@devmelonroblox
@devmelonroblox 3 ай бұрын
It’s a joke I love r6 Dw
@calixandreirobles8592
@calixandreirobles8592 2 ай бұрын
IM STUCK ON THE SCRIPTING I MEAN THE ONE WHERE U PASTE THE IDDDDD
@m.Husnain_ijaz
@m.Husnain_ijaz 6 ай бұрын
NOT WORKING IDC GIMME METHORD where do i type the Parenting 101????
@devmelonroblox
@devmelonroblox 6 ай бұрын
You don’t type it anywhere it’s just a joke
@mcsiopao
@mcsiopao Жыл бұрын
can u do a tutorial for gun with crosshair??
@devmelonroblox
@devmelonroblox Жыл бұрын
Ill do more posts on the gun soon
@NotCandyKorn
@NotCandyKorn 2 ай бұрын
how do you make it stop after the emote is done
@TheRealMightySus
@TheRealMightySus 6 ай бұрын
lol that intro 😂😂😂😂
@Sziapl
@Sziapl 8 ай бұрын
i click the key i type and its not working :(
@Boneslens
@Boneslens Жыл бұрын
Ah yes
@devmelonroblox
@devmelonroblox Жыл бұрын
yes
@mrgoodman7837
@mrgoodman7837 Жыл бұрын
maybe@@devmelonroblox
@simonjohnsonyt
@simonjohnsonyt 3 ай бұрын
Hehehehehehe
@spider0.1
@spider0.1 6 ай бұрын
I cant find the place were u insert the emote id
@devmelonroblox
@devmelonroblox 6 ай бұрын
Its the id in the animation
@spider0.1
@spider0.1 6 ай бұрын
@@devmelonroblox ok 👍
@nathanielwastaken_1
@nathanielwastaken_1 5 күн бұрын
he called r6 trash😭
@devmelonroblox
@devmelonroblox 5 күн бұрын
@@nathanielwastaken_1 it was a joke I swear r6 is the best
@Sir_Lemons
@Sir_Lemons 11 ай бұрын
How do you make it to where there are multiple animations and the script randomly picks between the animations when key E is pressed
@devmelonroblox
@devmelonroblox 11 ай бұрын
You could make a list of each animation and then choose a random number and then depending on which number is chosen play the animation in the list
@bert73_ok22
@bert73_ok22 7 ай бұрын
how do i make it so the emote stops playing
@Emerson-wl5bd
@Emerson-wl5bd 4 ай бұрын
does anyone know how to put the emotes in the toolbox?
@henryobinomen4233
@henryobinomen4233 7 ай бұрын
mine says remove local animations
@Forward64
@Forward64 7 ай бұрын
kinda late but, how do i make it so when the emote is playing, i stop moving?
@devmelonroblox
@devmelonroblox 7 ай бұрын
You anchor the humanoid root part of you set walkspeed to 0 while its playing
@sunsetpowerunicorn
@sunsetpowerunicorn 8 ай бұрын
Hi! Loved the vid! There is one slight problem I ran into, my Roblox Studio won't let me publish animations to roblox. Please can you suggest ways I could fix this. Thanks.
@GarbagemanQ
@GarbagemanQ 6 ай бұрын
same
@PolishMappercool
@PolishMappercool 7 ай бұрын
NAHH BRO DID NOT JUST SAY THAT R6 IS TRASH !!!!!11!!1 >:(
@devmelonroblox
@devmelonroblox 7 ай бұрын
It’s a joke ahahaha
@PolishMappercool
@PolishMappercool 7 ай бұрын
Lol
@minester5987
@minester5987 7 ай бұрын
How do I make it so when I move you look normal?
@davidnguyen1376
@davidnguyen1376 3 ай бұрын
This only works in your game how do you make a universal emote that you can use in any game
@devmelonroblox
@devmelonroblox 3 ай бұрын
What do you mean by that?
@davidnguyen1376
@davidnguyen1376 2 ай бұрын
The emote cant be used in other roblox games
@MichaelGrube-sp8dd
@MichaelGrube-sp8dd 3 ай бұрын
how do u get the coded thing below the StarterPack cause i didn't get it and all i got was a big Busted emote!!
@devmelonroblox
@devmelonroblox 3 ай бұрын
Wdym?
@MyMommyAcc
@MyMommyAcc 3 ай бұрын
rip mobile players
@isaiahthegamer3179
@isaiahthegamer3179 2 ай бұрын
omg it so easy
@not-lzms
@not-lzms 8 ай бұрын
W
@themysteriousbunni945
@themysteriousbunni945 5 ай бұрын
How do you activate the emote on mobile
@jayden-f9z6r
@jayden-f9z6r 5 ай бұрын
how come it says i need permission to access the thing at 2:14
@devmelonroblox
@devmelonroblox 5 ай бұрын
Because you need to create your own
@TheAftermath1
@TheAftermath1 Жыл бұрын
Does this work with moon animation because when i try it the animation doesnt load
@devmelonroblox
@devmelonroblox Жыл бұрын
Yes it works with moon animator just publish it the same way and get the id
@Cbearbless
@Cbearbless 10 ай бұрын
Can i use it in different games?
@LemonJuice_
@LemonJuice_ Жыл бұрын
W best video on yt
@mcsiopao
@mcsiopao Жыл бұрын
YOOO FINALLY BROS BACK🤑🤑🤑
@HePomaHisakowaw
@HePomaHisakowaw 10 ай бұрын
how to add sound to animation
@LeslieMwangi-z1k
@LeslieMwangi-z1k 11 ай бұрын
Make sturdy emote
@Angel_iccc
@Angel_iccc 9 ай бұрын
How do I add my emote into roblox?
@jurassicmustarddorito1712
@jurassicmustarddorito1712 10 ай бұрын
Would there be a way to add a model for the emote? Like an emote when u eat popcorn or smth and the popcorn appears in your hand when u do the emote
@LucasOttewell
@LucasOttewell 4 ай бұрын
I'm pretty sure there are some videos explaining how to do that. not sure if he's done one though.
@jurassicmustarddorito1712
@jurassicmustarddorito1712 4 ай бұрын
@@LucasOttewell i figure out how to do it, i learned to script a little too, thank you though :)
@LucasOttewell
@LucasOttewell 4 ай бұрын
@@jurassicmustarddorito1712 Ooh, what resources did you use, if you don't mind me asking?
@jurassicmustarddorito1712
@jurassicmustarddorito1712 4 ай бұрын
@@LucasOttewell i developed a slight sense of scripting after just watching many tutorials on how to create my game, using ai, and analyzing other scripts, though there are many other ways to learn
@LucasOttewell
@LucasOttewell 4 ай бұрын
@@jurassicmustarddorito1712 Ah, thank you! I've always wanted to learn scripting since im not the best modeler. The only things ive done so far is using ai which isnt as good as it seems, since im not learning much and it doesnt do what i want it to do sometimes so i decided to read some of this book but i keep getting distracted. What ive learned is i learn better when watching things instead of physically reading things. But anyway, i wish you luck!
@namehere2pro
@namehere2pro 11 ай бұрын
Bru that disrespect for r6 🗣🗣🗣
@scarykat_
@scarykat_ 9 ай бұрын
Bro y como los pongo a la venta?
@BattaBong-b8d
@BattaBong-b8d Ай бұрын
Nah I only have a phone
@devmelonroblox
@devmelonroblox Ай бұрын
Well then you cant make games on roblxo studio sadly
@DaddyPeanUtbutter
@DaddyPeanUtbutter 4 ай бұрын
if you're on mobile, is it a item?
@devmelonroblox
@devmelonroblox 4 ай бұрын
I don’t think you can do Roblox studio on mobile
@ogikata1127.
@ogikata1127. 11 ай бұрын
grrrr it is not working😡😠😡
@hypermod-t2e
@hypermod-t2e 7 ай бұрын
Then learn coding by yourself and do it on your own. Dont be mad at others. Its your fault little kid
@MythyRoblox
@MythyRoblox 7 ай бұрын
Man you can't even code urself, why you here​@@hypermod-t2e
@dinoclaiz
@dinoclaiz 6 ай бұрын
@@hypermod-t2ereal
@AtulyaUniverse
@AtulyaUniverse 6 ай бұрын
​@@hypermod-t2ei guess we need an account to publish?
@dinoclaiz
@dinoclaiz 6 ай бұрын
@@AtulyaUniverse you need an account to even open roblox studio
@N3wbiest
@N3wbiest 2 ай бұрын
IT DIDN'T WORK FOR ME THIS SUCKS
@devmelonroblox
@devmelonroblox 2 ай бұрын
@@N3wbiestat least say what doesn’t work there’s no point in being mean when I can just help you out!
@RomanianGiantess
@RomanianGiantess 11 ай бұрын
it worked! thanks
@your_local_Turkish31
@your_local_Turkish31 10 ай бұрын
how
@Declan-oj8yv
@Declan-oj8yv 6 ай бұрын
r15 is trash also quite helpfull but i require to know how to export moon animator animations
@devmelonroblox
@devmelonroblox 6 ай бұрын
Its a joke hahaha
@HaikuFalls
@HaikuFalls 6 ай бұрын
How do you make it where when you press the key it toggles on and off?
@churkymilk
@churkymilk 6 ай бұрын
Yo is there anyway to add a custom accesory to the emote like a hat so when i press the emote the character would be given a hat until the emote is done?
@churkymilk
@churkymilk 6 ай бұрын
Btw idk how to code im jus now learning animations so tips help
@NotCoolSnowball
@NotCoolSnowball 3 ай бұрын
i can not forgive you for saying "r6 is trash". shame on you
@NotCoolSnowball
@NotCoolSnowball 3 ай бұрын
the tutorial helped tho
@myza0109
@myza0109 8 ай бұрын
I agree with you that R6 is trash
@devmelonroblox
@devmelonroblox 8 ай бұрын
hahah
@1Apfelsaft
@1Apfelsaft 3 ай бұрын
Doesnt work
@devmelonroblox
@devmelonroblox 3 ай бұрын
What exactly doesn’t work just saying doesn’t work won’t help
@1Apfelsaft
@1Apfelsaft 3 ай бұрын
@@devmelonroblox the emote doesnt work i tried it multiple times and it still doesnt worked with different scripts
@devmelonroblox
@devmelonroblox 3 ай бұрын
@1Apfelsaft do you get any error?
@joshwhiley6956
@joshwhiley6956 11 ай бұрын
why doesnt it work for me
@funiprofrfr
@funiprofrfr 11 ай бұрын
doesnt work for me either
@funiprofrfr
@funiprofrfr 11 ай бұрын
nvm it works for me now
@Fishercat1
@Fishercat1 11 ай бұрын
Same
@funiprofrfr
@funiprofrfr 11 ай бұрын
Make sure the animation is set to action and you use the correct id
@phoenix-v1f
@phoenix-v1f 11 ай бұрын
fake
@devmelonroblox
@devmelonroblox 11 ай бұрын
Its not fake
@SweatyyHeadBand
@SweatyyHeadBand 8 ай бұрын
how do you add sound with it
@BeastNightmare-k5m
@BeastNightmare-k5m Жыл бұрын
why u delete my comment man
@devmelonroblox
@devmelonroblox Жыл бұрын
i didnt wdym
@BeastNightmare-k5m
@BeastNightmare-k5m Жыл бұрын
can u help me ?@@devmelonroblox
@BeastNightmare-k5m
@BeastNightmare-k5m Жыл бұрын
ill pay u back.I got combat system. I got animation npc/starterplayer.i got map.I just need that when i kill a player or npc i get coins.Can you do that>@@devmelonroblox
@BeastNightmare-k5m
@BeastNightmare-k5m Жыл бұрын
ill pay you 500 robux just for one script psl bro@@devmelonroblox
@devmelonroblox
@devmelonroblox Жыл бұрын
@@BeastNightmare-k5m Sure
@Leland657
@Leland657 5 ай бұрын
R6 IS NOT TRASH
@aubbxrie
@aubbxrie 4 ай бұрын
.
How To Animate Using VIDEOS on Roblox!
3:04
RoBuilder
Рет қаралды 2,3 МЛН
когда не обедаешь в школе // EVA mash
00:57
EVA mash
Рет қаралды 1,2 МЛН
Fake watermelon by Secret Vlog
00:16
Secret Vlog
Рет қаралды 16 МЛН
Electric Flying Bird with Hanging Wire Automatic for Ceiling Parrot
00:15
How To Make GUI | Roblox Studio
10:35
Kingkade 3D
Рет қаралды 291 М.
I Paid Devs on Fiverr to Make an Open World Game
8:33
Minimunch
Рет қаралды 318 М.
How To Make Custom Emotes In Roblox
6:32
ShaboNeeno
Рет қаралды 127 М.
I Learned How to SCRIPT in 7 Days | Roblox
11:00
Simjet
Рет қаралды 103 М.
Возможно ли Пройти Майнкрафт в Суперплоском Мире?
19:07
How to MAKE Custom Animations IN Roblox Studio (UPDATED)
17:03
Rustysillyband
Рет қаралды 178 М.
Making My Roblox Game VIRAL in 24 HOURS
9:24
Mootereo
Рет қаралды 34 М.
когда не обедаешь в школе // EVA mash
00:57
EVA mash
Рет қаралды 1,2 МЛН