(cyop tut) Custom john/john block? working boss? working arena kung fu? CUTSCENES????? and more!

Поделиться
HTML-код
  • Опубликовано: 5 фев 2025

Комментарии • 467

  • @Subflier
    @Subflier Год назад +36

    Thanks for the credit!
    Btw i did write a tutorial on custom john blocks which have the sprite appear in the john pillar room! Heres a short summary:
    Duplicate the sprite images of custom john block sprites and write an .ini file for them with the following:
    [offset]
    y=1000 (or any other large number)
    This is needed so you wont see the reskinned object after pizza time. Return to the editor, place an obj_door and set its sprite to the duplicated custom john block sprite. It will appear way up, move it on top of the john block, and thats how its done!

    • @Subflier
      @Subflier Год назад +1

      youtube finally didnt delete my comment lets go

    • @PP_guy
      @PP_guy  Год назад +5

      common Subflier W

    • @2ndatom
      @2ndatom Год назад +1

      so theres 2 of 2 john block sprites?@@Subflier

    • @Subflier
      @Subflier Год назад +1

      ​@@2ndatom Yep, thats possible

    • @Subflier
      @Subflier Год назад +1

      I thought you meant 2 by 2 john block sprites ngl
      Yeah, you need 2 of the same sprites, one of them with an .ini file, and one of them without (if you want to make both john block states)

  • @Welshiiiii
    @Welshiiiii Год назад +1

    thank you for using my bosscontroller! tbh i didnt even know how to use it myself lol (i forgot how to use it) and the boss controler was made for mini-bosses and stuff! thats what boss id and the other variables are! (also uses arena stuff)

  • @FPBRM23
    @FPBRM23 11 месяцев назад +2

    WHY DOES THIS MAKE SO EXCITED TO MAKE STUFF?!?

  • @floppa_a8382
    @floppa_a8382 Год назад +7

    Most helpful for me was the custom john blocks, how to fix the fixed objects for everyone (so everyone can play level), how to easily have sprites from the original game without downloading a copy of it, and the free old version of asprite

  • @Primo_Burg_Jr.
    @Primo_Burg_Jr. Год назад +1

    (32:46) might be a a useless question, but where can I find this obj? (I have the objects & variables implemented into CYOP but I can't find it)

  • @cst1229
    @cst1229 Год назад +7

    By the way, [s] and [g] are actually useful, as you can set a separate superjump/groundpound keys on gamepads and they will show those buttons instead of up/down.
    Also, I think the hub objects not disappearing right after Pizza Time being triggered happens because the code that removes them when it's Pizza Time only runs when the room starts (as the first room of CTOP doesn't have any hub objects, and it saves a bit of performance).

    • @polkinidk
      @polkinidk 10 месяцев назад

      You can see the whole [] list in the Lang file in pizza tower, go to the pizza tower files and go into the file ‘lang’, press on English (or your language) and scroll down. You can see the whole list of them, and the special text effects (and also every other string used by get_lang())

  • @aliabukar737
    @aliabukar737 Год назад +2

    One question, do you use Deltapatcher to replace the json as well? (or, could you please tell me, becuz i don't know how u got those stuff at 5:49 )

    • @boanimate
      @boanimate Год назад

      its the +50 cyop objects on gamebanana, he covered this on another video

  • @gaminggmer
    @gaminggmer Год назад +1

    this might seem like a dumb question, but when he moves up gerome at 23:30 its smooth, but when I move up sprites in CYOP, its sticking to a grid, if that makes sence, I just wanna know how to make it smooth

    • @maxeplier
      @maxeplier Год назад +1

      you need to hold shift while moving it.

    • @gaminggmer
      @gaminggmer Год назад

      thanks dude

  • @VillaginTaken
    @VillaginTaken Год назад +17

    0:00 into
    1:41 reskin enemy
    3:07 free asprite
    4:33 real boss
    7:39 skating noise
    8:55 arena!!!!
    10:44 cutscene
    14:33 CHANGE ENEYMI PALLETEEE@!!!!!!!
    16:30 pizza granny text icon!!!!!
    17:34 hiding collect triggerr
    19:00 text on screeeeeeen
    20:35 mover hand
    22:05 topping monster reskin
    22:55 its all a trick"
    23:08 pt sprite
    23:40 tile ruiner
    24:21 tru
    25:00 follow character before pizza timmy
    25:45 fix
    26:22 no pizza face room
    26:57 john gost sprite
    27:38 john pilar sprite
    29:26 john bloc sprite
    30:55 long bomb
    31:32 pizza granny color
    32:07 following spritee
    32:42 no transformors
    33:08 unclimable wall
    33:27 glitch
    34:12 it will
    34:25 thats u rn

    • @artinthermz
      @artinthermz Год назад

      you just copied it from the description but I know there's some people who don't look at the description

    • @PP_guy
      @PP_guy  Год назад

      ​@@artinthermzno lol I'm the one who copy

  • @_bbb444
    @_bbb444 Год назад +3

    that was quite an unexpected release, but a great one nonetheless
    also thanks for the shoutout!

  • @Fredd142
    @Fredd142 Год назад +1

    28:02 Can you please help? In what format should I export the animation in Aseprite ? sprite sheet? gif?

    • @PP_guy
      @PP_guy  Год назад +1

      sprite sheet

    • @Fredd142
      @Fredd142 Год назад

      ​@@PP_guy thanks!

    • @Spongebobsrofile
      @Spongebobsrofile Год назад

      It can end up being broken by just making the sprite sheet the whole image

    • @boanimate
      @boanimate Год назад

      @@Spongebobsrofileive been trying to make spritesheets work but it keeps giving me the "unable to convert string to integer" error and only will work when i use the broken png spritesheet, is there any fix?

  • @the_lucky_loser
    @the_lucky_loser Год назад

    i need some help ummm so i was trying to add texts on screen (19:00) and i noticed that the sprite that I used for the obj_transfotip will always appear on the top left corner of the screen when entering a secret. did i do something wrong???

    • @PP_guy
      @PP_guy  Год назад

      that what it suppose to be, normally the object doesnt have sprite, so you would't be able to see them, so to fix it just use visable variable

    • @the_lucky_loser
      @the_lucky_loser Год назад

      @@PP_guy sorry for the late reply. i changed the visible variable, but it still appears in secret rooms despite the fact that i haven't put the obj_transfotip there, and thats the new problem that i am getting

    • @the_lucky_loser
      @the_lucky_loser Год назад

      ​@@PP_guydo you think you can help me with that?

    • @PP_guy
      @PP_guy  Год назад

      @@the_lucky_loser well, pretty much every text in game came from that object

    • @the_lucky_loser
      @the_lucky_loser Год назад

      @@PP_guy alright, i understand now.
      thanks for the help!

  • @the-protogen-of-the-sky
    @the-protogen-of-the-sky Год назад +11

    Man really triggered bomblin

  • @StasisBlade
    @StasisBlade Год назад +1

    thanks for all the help I've been following you for a while for anything CYOP related and you were always the best!
    also do you know how to find your enemy to change the pallet like from right here? 15:40

    • @PP_guy
      @PP_guy  Год назад

      Wiki

    • @StasisBlade
      @StasisBlade Год назад

      Oh. Didn't expect it to be simple even though your good at that, Thank you!@@PP_guy

  • @starkar91
    @starkar91 Год назад +1

    this is EXTREMELY underrated holy shit man

  • @Whoaskedyoumama
    @Whoaskedyoumama Год назад +1

    if you want to add a wall that cannot be climbed, not stop your mach run and make it not bump when you slide and roll into it, then make a wall of slopes, it triggers that

  • @3l_p4pu_mom0s
    @3l_p4pu_mom0s 5 месяцев назад

    I tried adding the grabbie hand in afom from 20:35, works and dont crash but the grabbie hand lefts me on the top left edge of the room, any solution?

    • @3l_p4pu_mom0s
      @3l_p4pu_mom0s 5 месяцев назад

      (and yes, i tried creating other level and testing but still the same)

    • @PP_guy
      @PP_guy  5 месяцев назад

      set offset for it, the hand tend to send you there by default

    • @3l_p4pu_mom0s
      @3l_p4pu_mom0s 5 месяцев назад

      Don't worry, i just figured it out (the dropspotx/y work strange, but works)

  • @Neo_Cat3
    @Neo_Cat3 Год назад +1

    how do i fix a changed enemy sprite thing?
    i tried replacing the pizzaboy cutouts with the ones from sugary spire but they keep glitching into the ground (i think they're just waaaay off-center but i haven't changed the coneboy sprites at all)
    tried the same thing on a cheeseslime and i got the same result

    • @PP_guy
      @PP_guy  Год назад

      You can change the off-set of the sprite in the ini file

  • @wilian_elgamerpapusxdxd
    @wilian_elgamerpapusxdxd Год назад

    Help I Pressed Every Key On My Keyboard And I Can't Select Noise How Can I Select Noise

  • @MvCamReel
    @MvCamReel Месяц назад

    23:40 , you can just re-texture an obj_destroyable3 to whatever destroyable you want, and you can also change the particles to whatever

  • @kimonemo1625
    @kimonemo1625 Год назад

    The amount of work in this video.
    Thanks for everything.🎉

  • @delirium_drip
    @delirium_drip Год назад

    Thank you very much man!!!
    Now i can make the truly the best level

  • @dubiousfoodius
    @dubiousfoodius Год назад

    BTW you cant change cheeseslimes palette to anything other than snotty when you have the objects and variables mod installed because paletteselect is replaced with snotty on cheeseslime (for some reason)

  • @proplem-i-dont-think-so
    @proplem-i-dont-think-so 6 месяцев назад

    hey i need help how are you exatly put the sprites to the enemy (the proplem is only the walk animation change nothing elese and i know that you show it put you didn't tell to me were to put it or something) pls help and i am a literpit stupide

  • @mughead390
    @mughead390 Год назад

    Whut's the music that starts playing at the reskin enemies part???? I love it it's so cAtchy.

  • @filipok829
    @filipok829 10 месяцев назад +1

    one question: how did you get some stuffs that i don't have in cyop such as the following npcs

    • @PP_guy
      @PP_guy  10 месяцев назад

      ruclips.net/video/61uCMXlHSgM/видео.htmlsi=v1HKbBBRAjEOvyJC

  • @pcboi3454
    @pcboi3454 Год назад +1

    Just a question:
    What's the name of the mod(idk if you use a mod) to add the complex part and new blocks?

    • @PP_guy
      @PP_guy  Год назад

      No I did not

    • @pcboi3454
      @pcboi3454 Год назад

      oh, then how? im looking for this a long time@@PP_guy

    • @pcboi3454
      @pcboi3454 Год назад

      nvm i found it

  • @ChickenBruce
    @ChickenBruce Год назад

    Hey you released the tut that’s cool been waiting lol

  • @wilian_elgamerpapusxdxd
    @wilian_elgamerpapusxdxd Год назад +1

    List Of Songs If You Can't Find It (Or Because You Never Listened To Sugary Spire Soundtrack)
    a jawbreaking secret (Sugary Spire)
    DANCEOFF DELUXE (Sugary Spire)
    Run The Dog (Sugary Spire)
    hmmm look what u done did you found a secret :) Beta Mix (Pizza Tower)
    PLEASE warm up the aliens somehow or they will start YELLING at me in a language i don't understand (Sugary Spire)
    Pizza Engineer (Pizza Tower)
    Pizzano's Gnarly Action-Packed Themetune (Sugary Spire)
    Smart Race (Deltarune Chapter 2)
    a jawbreaking secret (Pizza Tower Version)

  • @Gooberz324
    @Gooberz324 Год назад

    is there any way to make the pizza time music not play and instead it's a different song/the level's current theme

  • @ThatfunnySMLSTANfromtiktok
    @ThatfunnySMLSTANfromtiktok Год назад

    your giving people power to make a fangame at this point

  • @totalbeanst
    @totalbeanst Год назад +2

    pp guy go brr (im da stupid table guy)

  • @Doomeentio
    @Doomeentio Год назад +1

    Hey pp, I have a question, how can I make the bg change at pizza time?

  • @tatsushiri
    @tatsushiri Год назад

    9:03 thats me!!!!!!!!!!!!!!!!!!!!!!!

  • @jakubkucera288
    @jakubkucera288 Год назад

    Is it possible to change the objects.json in the old level editors? (i need a response)

  • @bluecrowpictures2395
    @bluecrowpictures2395 Год назад +1

    I needed this video so much.

  • @Trollge533
    @Trollge533 Год назад

    Alright I need some help cause in cyop when I try to edit my level it says "Missing Eye Failed to integer" or something how do I fix this?

  • @Whoaskedyoumama
    @Whoaskedyoumama Год назад

    wait how do i add objects, i managed to get the bosscontroller and transfotip but not the hidden points

  • @sr_leo417
    @sr_leo417 Год назад +1

    hey random pp can you make a tutorial on how to change to granny pizza?

  • @RealProtonPrompt
    @RealProtonPrompt Год назад

    I figured out the offset stuff, but when I reskinned Pizzaboy, the sprite looks normal, but then it becomes positioned too deep when grabbed or stunned.

    • @PP_guy
      @PP_guy  Год назад

      then just change the offset until it work
      you can't get it done in one try

  • @averageultrakillnoob
    @averageultrakillnoob Год назад

    thanks, i added a secret room to my tower where you need run away from pizzaface reskinned to squidward😄

  • @jakubkucera288
    @jakubkucera288 Год назад

    That glitch that happend when you threw the enemy in to the back of the slope is because the back side of obj_slope is weird

  • @youtoozboi763
    @youtoozboi763 Год назад

    Is it possible to replace the lap 2 theme for a level?

  • @Xx_PintoBeans_xX
    @Xx_PintoBeans_xX Год назад

    How make bg (no pizza time) disapers and other bg (olny for pizza time) appeared in pizza time (also where john or 🗿 pillar)?

  • @goisegaming
    @goisegaming Год назад

    At 16:52, you spelled it Garb. Is that intentional?

    • @PP_guy
      @PP_guy  Год назад

      No I type too fast sometimes

  • @ashleygilman6772
    @ashleygilman6772 Год назад

    you say this stuff sorta vaguely and incomplete. Like, what if i want to make MY OWN tileset file instead of modding another one?

  • @Untitled_Cone
    @Untitled_Cone Год назад

    Nice tutorial! (I came from discord link by the way)

  • @chao_gooby
    @chao_gooby Год назад +2

    you should make a tutorial on how to draw in the pizza tower art style if that makes sense, it could really help some people (aka me 💀)

  • @Dyedrainn
    @Dyedrainn 8 месяцев назад

    Thank you now i can recreate Wait of the world in pizza tower

  • @mattman92
    @mattman92 Год назад

    I’m addicted to making cutscenes now 😅 its VERY fun to do

  • @flankydean4375
    @flankydean4375 Год назад

    FINALLYYYY Tutorial idea: Change background during pizza time and maybe real custom john blocks *they have different stuff they do*

  • @nikkytion
    @nikkytion Год назад

    5:37 bro so genius so he mix hello song and secrets sample

  • @fractionsdx
    @fractionsdx Год назад

    THE TUT IS HEREE HOLY SHITTTTTTT

  • @barrackjohnson3283
    @barrackjohnson3283 Год назад

    I can't become skateboard noise each time I press left or right it won't move but selecting works wat do?

  • @SonicOC1937
    @SonicOC1937 Год назад

    21:06 That's because the y point starts from the up to down

  • @Prophet3289
    @Prophet3289 7 месяцев назад

    Tried to reskin the cheese monster via respriting, yet the sprite's offset is below the desired location I'd chose for it to spawn at, I tried the palette variables but that didnt work so now im just annoyed.. All I did was export the original sprites, recolor them and export the retextured sprite. Any fixes?

    • @PP_guy
      @PP_guy  7 месяцев назад

      then, just fix it with the good ol offset, i think in game there is alreayd offset being set, so you maybe can just yoink from there

    • @Prophet3289
      @Prophet3289 7 месяцев назад

      @@PP_guy Its not that the sprite just spawns like 7 tiles beneath the collision yet the hitbox does not. Tried everything but it just wont stop.

    • @PP_guy
      @PP_guy  7 месяцев назад

      @@Prophet3289 then maybe that on sprite itself?

    • @Prophet3289
      @Prophet3289 7 месяцев назад

      @@PP_guy Idk, its the same size and everything too

  • @Saliscool109
    @Saliscool109 Год назад

    How do you free move items i want to know?

    • @PP_guy
      @PP_guy  Год назад

      Hold shift before/after place down object and here ya goo!

    • @Saliscool109
      @Saliscool109 Год назад

      ok thanks!
      (edit: btw can you make a tutorial of how to use libsprite cus im confused)

  • @GamerlazaMPGandBuffaGaming
    @GamerlazaMPGandBuffaGaming Год назад

    And also nice intro you made ❤

  • @AverageYoutuber0
    @AverageYoutuber0 Год назад

    how do i make it dark, like in kidsparty, cuz ive seen a level do it before

  • @NoNameBuddy99
    @NoNameBuddy99 Год назад

    Watching this whole video knowing damn well my PC can't handle CYOP

  • @danielvieira8978
    @danielvieira8978 Год назад

    is there any cyop modded version with the sprites for transfotip and stuff?

  • @randomguyorsomething
    @randomguyorsomething Год назад +1

    fun fact: you can do the working boss + other stuff with the emeralds fixed/old objects mod!

    • @floppa_a8382
      @floppa_a8382 Год назад

      I was severely sad emeralds fixed objects crash other people's game who doesn't have that modded version, it saved my cyop tower when he mentions just by changing the objects emerald or other people fixed in the sprite index variable everyone can play the tower with no bugs or crashes

    • @randomguyorsomething
      @randomguyorsomething Год назад

      @@floppa_a8382 does the 900+ blocks mod crash anyones game who dosent have it?

  • @Xx_PintoBeans_xX
    @Xx_PintoBeans_xX Год назад

    How to make one bg (smoll image) follow where peppino/noise walk/run/clumbing always (not follow camera)

  • @keyvanguerrero9696
    @keyvanguerrero9696 Год назад +1

    nice-a but... how do you make a custom door and blocked door??????

    • @PP_guy
      @PP_guy  Год назад

      Do same thing as the custom john block

    • @owen3294
      @owen3294 Год назад

      ​@@PP_guyhey I also have a question for some reason I can't place anything

    • @PP_guy
      @PP_guy  Год назад

      @@owen3294 did u even open object tab?

    • @keyvanguerrero9696
      @keyvanguerrero9696 Год назад +1

      @@PP_guy thanks!

  • @RandoEmmy224
    @RandoEmmy224 Год назад

    one day people will make entire mods with cyop, and i still don't know how big a canvas should be when it comes to making custom sprites

    • @ohhboiitshalloweeen5747
      @ohhboiitshalloweeen5747 Год назад

      if your re-texturing a certain object from pizza tower, then open undertalemodtool and export the sprites to your computer, and edit it

    • @kyngEli9221
      @kyngEli9221 Год назад +1

      Backgrounds and title cards should be 960x540. Others are whatever

    • @RandoEmmy224
      @RandoEmmy224 Год назад

      @@kyngEli9221 thanks Peppino from the hit game Pizza Tower

  • @MvCamReel
    @MvCamReel Год назад

    The moving animation for The cheese monster is probably the jump animation, so try Jump_spr or jumpspr or smth

  • @maxeplier
    @maxeplier Год назад

    could i please have the spotlight image?

  • @DaRealAppelManSunny
    @DaRealAppelManSunny Год назад +1

    5:35 what is the song

  • @wdtree
    @wdtree Год назад

    19:17 I've realized, it crashes the game when I forgot to place the sprite to this object.

  • @NaxTheGuy
    @NaxTheGuy Год назад

    Do you used libresprite before getting money for aseprite or something like that?, i still feeling like that has virus

    • @garfield322
      @garfield322 Год назад

      Libresprite is just a free asesprite, it doesnt have a virus

  • @susancreature
    @susancreature Год назад

    oh my GOD!!! AMAZING!!! IM NOT EVEN 2 SECONDS IN!!!

  • @spp-s9l
    @spp-s9l Год назад

    Hey pp
    I tried making a tab in the level editor and now my game doesnt open up (with the mod thankfully)
    how do I fix it??
    edit: already fixed it, now I can enjoy the tutorial!

  • @paxtonhilgeman7177
    @paxtonhilgeman7177 Год назад

    LETS GOOOOOOOOOOOOOOOOOOOOOOO
    THE TUTORIAL RELEASED

  • @firsthedgehogchannel
    @firsthedgehogchannel Год назад

    you actually dont need multiple arena spawn points or to put enemies close to it
    the spawn point actually just makes it so enemies spawn on the arena , you can put the enemies anywhere and it will still work

  • @noahmace2994
    @noahmace2994 Год назад

    does sprite_index work for text inscreen?

  • @ThatGuySkeebins
    @ThatGuySkeebins Год назад

    i wonder what how you make the upside down superspring thing

  • @MimicMakesVideos
    @MimicMakesVideos 11 месяцев назад

    How do you get the taxis and space shuttles to work?
    (Ik the videos but whatev)

    • @Ghostmare_says_merry_notxmas
      @Ghostmare_says_merry_notxmas 8 месяцев назад

      For a space shuttle, set your targetroom in the shuttle, and in that room put obj_shuttlestop where you want the shuttle to go, for taxi I'm not sure.

  • @cugulibabapro
    @cugulibabapro Год назад

    Can you tell us what program u use to edit ur vids?

  • @Ghostmare_says_merry_notxmas
    @Ghostmare_says_merry_notxmas Месяц назад

    Fun fact: You dont need to use gustavo for unbreakable tiles now since afom added a layer for that.

  • @ivansimonov6076
    @ivansimonov6076 Год назад

    Cool. And why are you keep typing lowercase?

  • @apeetf
    @apeetf Год назад

    this new tut is sick!11!!!!!!1!!

  • @SwankemasterSupreme
    @SwankemasterSupreme Год назад +1

    What’s the music?

  • @JohnyCanoni
    @JohnyCanoni Год назад +2

    I think if you leave an empty baddie spawner it summons a bossgate lol.

    • @PP_guy
      @PP_guy  Год назад

      ik

    • @Spongebobsrofile
      @Spongebobsrofile Год назад

      And it crashes the game cause theres no room, but for the conveyer, just spawns pinball, dash pad and spike (moveable)

  • @Egori4_anonim
    @Egori4_anonim Год назад

    Question for next video: How to use tutorial_block?

  • @JellyJim-I-guess
    @JellyJim-I-guess Год назад

    I followed everything in the enemy reskin tut but nothing I did worked, can someone please figure something out.

  • @youtubeispink
    @youtubeispink Год назад +1

    tysm, new sub

  • @Whoaskedyoumama
    @Whoaskedyoumama Год назад

    why is arena not working for me anymore, is it cause i smoothly moved the arena start? :( [edit: it works now :)]

  • @CJ-ZHarr1up
    @CJ-ZHarr1up Год назад

    I can’t get arena working because I’m on a different item pack or maybe I’m just not doing it right

  • @Knojj_stickman349
    @Knojj_stickman349 Год назад

    7:35 Oi did you use my Video as your Gameplay background!? 💀

  • @Random_Guy227
    @Random_Guy227 Год назад

    ty you random pp but how did you add the games enmie on the assprite app

  • @markfuerte5422
    @markfuerte5422 3 месяца назад

    How can I add new variables to my pizza tower level?
    😅😅

  • @Ghostmare_says_merry_notxmas
    @Ghostmare_says_merry_notxmas Год назад

    How did you make noise animated? he's a still image when I put him in game.

  • @RealProtonPrompt
    @RealProtonPrompt Год назад

    How to change enemy sprite offset? I'm trying to reskin Pizzaboy but the sprite goes below where it's intended

    • @PP_guy
      @PP_guy  Год назад +1

      Ini file

    • @RealProtonPrompt
      @RealProtonPrompt Год назад

      @@PP_guy Alright I figured it out already. My problem now is that the Pizzaboy reskin is positioned regularly by default but when I grab it and put it back down (or run into it at Mach 1) it goes below ground, only going back up after a while or when I taunt.

  • @luisgames-closegamez-c4b
    @luisgames-closegamez-c4b Год назад

    PP, how i save palette sprite?

  • @Kekel_Gamer-05
    @Kekel_Gamer-05 Год назад

    1:07 *I've known about this one for a while, but the others haven't.*

  • @mrremainguy
    @mrremainguy Год назад

    with libesprite you can only generate a spritesheet but not actually export it onto your computer

    • @PP_guy
      @PP_guy  Год назад

      what???

    • @mrremainguy
      @mrremainguy Год назад

      @@PP_guysorry i figured out how to do it i was tripping when i said that

  • @TheRealFox15
    @TheRealFox15 Год назад +1

    YEEEES I BERN WAITING FOR THIS

  • @tjautomatin4145
    @tjautomatin4145 8 месяцев назад

    The enemy pallette didn't work which makes me sad, i really wanted a skin colored cheeseslime

    • @PP_guy
      @PP_guy  8 месяцев назад

      Then try again
      One alphabet wrong and it's will not work!
      So try again
      Or number of palette,

  • @The_J0608
    @The_J0608 Год назад

    LETS FUCKING GO!!!
    GOOD JOB PP! :D

  • @Geolapi_Productions
    @Geolapi_Productions Год назад

    HELL YEAH..I CAN FINALLY MAKE BOSS FIGHTS!!