How to Fix A Scratch Bug 🙃 - Classic Platformer Wall Jump

  Рет қаралды 166,017

griffpatch

griffpatch

Күн бұрын

Пікірлер: 452
@Resseguie
@Resseguie 2 жыл бұрын
It's great to learn good coding techniques like this early on. Being disciplined to reproduce, document, and go back to test is key to successfully coding more difficult projects. One thing I'd add for new programmers: sometimes it's helpful on the REPRO step to figure out the SIMPLEST way to reproduce the bug to avoid any other variables that might make it hard to squash. In this case, you can reproduce the wall slide bug almost anywhere. But imagine it was deep in the game somewhere, making it hard to quickly get there and test. In a case like that, I would recommend creating a new level where you can reproduce the bug easily right at the start. It will make your debugging faster because you can run test more quickly. And sometimes just making it simpler actually helps you figure out what's going wrong.
@griffpatch
@griffpatch 2 жыл бұрын
Very good advice indeed :)
@Dummy12397
@Dummy12397 2 жыл бұрын
@@griffpatch good
@RishanEdits10
@RishanEdits10 2 жыл бұрын
@@griffpatch Amazing!
@RishanEdits10
@RishanEdits10 2 жыл бұрын
how was this comment cmmented 3 days ago
@ohkenopsia
@ohkenopsia 2 жыл бұрын
@@RishanEdits10 hes one of Griffpatch's members, they have early access on videos
@chiroyce
@chiroyce 2 жыл бұрын
Amazing step-by-step tutorial!! This is very useful for anyone trying to fix bugs, in Scratch, and other programming languages!
@1080GBA
@1080GBA 2 жыл бұрын
ofc
@FeniteFr
@FeniteFr 2 жыл бұрын
7:09 wow I love the effect that was created with the "scratch effets that pops" tutorial 🤩
@lasercatto
@lasercatto 2 жыл бұрын
Thumbnail Scratchy will haunt my dreams
@1080GBA
@1080GBA 2 жыл бұрын
lol
@j10paul
@j10paul 2 жыл бұрын
kinda looks like webber from dont starve ngl
@1080GBA
@1080GBA 2 жыл бұрын
@@j10paul ?
@M_1024
@M_1024 2 жыл бұрын
Oh no
@torrenzchannel
@torrenzchannel 2 жыл бұрын
how is this 3 days ago this video is 2 hiurs ago
@TheWannaBe
@TheWannaBe 2 жыл бұрын
Griffpatch is way better than other tutorials for this reason: He actually explains concepts and bugs, why they happen, and how to fix them! Other tutorials are just: Please copy block by block, which isn't very useful when you want to add the concepts into another project!
@snehashisplays
@snehashisplays 2 жыл бұрын
No One Can Teach Scratch Better Than Him. Love Your Videos ♥️
@sithukapodduwakankanamge8993
@sithukapodduwakankanamge8993 2 жыл бұрын
Griffpatch you are my favorite scratcher! Any tutorial with you calms me down and makes me scratch even more! Keep scratching and do whatever tutorial you ever want! :)
@snelake
@snelake 2 жыл бұрын
Another tip: you don’t have to fix all bugs, you can if you want to, and it is good to at least understand why they happen, but if it doesn’t affect the average playthrough, it should be fine to leave in. For example, if there is a really hard glitch that can only be done on one or two levels, it should be fine to leave in, as it won’t be disrupting anyone’s gameplay. But if the glitch regularly causes things that should work not to work, it should definitely be fixed.
@RishanEdits10
@RishanEdits10 2 жыл бұрын
TYSM Griffpatch, This is very useful for anyone trying to fix bugs, in Scratch. :) you are amazing!
@prettycoolstuff1883
@prettycoolstuff1883 2 жыл бұрын
I did not even know about the bug. I did want to add moving platforms; so lovely you are covering that, hopefully, you also cover how to add more levels into the game like level 1, level 2, etc.
@1080GBA
@1080GBA 2 жыл бұрын
Griffpatch your tutorials always makes my day better 😃
@Erincutioner
@Erincutioner 2 жыл бұрын
This is my fave video, I like these videos aka tourtials. it helps me improve in scratch, I alsways have bugs and stuff that a normal scratchers have, I knew this channel since 2019 (I think)!
@nighttime0816
@nighttime0816 2 жыл бұрын
OMG!!! griffpatch you did so well! I need thousand of years to do this!! Good job!! Keep going!!!!
@pumpkinpiie486
@pumpkinpiie486 2 жыл бұрын
ok so is it me or is his drawing's are just so cool like how do you make scratch cat into a whole spider! its terrifying and very creative
@oobs-gamingandmore4249
@oobs-gamingandmore4249 2 жыл бұрын
I have a bit of a compromise for leaving this bug in and making sure it doesn't impede on gameplay. For the IF statement you just added, put an or there and for the right side, put "Not pressing Z and X key" there. (Or whatever keys you want) Now, in order to trigger the bug, you need to press two keys together!
@minddblank9835
@minddblank9835 2 жыл бұрын
There was originally a bug where you couldn't move for about 5 seconds every level restart, and I pulled my hair out trying to fix it. Eventually I decided to check all the variables and discovered something. I was an idiot and accidently set this value for long jump to 99 for some reason. You were able to move when the counter hit 0, and after double checking the tutorial, I changed the value and successfully patched the glitch. This video helped a ton. Thanks!
@silvertakana3932
@silvertakana3932 2 жыл бұрын
I just want to stand back and look at how nice it is for Griffpatch, a professional game developer to go out of his way to teach us about game designing in a detailed and friendly way. and he gave all of this for free! I am forever grateful! And the fact that he reads and replies to most comments is just on another level! I don't see many KZbinrs that does this!
@tinavin304
@tinavin304 2 жыл бұрын
Yeah i havent too its awesome he is popular!
@RamaDevi-rb7gj
@RamaDevi-rb7gj 2 жыл бұрын
Yeah it is too good
@imonhari2811
@imonhari2811 7 ай бұрын
Wow! Great tutorial for any kind of bug out there in the Scratchiverse!! Hats off the the people who found this bug who just happened to be mashing their keyboard at the split millisecond moment... I would have never found out or even thought of it!
@lasercatto
@lasercatto 2 жыл бұрын
I'm about to end my membership (hopefully temporarily) for a while, but this looks AMAZING! Glad to support. ~ LaserCat
@DevilDragonWasTaken
@DevilDragonWasTaken 2 жыл бұрын
epic, I want to note that you should add the Mario Mystery coin bug fix video into the fixing bug playlist.
@N64Mario
@N64Mario 2 жыл бұрын
That thumbnail though. That's one scary looking Scratch Cat. :O Any plans to do the same as this with any of your other projects? I am sure there were things that needed to, or could be addressed in the SMB 3 scrolling tile platformer engine you made. :) Thanks for all your great tutorials as usual. :)
@bigbricks1003
@bigbricks1003 2 жыл бұрын
Wow! This helped me a lot! I used the same steps fix a bug I was trying to fix in my project! Keep up the great wok Griffpatch! :D
@isaiahcangame4229
@isaiahcangame4229 Жыл бұрын
THANK YOU FOR THESE TOTORILES because I have wanted to make a platformer for a long time and these totoriles help a lot!
@griffpatch
@griffpatch Жыл бұрын
My pleasure! Scratch on!
@muister325
@muister325 9 ай бұрын
I also had a bug in my wall jumping, I had to lean onto the wall I was sliding on, but this also fixed that bug, thanks Griffpatch!
@annihilate2479
@annihilate2479 2 жыл бұрын
this I think could help with bug fixing skills in scratch thanks so much griffpatch
@Ameise15_Scratch
@Ameise15_Scratch 2 жыл бұрын
Wow it's unbelievable how easy the bug is to fix but I still couldn't have figured it out without your help!
@razkanaz
@razkanaz 2 жыл бұрын
I made an entire game out of this bug! Idk if I'm gonna fix it hehehehe
@griffpatch
@griffpatch 2 жыл бұрын
Yeah hehe - Quite so!
@slordwastaken
@slordwastaken 2 жыл бұрын
the fast upload schedule for the high quality of videos is amazing :)
@RidyDaBidy95
@RidyDaBidy95 2 жыл бұрын
I've been waiting for this!!!
@RidyDaBidy95
@RidyDaBidy95 2 жыл бұрын
Please di more of this series
@soapfaces
@soapfaces 2 жыл бұрын
I’ve had this so many times! So good to see a fix!
@Abhilasha84
@Abhilasha84 Жыл бұрын
Not only did I learn how to fix the bug in the game but it is really good to do it in any game if u have a bug like this and it helped me understand what to do.
@a_sliced_lemon
@a_sliced_lemon 2 ай бұрын
This kind of bug - is in fact, in appel, It's called side jumping, and is more of a game feature than a bug, for the good appel remixes, if that is fixed, then most levels that contain side jumping is now impossible!!! GOSH!!!!
@Milan12234
@Milan12234 2 жыл бұрын
Thank you so much! You will be the best youtuber in my history!
@126isreal
@126isreal 2 жыл бұрын
griffpatch is a legend for every video he makes. thank you
@Kim-qn4wz
@Kim-qn4wz 2 жыл бұрын
New channel member emoji - cool
@mylifeischaos_11
@mylifeischaos_11 2 жыл бұрын
Hello Griffpatch! I am new to your channel, so can you tell me which Scratch version you use in your videos? I am struggling a bit to find that version and I wanna follow your tutorials soo... :)
@griffpatch
@griffpatch 2 жыл бұрын
It's Scratch 3, the online version. It has a couple of extra features because I also use Scratch Addons
@stio_studio
@stio_studio 2 жыл бұрын
I do bug fixes when I sleep literally. I am not kidding. Btw your videos is the best.
@FireyDeath4
@FireyDeath4 2 жыл бұрын
Yeah... if there's not anything like this on KZbin you should have at least a million subscribers by now because learning to fix bugs is such a useful thing to do
@MaxwellCatAlphonk
@MaxwellCatAlphonk Жыл бұрын
I will turn this into a gimmick in a speedrun game. It detects the bug, but lets you do it 3 times before running out of glitch stamina and you need to pick up a refill crystal to get back glitch stamina (default glitch stamina = 3 and exploiting other bugs i managed to fix in the same game also use/require 1 or 2 glitch stamina, depending on their overpoweredness. When picking up a refill crystal/glitch crystal/malware crystal your glitch stamina will reset to the default (3) and the crystal will despawn for like, 10 seconds) so you CAN actually do griffpatches glitchy wall jump, but not rorever lol
@gamerbot1590
@gamerbot1590 2 жыл бұрын
Thank you! This was a major problem in my game, for some reason if you have a square player it is very easy to do, especially by accident.
@apenasgargorio
@apenasgargorio Жыл бұрын
I Kinda like this, reminds me of Quake, of which there was a small exploit with the friction system. Whenever the player jumped, Friction was set to 0, and there was a calculation effect that made the vectors of the player Increase when looking [left-right] and Strafing [to the same direction as to panning/looking], what happened later is that it gave the player Extra speed, although it required Skill to be able to be used properly. The Wall-jump in this video is a type of Skill-based exploit, good for say, a Secret
@muhammadfazil5179
@muhammadfazil5179 2 жыл бұрын
I found a bug in your tile scrolling platformer series. You must place a question mark block and leave a 1 tile gap above it and place a column of solid tiles. Place a mushroom inside the question mark block and play as mini Mario. When he collects the mushroom, he teleports above the hard tiles!
@ScratchHow-To_Coding
@ScratchHow-To_Coding 2 жыл бұрын
I watched this when I didn't have this problem, and now, after 12, I need this!
@unfinishedworkonfire
@unfinishedworkonfire 2 жыл бұрын
Hey Griffpatch! I decided that I wanted to add a dash mechanic in my game to enhance the gameplay, but when I tried coding myself, I found out that the "player sprite" moved too fast and glitched through the walls, causing the player to die due to wall collision. When I found a speed that was slow enough, the dash wasn't fast enough to be even used the way I intended it in my game (long jumps to hard-to-reach platforms). I could really use your help on this! (That is, if you're considering continuing the platformer series).
@joshhoule6138
@joshhoule6138 Жыл бұрын
How To Fix That Is You Need A New Variable For Running. What You would need to do is If _ Key pressed Set run to 2(or any value) else Set Run to 1 Then Multiply Run By Key X*Acceleration
@unfinishedworkonfire
@unfinishedworkonfire Жыл бұрын
@@joshhoule6138 Thank you!
@joshhoule6138
@joshhoule6138 Жыл бұрын
@@unfinishedworkonfire You're Welcome!
@heli_zav
@heli_zav Ай бұрын
im using a square as my character so i didnt do the animation tutorial 3 so i dont have the KEY X so can you please tell me what to do?😊thank you
@togetherlaced2752
@togetherlaced2752 2 жыл бұрын
Funni 360 wall up Party Phase **dies**
@eboatwright_
@eboatwright_ 2 жыл бұрын
Great video! Congrats on 135k subs!
@ethiopianballer1263
@ethiopianballer1263 2 жыл бұрын
Your the most british person ever, the accent and stuff, WHOLESOME STUFF
@buckIin
@buckIin 2 жыл бұрын
I didn‘t know about this bug and I tested it and I managed to do it. Thanks for this bug fix tutorial!
@mraarush.2228
@mraarush.2228 2 жыл бұрын
I'm to exited for your next video of this platform game
@universesolver
@universesolver Жыл бұрын
still have the bug, was there something I missed? I checked over the code multible times and saw no differences with yours.
@KidPrarchord95
@KidPrarchord95 2 жыл бұрын
I think that, if a bug is sufficiently difficult to pull off, it should be kept as just something for the pros to be able to master if they want. Adds replay value. Players love when they feel like they're subverting the system.
@Ar-T-Hur_-
@Ar-T-Hur_- 2 жыл бұрын
*Griffpatch* : bug _squished_ *Also Griffpatch* : _squishes enemy_
@Twin138956Productions2019
@Twin138956Productions2019 2 жыл бұрын
Very nice tutorial too. I'd love to make one.
@namhsaa
@namhsaa 2 жыл бұрын
I remember when thisa whole era started with "Tile Scrolling Part 1" Its awesome to see griffpatch doing more things
@aoie_hdn7893
@aoie_hdn7893 2 жыл бұрын
Oh my ! thanks Griffpatch I was waiting for this video
@labrosmatsas
@labrosmatsas 2 жыл бұрын
I have found a similar bug in appel. It works only in some walls and it can happen if you fall off the wall while you are wall sliding and jump the next frame. I think that it is the jump timer that causes the problem because when you perform it correctly you jump in the air and you can go in every direction you want. I it similar to this bug but not the same. You can also see it in some speedruns that they use it to skip an entire section of a level.
@AlexanderBrior
@AlexanderBrior 2 жыл бұрын
Oh my god it's you, the Scratch legend himself! You were my biggest inspiration 6 years ago
@theonewhocodesalot9101
@theonewhocodesalot9101 2 жыл бұрын
Hey griffpatch love your content it’s just something about your voice that’s relaxing
@genevievegagnon3083
@genevievegagnon3083 2 жыл бұрын
Hey Grifpatch! For the next video, you should do a tutorial for a pokemon game where you choose a starter and level up your pokemons. It should be pretty fun!
@sakkalwin4932
@sakkalwin4932 2 жыл бұрын
I cant wait for episode 12 it will be so much fun!
@ilipog
@ilipog 2 жыл бұрын
It's always a bad day when you find a game breaking bug in your game but hey it's very satisfying when it is squished
@SwankemasterSupreme
@SwankemasterSupreme Жыл бұрын
another bug: jumping on an obstacle that is higher than the player hitbox and successfully making it over can cause the game to get confused and think the player is on a wall.
@inventionpro_
@inventionpro_ 2 жыл бұрын
Thanks for all the helpful information
@vilevessel
@vilevessel 2 жыл бұрын
I love how wholesome this dude is
@jumparoundplays4453
@jumparoundplays4453 2 жыл бұрын
Oops my membership went out and I recently went on vacation so I can't pay for it at the moment, but I will pay for it soon. Anyway, when you start making RPG tutorials, can you make a minimap? My game is currently missing a minimap. And I still don't know how lighting works yet (for caves.) If you could help me with those things, this will be an awesome scratch game! If it is successful on scratch, I might actually make the full game with unity!
@Anymous_Not_Anonymous
@Anymous_Not_Anonymous 2 жыл бұрын
Hi, I'm a fan of your games. I saw a speedrun of MMO platformer. I just want to ask where can I play MMO platformer?
@gtgaminglegobuilds4397
@gtgaminglegobuilds4397 5 ай бұрын
Griffpatch you are the best🎉
@tomfooledterry
@tomfooledterry 2 жыл бұрын
Hey griffpatch, at some point could you do a tutorial on things like power ups but maybe instead it could a sword to use against enemies or maybe even a bow. Also is it possible to have multiple moving platforms on one level? Also is it possible to make a animation for the character when they're not moving? Last question, how would you make something shoot projectiles? If you could answer any of these questions I would be very grateful!
@mmutua03
@mmutua03 2 жыл бұрын
love that video im new at scratch ill watch you videos 😃
@btsgaming6461
@btsgaming6461 2 жыл бұрын
Thanks so much for these amazing tutorials 😁
@weegie3343
@weegie3343 2 жыл бұрын
Hey, I wonder if you can join the ray caster and maze scripts from your videos and join them together? With a few tweaks we would have a randomly generating 3d maze
@RealPersonGuyDude
@RealPersonGuyDude 2 жыл бұрын
Alternate route: Just call it a feature and hide funny secrets for people who can pull it off
@FrostleGaming
@FrostleGaming Жыл бұрын
Idea 1: add portals that can teleport you through the same scene or difference scene Idea 2: add jump orbs that when you click them and are touching them mid air you jump but if you dont click you go through
@Gojo_Satoru-v5y
@Gojo_Satoru-v5y 2 жыл бұрын
this bug was happening so much so thank you for this tutorial
@Isakube
@Isakube 2 жыл бұрын
Honestly, I would embrace this, but give it a limit. Like, twice before you can’t do it anymore. Maybe tint the sprite red a bit, increasing that tint the more you use it? something similar to climbing exhaustion from Celeste
@jx.lemons
@jx.lemons 2 жыл бұрын
Nice as always!
@zordalpha
@zordalpha 2 жыл бұрын
Well I'm new to both channel and coding.. So i just wanted to know can we like export the projects to upload it somewhere.. Like playstore? Ik playstore charges and stuff.. But like can we export and how?
@ruskii_is_off
@ruskii_is_off 2 жыл бұрын
Hey griffpatch, i have a suggestion for the platformer series: Could you make an larger saries about platformer things? It will be great, one idea for the next possible episode: Enemy types, a goal for the game and a wolrd system! You can divide this in more than one episode if you can ^^
@louislogaming2512
@louislogaming2512 2 жыл бұрын
Crazy!!! Super good video
@dilljones8894
@dilljones8894 Жыл бұрын
Hi griffpatch could you help me? I was making a project and then uploaded the sound then it said "project could not save" I don't know what to do :/
@eduardorz45
@eduardorz45 3 ай бұрын
did you know that the bug look like side jumping from appel
@lamtomtom
@lamtomtom 2 жыл бұрын
I can't wait till the ep 12 for the rotating platform! But my moving platform has a problem that i don't know how to fix. That's when I try to place two doors at one scene, I'm not see my second platform. Can you fix that for me?
@griffpatch
@griffpatch 2 жыл бұрын
Luckily, that is ALSO solved in episode 12
@ShanairaViolette
@ShanairaViolette Жыл бұрын
Hello,so when i start the game the player gets stuck in the ground.I have tried fixed collision but it didnt work?
@Milan12234
@Milan12234 2 жыл бұрын
If you are not the best KZbinr, then I don't know who is it. ❤️❤️❤️🙂👍👍👍
@VegetaXXFF
@VegetaXXFF Жыл бұрын
Griffpatch i also have a problem when i wall jump to the wall beside the player while holding opposite kay it dont grabs the walll
@javascript7817
@javascript7817 2 жыл бұрын
I found this bug a while ago and it was really weird. This bug also exists in Appel. Can you fix it there?
@TechnoZMC
@TechnoZMC 2 жыл бұрын
what do you think about making 3d games (unity visual scripting),mobile apps (mit app inventor / Kodular),mobile game (fancade).{all examples have visual scripting in it}. let me know
@smong891
@smong891 2 жыл бұрын
When we "finish" the entire tutorial can we turn this into a scrolling game?
@griffpatch
@griffpatch 2 жыл бұрын
That's an interesting thought, although changing from one style to the other does not always work with the way levels are designed and how enemies are positioned, etc.
@ryliesilvino4479
@ryliesilvino4479 2 жыл бұрын
i have a bug in ep 5 the bug is the player falling down near to a wall
@yannismorris4772
@yannismorris4772 2 жыл бұрын
I really don't wanna fix this bug. It's just so cool. Like a speedrunning tactic for really skilled players. But despite my reluctancy, thank you for this episode on how to fix it and other bugs. ('Cause there are definitely bugs in my projects that I would want to fix)
@dagreenboi
@dagreenboi 2 жыл бұрын
Griffpatch: We got to fix it Girffpatch: Really? Griffpatch: yes we do Griffpatch: do we? Griffpatch: it breaks the game dude
@ScienceCodeCreations
@ScienceCodeCreations Жыл бұрын
Quick Question: Is Data pronounced: D-A-TA (with a flat "A" sound) or D - AY - TA (with an "ay" sound for the a)
@epicalxd159
@epicalxd159 2 жыл бұрын
I remember sweating all night, eventually recoding all the encoder scripts and the calculation scripts of my scratch calculator =)
@JoshyRB
@JoshyRB 2 жыл бұрын
I have a bug where I don’t have the scroll thing to scroll up and down when I’m in the editor. It only affects me at School though because i use a mouse at home but it’s still annoying to get around. At School i have to switch between fullscreen and not fullscreen to get the scroll thing to show up and then have to quickly grab it before it disappears. Also if you don’t know what scroll thing I’m talking about, it’s the bar that usually shows on the side of the screen that allows non mouse users to go up and down a page.
@griffpatch
@griffpatch 2 жыл бұрын
Can you not just drag the empty space between blocks (the background of the script editor) to scroll your screen around?
@JoshyRB
@JoshyRB 2 жыл бұрын
@@griffpatch it doesn’t just happen with that sadly. It also happens with the area to choose a Sprite, Costume and Sound.
@gunterjudd5406
@gunterjudd5406 2 жыл бұрын
this was a cool video, i can find problems easy now. thanks griff
@supersls
@supersls 2 жыл бұрын
0:30 that's my project I am extremely happy Thanks so much!!!!!!☺
@griffpatch
@griffpatch 2 жыл бұрын
Nice work! - I especially enjoyed your game - Although man!!! Did I die a lot trying to get to that point to repro the issue!!!
@supersls
@supersls 2 жыл бұрын
@@griffpatch Thank you. I am really happy you liked my game and ya, That was a hard point made by me XD
@sovivix8409
@sovivix8409 2 жыл бұрын
Hello. I am making a plattaformer called ''SYSTEM 47'' and i am currently on episode one But when i move the character just slides to the other part of the screen the jump is ok But i want to now how to fix it. And this also happens when the green flag is clicked.
@Speed-TV
@Speed-TV 2 жыл бұрын
It was kinda like roblox where you abuse glitches as a platforming mechanic lol
@cst1229
@cst1229 2 жыл бұрын
I think this bug also exists in Appel, although there you need to wall jump at least once without touching the ground before you can do it.
Fun with Rotating Platforms | 12. Scratch Platformer Tutorial
28:55
Coding Platformer Enemies | 11. Scratch Platformer Tutorial
32:08
规则,在门里生存,出来~死亡
00:33
落魄的王子
Рет қаралды 32 МЛН
Сюрприз для Златы на день рождения
00:10
Victoria Portfolio
Рет қаралды 1,8 МЛН
Миллионер | 1 - серия
34:31
Million Show
Рет қаралды 2,8 МЛН
Ozoda - Lada ( Official Music Video 2024 )
06:07
Ozoda
Рет қаралды 29 МЛН
Geometry Dash's History of Glitches
8:06
Mangwo
Рет қаралды 27 М.
I Shattered Scratch's Cloud Player Limit 💥 Here's how I did it!
12:29
I Made a Scratch Game In a Scratch Game
9:33
ZonxScratch
Рет қаралды 471 М.
I coded ur DUMB Minecraft ideas
13:29
Element X
Рет қаралды 207 М.
The Making of Karlson 2D (Game)
11:41
Dani
Рет қаралды 6 МЛН
I Tried Microsoft's Scratch Ripoff
8:22
Jackson Academy
Рет қаралды 182 М.
Cookie Clicker in Scratch But It Gets More Complex
12:26
ggenije
Рет қаралды 248 М.
Checkpoints, Game Over & Game Menu | 10. Scratch Platformer Game
24:54
I Made a Game in SCRATCH with No Experience
5:23
Gambit
Рет қаралды 84 М.
Cloud Platformer Multiplayer Fun! 🔥 All Achievements revealed
39:20
规则,在门里生存,出来~死亡
00:33
落魄的王子
Рет қаралды 32 МЛН