This Username Breaks Roblox Doors

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.พ. 2025
  • This username freezes your camera in roblox doors and makes it impossible beat the game, but the problem is i have to beat it like that...
    Another Glitching Video: • I Surprised a Roblox D...
    Where I Get Music 🎵 ► Epidemic Sound
    〔30 Day Free Trial〕🡺share.epidemic...
    ➥ Support me
    • Roblox Merch ⤑ www.roblox.com...
    ✦Friends✦
    •Asa ⤑ ‪@asacuslegios‬
    •Josiah ⤑
    •lolcat ⤑ ‪@lolca‬
    •Matthew ⤑ ‪@Junaimel‬
    •PenguinManiack ⤑ ‪@PenguinManiack‬
    •Votex ⤑ ‪@VotexRBLX‬
    •Zak ⤑

ความคิดเห็น • 3.1K

  • @Ubilus
    @Ubilus  ปีที่แล้ว +1308

    Watch votex's side of the story: th-cam.com/video/yXAaBnGo_bw/w-d-xo.html
    its kinda funny ngl

    • @NotN3b
      @NotN3b ปีที่แล้ว +11

      Its just so wierd that no one tried to just revive instead of leaving😂 what your did was a big brain move man🎉 (everyone get this man the 100k hé deserves😅)

    • @DexNathan
      @DexNathan ปีที่แล้ว +2

      funny

    • @dad9186
      @dad9186 ปีที่แล้ว +2

      they can run a loop check if the name is correct and if the class is correct that's literally the simplest fix

    • @gxvrctsvrdg
      @gxvrctsvrdg ปีที่แล้ว

      omg trong we are unable your tezz?

    • @jacolbyparham0722
      @jacolbyparham0722 ปีที่แล้ว +1

      Ubilus, does “SeekCamPos” do the same thing to Seek as “FigureCamPos”?

  • @Homeannor
    @Homeannor ปีที่แล้ว +4291

    This is actually so smart. As a developer myself it's made me realise usernames such as "Lobby", "Map", "IntroTunnel" and other specific usernames would probably break my game too. Hats off to lolcat who came up with it, pretty sneaky stuff.
    _Wait imagine how many games the "Lobby" account would break-_

    • @Cat-pv6yx
      @Cat-pv6yx ปีที่แล้ว +496

      Kid named Lobby:
      I AM THE DESTROYER OF GAMES

    • @randomyoutubeenjoyer2542
      @randomyoutubeenjoyer2542 ปีที่แล้ว

      Usernames should never be a problem because your game assets should always be pointed out via script, using "FindFirstChild" in the Workspace is just dumb and im surprised the DOORS Devs managed to mess that up

    • @CodeOverReality
      @CodeOverReality ปีที่แล้ว +191

      There are couple ways to prevent it like checking if part has humanoid or just renaming player when they join or spawn in

    • @Homeannor
      @Homeannor ปีที่แล้ว +277

      @@CodeOverReality Oh don't worry, the ways to prevent it are quite obvious. However, most of them are unnecessary because what are the chances you're going to be in the same server as one of those accounts? Quite low to be fair 🤷‍♂️

    • @LordAlgumaCoisa
      @LordAlgumaCoisa ปีที่แล้ว +44

      if you just create a variable using those instead of always trying to do workspace.Lobby it wont break

  • @sloanekellyp
    @sloanekellyp ปีที่แล้ว +1330

    I like how you called up the developer and straight up said “we’re gonna break your game” and he just went “ok”. Man does not give two sh*ts

    • @CelestialDoesMusic
      @CelestialDoesMusic ปีที่แล้ว +32

      Not really a develover but an animator.

    • @cometcal7387
      @cometcal7387 ปีที่แล้ว +9

      @@CelestialDoesMusic LSplash isn't a developer?

    • @ieatmoney
      @ieatmoney ปีที่แล้ว +13

      @@cometcal7387 lsplash isn’t the only person who developed doors

    • @cometcal7387
      @cometcal7387 ปีที่แล้ว +5

      @@ieatmoney i didn't say that didn't i

    • @69feetwide
      @69feetwide ปีที่แล้ว +21

      @@cometcal7387 You legit called LSplash a "developer" not "developers" meaning you meant that LSplash is a singular person.

  • @okfunky.
    @okfunky. ปีที่แล้ว +491

    As a developer I can tell that an easy solution would be organising assets into folders, but that would require changing some code. The glitch works most likely because workspace.FigureCamPos is detected as a model, not a basepart and their properties differ so the code breaks (when trying to find the position or CFrame of FigureCamPos). If you pressed f9 you would most likely see an error like "attempted to index CFrame with a model".

    • @boblox_studio_dev
      @boblox_studio_dev ปีที่แล้ว +5

      I'm pretty sure they use an animation controller for a lot of things, so it maybe say attempted to index animationcontroller with figurecampos. Also, someone might have the same name as the folder too, or just make the name of the folder > 20 characters or add spaces. You could also just make an object value.

    • @GRANDDADSEVEN
      @GRANDDADSEVEN ปีที่แล้ว +4

      an easier way, just check if figurecampos is a basepart and if so run the code

    • @Niko0436
      @Niko0436 ปีที่แล้ว +4

      The best solution would be putting every player model into a folder called whatever you want, no need to rewrite codes and stuff

    • @ididf0rget
      @ididf0rget ปีที่แล้ว

      ​@@GRANDDADSEVEN Names can still break the game if the name is the same as a model in the workspace. An easy fix though would probably be checking if the model has a humanoid (lets hope that model also doesnt have a humanoid)

    • @kinghotcoc0
      @kinghotcoc0 10 หลายเดือนก่อน

      @@boblox_studio_dev just add a check if the instance is a Folder then boom, or just use a character that isn't allowed in name creation (like an asterisk)

  • @kriskrossappelsauz
    @kriskrossappelsauz ปีที่แล้ว +758

    as a developer, it kinda makes soo much sense why it breaks the game. cuz i assume the script in game wants to find a part object 'FigureCamPos' but because it finds the character's name (player character) it tries to find the cframe of so caled part and or attachment. but because FigureCamPos(player) is not a part but a model, it glitches out the entire game.

    • @Superpawpatrol2011
      @Superpawpatrol2011 ปีที่แล้ว +7

      big true

    • @SeeltheProgrammer
      @SeeltheProgrammer ปีที่แล้ว +8

      Exactly, right? It's so clever.

    • @kriskrossappelsauz
      @kriskrossappelsauz ปีที่แล้ว +10

      @@SeeltheProgrammer the dude who did it is genius

    • @SeeltheProgrammer
      @SeeltheProgrammer ปีที่แล้ว +6

      @@kriskrossappelsauz Definitely a "10000 IQ move" there LOL.

    • @FrenchArmedForcesBrookhaven
      @FrenchArmedForcesBrookhaven ปีที่แล้ว +3

      @@SeeltheProgrammer They could update the script to make an instance check if the said object is a camera assuming that it is a part in the workspace and sets the currentcamera frame to that part explaining why the cutscene breaks
      or just set an attribute to the object (camera) and loop through the workspace and check if anything has the attribute (im a developer)

  • @EggKing_Official
    @EggKing_Official 10 หลายเดือนก่อน +93

    For those who don’t understand 2:56. In order to play on two accounts while on the same device. You need to download 3rd party softwares and join on your main, log out, login to your alt, and join on your alt. The reason why they couldn’t teleport was because he was logged out from one of 2 accounts. Based on which account they was signed into the other account couldn’t be teleported because he technically logged out. This also affects free ugc so beware!

    • @Thecreeper8211
      @Thecreeper8211 10 หลายเดือนก่อน +2

      Btw the software is called blocks TX Jesus I have it

    • @palmberry5576
      @palmberry5576 10 หลายเดือนก่อน +3

      Or use both the UWP and the standalone Roblox players

    • @EggKing_Official
      @EggKing_Official 10 หลายเดือนก่อน +2

      I was talking about the use of the webpage Roblox. Not anything else

    • @aqdplayz
      @aqdplayz 5 หลายเดือนก่อน +3

      nope i just use roblox from the microsoft store and roblox player

    • @EggKing_Official
      @EggKing_Official 5 หลายเดือนก่อน +1

      @@aqdplayzread the reply above yours

  • @strawhatluffy298
    @strawhatluffy298 ปีที่แล้ว +3126

    Imagine it was some 10 year old kid who never heard of doors and used this name. Finally found doors, tried it and was wondering how to get past door 50
    Edit: I created a war💀 tysm for likes but y’all arguing like the world finna end tomorrow. We can start ww3 in this comment section! 😂

  • @PenguinManiack
    @PenguinManiack ปีที่แล้ว +2938

    Bro I’m so dumb lol, why didn’t I try that

    • @SCOTLAND_ISGREAT
      @SCOTLAND_ISGREAT ปีที่แล้ว

      @@beyhanylmazturk9990 how

    • @lommmei
      @lommmei ปีที่แล้ว +34

      @@beyhanylmazturk9990 ooh what the hell

    • @Imletoastcauseyes
      @Imletoastcauseyes ปีที่แล้ว +27

      @@beyhanylmazturk9990 ayo?

    • @Justrandomeperson
      @Justrandomeperson ปีที่แล้ว +14

      ​@@lommmei it means how dude

    • @lommmei
      @lommmei ปีที่แล้ว +9

      @@Justrandomeperson wdym

  • @flamecuzynot
    @flamecuzynot 9 หลายเดือนก่อน +16

    "yo bro, we're gonna break your game!"
    "Okay"
    Bro is that chill💀

  • @torbyl0
    @torbyl0 ปีที่แล้ว +660

    The reason is that the players in the workspace are groups and the camera needs a cframe or position to stay during the scene, the script finds in the workspace "FigureCamPos" expecting it to be a part and not a group so the script just starts to breaking and ends only in errors.
    To fix that, it could be done that when a player joins with the name of an important part on the workspace, They get kicked from the game or add to the name of the part some signs that are not allowed in the use of usernames.

    • @kriskrossappelsauz
      @kriskrossappelsauz ปีที่แล้ว +4

      same thing i said lol

    • @SHZLSHZL
      @SHZLSHZL ปีที่แล้ว +20

      Imagine i call myself SeekMoving

    • @PJ183
      @PJ183 ปีที่แล้ว +13

      @@SHZLSHZL You will need to have the name more specific, Im guessing the script reference has some "_"s and a few numbers

    • @fardmcnugget9229
      @fardmcnugget9229 ปีที่แล้ว

      this explained for idiot little stupy brain babies: it find you charater and its like hey uhm why is this one a charater and the other a script then having a mental crisis decides hey if ones not gonna work why should the other so it like just stops them both the charater and the cammera (

    • @torbyl0
      @torbyl0 ปีที่แล้ว +2

      @@fardmcnugget9229 lol

  • @FrikFoox
    @FrikFoox ปีที่แล้ว +349

    To any developers wondering on how to fix this for their game: Put the model inside of a folder or something, because the players are inside of "Workspace" and so was the model

    • @Maggnetta
      @Maggnetta ปีที่แล้ว +4

      Yes true if u make a certain folder Ur items are safe bcz characters load in workspace
      I'm noob at studio but I know this

    • @shit_stuffed_in_the_asshole
      @shit_stuffed_in_the_asshole ปีที่แล้ว +1

      Or make the players in a folder or model. So the workspace is safer. Or check :IsA("Part")

    • @PabTSM-OfficialChannel
      @PabTSM-OfficialChannel ปีที่แล้ว +7

      but it doesn’t remove the problem, someone can call themselves “CameraPositions” and then they’ll break the game even further

    • @triducal
      @triducal ปีที่แล้ว +7

      @@PabTSM-OfficialChannelthen just put the players in a player folder and directly reference the part needed instead of using findfirstchild, or just name the folder something that is impossible to name yourself as

    • @teamlemons756
      @teamlemons756 ปีที่แล้ว +1

      @@PabTSM-OfficialChannel check if the instance is a folder lol

  • @ProbsHuman
    @ProbsHuman ปีที่แล้ว +521

    ‘ dude we’re gonna break your game ‘
    Doors dev: ok
    0:43
    The amount of comments just saying OK 😭😭🙏🙏💀

  • @thatonefastbaguette
    @thatonefastbaguette ปีที่แล้ว +516

    As a developer, I know that these things might happen, so that's why I place important things like camera positions into folders. It's just secure and way more clean in the explorer (the window where you can see every asset in the game)

    • @Passrion
      @Passrion ปีที่แล้ว +4

      Yeah for me it just organizes everything

    • @shit_stuffed_in_the_asshole
      @shit_stuffed_in_the_asshole ปีที่แล้ว

      just put players models into a folder instead since players can then rename themselves to folders unless you have two underscores on them

    • @adnanradhyfauzi150
      @adnanradhyfauzi150 ปีที่แล้ว

      same, literally have done smth like this in my own game

    • @snailcheeseyt
      @snailcheeseyt ปีที่แล้ว +2

      People who have the same names as the folders:

    • @thatonefastbaguette
      @thatonefastbaguette ปีที่แล้ว +2

      @@snailcheeseyt I forgot to mention that folders come up first. It means if there is a player with a same name as a folder the script will always choose folder

  • @lambdaryan
    @lambdaryan ปีที่แล้ว +285

    the reason the revive trick worked is basically because the remote event that was fired on the client was already fired and there does not run into the error again since you do not get the same camera cutscene again

    • @pjsangria
      @pjsangria ปีที่แล้ว +4

      or they used :Once() instead of :Connect() instead of a debounce

    • @decentraIize
      @decentraIize ปีที่แล้ว

      @@pjsangria what do you mean? pretty sure its a connect right

    • @pjsangria
      @pjsangria ปีที่แล้ว +1

      @@decentraIize once is connect but it only works once, it wont function again if it has been fired already, but by disabling the script and re enabling it, u can do it again.

    • @Feraminecarts
      @Feraminecarts ปีที่แล้ว

      But the same thing will happen on door 100😬

    • @gutsandglory.
      @gutsandglory. ปีที่แล้ว

      @@Feraminecarts They only need to get past door 50 🤔

  • @Christopher-z3e9j
    @Christopher-z3e9j 4 หลายเดือนก่อน +3

    nice video
    i love human conversations like
    "what do you want"
    "we're gonna break your game"
    "ok"

  • @kashskitchen7178
    @kashskitchen7178 ปีที่แล้ว +123

    The reason why reviving works is because when you die your camera position is changed/parented to the rotating spectator camera. Since the game doesnt check for figurecampos every frame, you can plat door 50 normally.

    • @snowytooktheacountbacklets9473
      @snowytooktheacountbacklets9473 ปีที่แล้ว +3

      Could other user names break other games?
      imagine naming an account: monster movement in a horror game and the monster breaks
      I also wonder if you can do the figurecampos glitch during door 100

    • @kashskitchen7178
      @kashskitchen7178 ปีที่แล้ว +1

      @@snowytooktheacountbacklets9473 same. I also wonder if seekcampos would break the seek chase.

    • @snowytooktheacountbacklets9473
      @snowytooktheacountbacklets9473 ปีที่แล้ว +1

      @@kashskitchen7178 figurecampos2 can work if the secound figure part is named like that

    • @sksssssdddt
      @sksssssdddt ปีที่แล้ว +1

      @@snowytooktheacountbacklets9473 no since the user isnt parented to the monster

    • @kashskitchen7178
      @kashskitchen7178 ปีที่แล้ว +2

      @@sksssssdddt well during a script, we see that the player name takes priority over the actual part that causes camera movement. Once the name is called for, it basically asks for its info to be used. And since player names are parented to a whole bunch of things, it breaks.

  • @Spooky.Studios
    @Spooky.Studios ปีที่แล้ว +28

    As an Developer *(not a lsplash dev)* imma explain this better, basically since player characters are in a model they show up above parts even if they have the same name and since the script finds the FIRST Child which is the model because it's more above than the part it chooses that one and ignores the actual part it should find, in the result the script gives an error such as "Model 'FigureCamPos' does not have a property called CFrame" or something similiar *since idk what they get from the part but i assume it's the cframe*
    note: the higher the part with the same name is in the Explorer, the more likely it'll get chosen
    Solution for this: either add function based parts in a folder or relocate player characters to a folder inside workspace after they get loaded completely *second option is reccomended because this can be used to manipulate other parts too and you don't want to waste categorizing everything to seperate folders and since the player will be in a folder it won't be found before the actual part unless the folder was specified to seek for*

  • @RipBonya
    @RipBonya ปีที่แล้ว +29

    1:35 i love how lolcat is playing minecraft

  • @darealschizophrenic
    @darealschizophrenic ปีที่แล้ว +19

    here's a better explanation: it doesn't freeze because there is two figurecamposes, it's because the script takes the first object named figurecampos, and it trys to look for stuff inside of it which it doesn't have, which concludes the script to error and stop from working

  • @BobIsBacon
    @BobIsBacon ปีที่แล้ว +141

    Here's a more detailed explanation on this (probably won't make sense if you never used roblox studio before)
    There is a part called FigureCamPos, and when you go through the door, the camera switches to the FigureCamPos.
    It is running a WaitForChild in workspace, but since the actual FigureCamPos is in replicated storage (it isn't loaded in yet), it will run the script to the player when the library door opens since that's the first FigureCamPos it saw.
    I have no explanation for why the camera stays like that forever.

    • @lolca
      @lolca ปีที่แล้ว +37

      basically, the camera gets reset once the cutscene ends
      but since the account makes the cutscene script throw an error, it never reaches the end of the script
      (which is why the camera stays frozen)

    • @TimelessCode
      @TimelessCode ปีที่แล้ว +4

      The script attempts to animate the player character but there is no animation for it

    • @BobIsBacon
      @BobIsBacon ปีที่แล้ว +2

      @@lolca that makes so much more sense

    • @dad9186
      @dad9186 ปีที่แล้ว

      @@lolca n what; you checked thre console*?

    • @dad9186
      @dad9186 ปีที่แล้ว

      @Distorted TIO you think i'm dumb?

  • @LagLFG
    @LagLFG ปีที่แล้ว +6

    0:43 "we're gonna break your game"
    **perfectly fine with it**

  • @SimplyEnvi
    @SimplyEnvi ปีที่แล้ว +110

    Ubilus has the biggest brain i have ever seen.

    • @blau7322
      @blau7322 ปีที่แล้ว +1

      how exacly his brain looks like?

    • @xylodww
      @xylodww ปีที่แล้ว +1

      Like u know the size of megaminds forehead?

    • @baconmore
      @baconmore ปีที่แล้ว

      @@blau7322 a pea

    • @reyyhuh
      @reyyhuh ปีที่แล้ว

      Bro no yall stupid man, this is wrong

    • @taanhtung
      @taanhtung ปีที่แล้ว

      just a random dude has the biggest brain i have ever seen.

  • @notthebald
    @notthebald ปีที่แล้ว +66

    this is probably due to FigureCamPos being a object within the workspace (all the objects you can see and stuff) and player models also go into the workspace so when the script tries to find FigureCamPos, it probably mixed the two resulting in this happening

    • @boxedcone
      @boxedcone ปีที่แล้ว +2

      i was abt to comment similar to this but i found this so yea

    • @redditmanufactory
      @redditmanufactory ปีที่แล้ว

      easy fix:
      local Figure_Cam_Pos = workspace.FigureSetup:WaitForChild("FigureCamPos", 1)

    • @QUBIQUBED
      @QUBIQUBED ปีที่แล้ว +7

      He literally said this in the video

    • @shoppingcart69420
      @shoppingcart69420 10 หลายเดือนก่อน

      @@QUBIQUBED He also said that the game "breaks down" which is not true, it just sets the CurrentCamera of the Workspace to nil which results in it not moving

    • @ana_s
      @ana_s 6 หลายเดือนก่อน

      ​@@shoppingcart69420also wrong. From what I can see, it sets the camera's type to "Scriptable" (which locks the camera in place and allows it to be changed by a script) and then the script gets the FigureCamPos's CFrame (position and rotation). It then animates the camera to that position
      The script breaks when you have a character called FigureCamPos. FigureCamPos is a model which doesn't have the "CFrame" position, so the script breaks and stops execution. The logic for camera returning to normal after the cutscene is in the same script which has now stopped

  • @therealsaad5909
    @therealsaad5909 10 หลายเดือนก่อน +1

    this is why as a developer, i make varriables make no sense to others, but make sense to me

  • @sulymazing
    @sulymazing ปีที่แล้ว +30

    This guy churns out some of the best quality videos of Roblox Doors I've Ever seen. Well Done! Congrats on 50K! :)

  • @Plamen6789
    @Plamen6789 ปีที่แล้ว +47

    This happens because his name is the same name as one of the scripts which turns our camera view towards Figure. Since he is the same name as the trigger of the script, it comes up with an error as they both have the same name. So if you possibly named yourself "SeekCamPos" or something else thats apart of the game, that may break it.

    • @BlackHole44444
      @BlackHole44444 ปีที่แล้ว

      thats what i was thinking

    • @bestmexicodramaalerter
      @bestmexicodramaalerter ปีที่แล้ว +4

      its not the same name as one of the scripts, its the same name as one of the parts in the workspace

    • @KingOzymandias_
      @KingOzymandias_ ปีที่แล้ว +6

      That's both not how it works and is misleading

    • @Plamen6789
      @Plamen6789 ปีที่แล้ว +2

      @@KingOzymandias_ how is that misleading exactly?

    • @Plamen6789
      @Plamen6789 ปีที่แล้ว

      @@bestmexicodramaalerter fair enough as I haven't seen much into the door 50 files

  • @CoreyStar7
    @CoreyStar7 ปีที่แล้ว +13

    This is actually really interesting, I would of thought the developers of Doors would of at least organised parts that needed crutial values like this, but alas... No?
    Either or it's pretty funny watching people break the game as a result of nobody really bothering to organise the workspace lol

    • @clashedofclans2883
      @clashedofclans2883 ปีที่แล้ว

      Yh but to be fair no ones gonna unnironically be called figurecampos

  • @grrlblox3964
    @grrlblox3964 ปีที่แล้ว +12

    “We’re gonna break a game”
    “Ok.”
    Got me dying

  • @drakomatic
    @drakomatic ปีที่แล้ว +44

    Explaination:
    FigureCamPos is an essential part name in workspace (this wouldn't be possible if it was a member of a folder/model)
    This essential BasePart has a CFrame value telling the camera how it should be moved and rotated.
    Players are stored as models, since models automatically take search priority (or because it requires index specification i forgor), the player is selected.
    Models do not have a CFrame property, and when such is called, the client script is killed due to a fatal error.
    TL:DR The player does not have a CFrame for the camera to go to, which breaks the game

    • @natedor7739
      @natedor7739 ปีที่แล้ว +12

      you are the only person in this awful comment section that explained it correctly

    • @CorTheWeeb
      @CorTheWeeb ปีที่แล้ว

      what a nerd

    • @tnolentin
      @tnolentin ปีที่แล้ว +2

      @@natedor7739 trudat

    • @10F2C
      @10F2C ปีที่แล้ว +2

      Could have used :findFirstChild"Humanoid"~=nil

    • @zxibs3645
      @zxibs3645 ปีที่แล้ว +1

      @@natedor7739"aS A dEvElOpER"

  • @awesome_sawce
    @awesome_sawce ปีที่แล้ว +2

    “What do you want”
    “Bro we’re gonna break your game”
    “Okay.”

  • @feathers3
    @feathers3 ปีที่แล้ว +52

    breaking roblox doors.
    this is content I could watch all day and could never get bored.

  • @danielkolesar8353
    @danielkolesar8353 ปีที่แล้ว +9

    1:59 it's more of the game mistaking the player instance for the actual instance used for the cutscene. Due to this instance being a model it does not have the correct property "CFrame" attached to the model, resulting in an error along the lines: "Position is not a valid member of FigureCamPos". Due to it being an error, the script stops running and therefore does not execute any of the lines below, such as positioning the players into room 50, neither setting their camera to their own player model. Assuming seek's camera mechanic works the same, you could possibly find the instance's name and replicate this with seek.

    • @montydoesgames
      @montydoesgames ปีที่แล้ว

      It might be possible with the end cutscene, too, or maybe any other part-related script

    • @shoppingcart69420
      @shoppingcart69420 10 หลายเดือนก่อน +1

      not position, CFrame. CFrame stores orientation and position which makes them superior

  • @realmariowahoo
    @realmariowahoo 7 วันที่ผ่านมา +1

    never ask a woman her age
    never ask what Ubilius will do with Kreekcraft's phone number

  • @Ristantay
    @Ristantay ปีที่แล้ว +6

    This is such an epic, fresh and awesome new editing style. I love it!

  • @Cc-karma
    @Cc-karma ปีที่แล้ว +8

    I don't know why, but if you take a picture for the Picture Puzzle Room (I don't know what to call it) and get hit by Rush immediately, it will get you even in the closet. But once you do get hit, it jumps and scares you, but instead of taking you to the spectator zone, it keeps you in a black void. Please explain why this happens and how rare it is.

  • @FrappeInsider
    @FrappeInsider ปีที่แล้ว +1

    Ubilus: "This username breaks doors. So the first thing i'll go ahead and do is ruin it for everyone by telling a dev."

  • @God-n_Go
    @God-n_Go 10 หลายเดือนก่อน +325

    So what if my name is... "SeekCamPos"-

    • @Beastslasher934
      @Beastslasher934 10 หลายเดือนก่อน +9

      That would be creative!

    • @Ash-xt6pn
      @Ash-xt6pn 10 หลายเดือนก่อน +2

      Lol

    • @Cookerlid
      @Cookerlid 9 หลายเดือนก่อน +12

      Copied @Frostina1's comment

    • @Itsmebiscuitime
      @Itsmebiscuitime 9 หลายเดือนก่อน +4

      Death

    • @Miketheikesubscribe
      @Miketheikesubscribe 9 หลายเดือนก่อน +6

      Rushcampos?

  • @StevenIsSpy
    @StevenIsSpy ปีที่แล้ว +16

    Wait... If "FigureCamPos" breaks figure's cutsense, Then what about SeekCamPos?

    • @somenoob1021
      @somenoob1021 9 หลายเดือนก่อน +5

      this username only works mainly because it is a name used for a script to be executed. as an example, “skibidi”. if we have a toilet in our game and we named it skibidi, now we can combine scripts with the toilet. we want it to move so we make a moving script and combine it with “skibidi”. so that’s how figurecampos works, it’s like a name that is used to specifically be a test subject for a script. now with all that, seekcampos might not work, mainly because it might have been named differently.

    • @StevenIsSpy
      @StevenIsSpy 8 หลายเดือนก่อน +1

      @@somenoob1021it would be random to make seek's animation position have a different name other than figure's

    • @Pentoryt
      @Pentoryt 5 หลายเดือนก่อน

      Interesting.....

  • @DDosks
    @DDosks 7 หลายเดือนก่อน +2

    “we’re gonna break your game”
    “okay”
    was calmer than i expected

  • @TrixAviation
    @TrixAviation 9 หลายเดือนก่อน +3

    5:05 "Siri, Generate me every single possible password combination with 25 letters and number"

  • @ChapperMan
    @ChapperMan ปีที่แล้ว +10

    if this worked with display names i could see many 8 year olds that think they are funny doing this

    • @guestnoobwastaken
      @guestnoobwastaken ปีที่แล้ว

      The player model's name is the username, not the display name to not make this problem.

    • @KingOzymandias_
      @KingOzymandias_ ปีที่แล้ว +4

      ​@@guestnoobwastaken Key words: "if" and "could"

  • @inverted---Invertedproductions
    @inverted---Invertedproductions 22 วันที่ผ่านมา +1

    if it was "Figure Cam Pos" for the object name it would be fine since usernames cant have spaces

  • @officialcwave
    @officialcwave 9 หลายเดือนก่อน +3

    11:08 yk why it fixes when you revive? its because it ONLY RUNS when the door 50 is triggered once, So the camera was now set to the Player "FigureCamPos" , then it shows the perspective of the player forever, and this fixes cuz of two method why it fixes on revive:
    first method it does to fix it when you revive: Roblox just automatically fixes your camera when reset your character, and wont trigger the Player "Figure Cam Pos" anymore
    second method it does to fix when you revive: Since you already triggered the door, the door wont be able to get triggered again, and roblox resets your camera when you reset your character, so your fixed cuz it fixes the camera and does not run again because the door 50 cannot be triggered again
    *idc you can call me a nerd*

  • @FredAndSomeRandomStuffIdk
    @FredAndSomeRandomStuffIdk ปีที่แล้ว +6

    kardin really said figure's stinky 9:43

    • @YoZa14583
      @YoZa14583 9 หลายเดือนก่อน +1

      Thats penguin maniack

  • @JohnathanPorkenstein
    @JohnathanPorkenstein ปีที่แล้ว +1

    Ubilus: Why didn't people revive
    Me: Not everyone has money

  • @Luka_doesGames
    @Luka_doesGames ปีที่แล้ว +14

    WHAT MY ALT WAS IN THERE MY ALT WAS AT 10:41 WHAT!!!

    • @rohankudumula8756
      @rohankudumula8756 ปีที่แล้ว

      lol

    • @CoolPandaVr
      @CoolPandaVr 5 หลายเดือนก่อน

      You were in the server

    • @Hawaiianpizza567
      @Hawaiianpizza567 4 หลายเดือนก่อน

      Are you lucasgod 858alternate?

    • @Luka_doesGames
      @Luka_doesGames 4 หลายเดือนก่อน

      @@Hawaiianpizza567 Yea thats my alt

  • @LunaYT3
    @LunaYT3 10 หลายเดือนก่อน +3

    10:10 bro started his anime backstory

  • @vaguedestruction
    @vaguedestruction ปีที่แล้ว +1

    Half the comments:
    "We're gonna break your game"
    "ok"

  • @memerified
    @memerified ปีที่แล้ว +4

    As a developer, this happens because it is trying to specifically find the part FigureCamPos using find first child or a for loop, but then it finds 2 instances which the system gets confused about and errors.

    • @Mr.Sausage9348
      @Mr.Sausage9348 10 หลายเดือนก่อน

      They explained that in the video

  • @ylmazklc192
    @ylmazklc192 หลายเดือนก่อน +5

    bro how to get the thing that shows the buttons on your keyboard? in 0:25

  • @Elementening
    @Elementening ปีที่แล้ว +5

    seeing variez, ubilus and votex in the same video is so strange but makes so much sense lol

    • @VotexRBLX
      @VotexRBLX ปีที่แล้ว

      Variez was not in the video lol

    • @Elementening
      @Elementening ปีที่แล้ว

      @@VotexRBLX hi votex, he was shown in the video.

  • @Femboy_Frosty
    @Femboy_Frosty ปีที่แล้ว +227

    What happens when I use a name called SeekCamPos

    • @cooolguy-f5s
      @cooolguy-f5s 10 หลายเดือนก่อน +5

      You probably will stuck

    • @C1lairv
      @C1lairv 10 หลายเดือนก่อน

      You're going to be dead asf

    • @Nikabully
      @Nikabully 10 หลายเดือนก่อน +5

      I wanted to try that too.

    • @VoidFromRobloxDoors
      @VoidFromRobloxDoors 9 หลายเดือนก่อน +6

      What if you had a username that breaks door 100

    • @Pepsiunderurbed
      @Pepsiunderurbed 9 หลายเดือนก่อน +1

      I WAS THINKIN THAT

  • @reneespayerioliyat8297
    @reneespayerioliyat8297 4 หลายเดือนก่อน +1

    I understand the glitch as programmer , actually without a revive they can fix it by renaming figurecampos camera by random unknown name that nobody knows ... and replace the entire context t=with the name

  • @Rik-k-21
    @Rik-k-21 ปีที่แล้ว +4

    "What do you want? "
    "We are gonna break the game. "
    "Okay."
    The way the developer seems that he doesn't even care about that 😂

  • @justinndev
    @justinndev ปีที่แล้ว +5

    9:13 Instead of deleting it, you can just rename it.

  • @therobloxproducer.
    @therobloxproducer. ปีที่แล้ว

    "What do you want?"
    "We are gonna break your game!"
    "Ok"

  • @Anti-interesting
    @Anti-interesting ปีที่แล้ว +7

    0:50 it's jasper :0

  • @Disck-v3w
    @Disck-v3w ปีที่แล้ว +9

    2:51 got free headless

  • @quitting8736
    @quitting8736 ปีที่แล้ว +1

    i dont have much experience in scripting, but i know why this happens, for example lets say you was doing a script thats like game.workspace.Part.colour = orange (probably not actual script but yes) so if ur name was “Part” then this would confuse the script.
    anyone saying this wouldnt work it would, because it puts you in 2 folders. the playerscripts into “Players” and into “Workspace”
    back to how it works now.
    how it confuses it is, because there is two things in “Workspace” called Part, so the game just bugs out and doesnt know what to choose between Part ( player ) and Part (model)
    sorry if i write to much.

  • @aqua1426
    @aqua1426 ปีที่แล้ว +5

    this would actually work with a display name as well. (Meaning everyone can do it right not if it is not already patched). This is because your player's model in workspace is named after the user's display name specifically, meaning that you could achieve the same result using that. The reason it glitches is because 'FigureCamPart' is a part in the workspace that the script is trying to refer to, however it creates an error because it find's 2 figurecampart's in workspace, and to add on to this the figurecampart playermodel is a.. well.. model. This means it has no cframe specific to it. There are several way to fix this, but the most simple would be to add a tag. If you don't know, this just means adding ANYTHING to the model, and naming it. For example, I add a boolvalue to the campart and name it "thisisfigurecampart.' (you don't need to change any values on the tag btw) and add an empty variable to the beginning of the cutscene script, named something like 'local figurecampart' or 'local figurecampart = nil'. after this, you run a for loop through workspace's children, and we will fire an if statement to check if the child's name is figurecampart. If it is, then we fire another if statement to check for the tag, if the tag exists, then it will make the figurecampart variable equal to the figurecampart in workspace with the tag. Simple, right?
    also while writing this I realized you could also just check if it was part, and if it is you use that instead lol
    still gonna leave the rest of the comment up because tags are quite useful.

    • @silversonal9831
      @silversonal9831 ปีที่แล้ว

      doesnt the model name stay as the username? the only thing that the displayname affects iirc is the “displayname” setting in humanoid

    • @aqua1426
      @aqua1426 ปีที่แล้ว

      @@silversonal9831 im pretty sure not.. Idk I could be wrong. I'll go test it and if I am I will edit this reply.

    • @THEGUYthatlives
      @THEGUYthatlives ปีที่แล้ว +3

      No it wouldn't work with a display name

  • @lemonade634
    @lemonade634 ปีที่แล้ว +4

    I am currently crying so hard right now. This is seriously the most beautiful, well put together story ever. I can’t believe how magical it was 1:12. That part truly made me shed a tear. And especially at 6:34 that part was just so truly heart touching words can not describe the series of emotions I felt. I absolutely loved the climax it had insanely excellent detail. Oh and we can’t forget the conclusion. The conclusion was the greatest and saddest conclusion I have ever seen better than any of the books I have read. Thank you so much for creating this absolute masterpiece. This is essentially the most important masterpiece of film history. It is a tragedy that this, it can’t be called a film, but a transcendent emotional experience, will be inaccessible for most. It beautifully encapsulates the human struggle to its basics; suffering, pleasure, faith, despair. It connects with the characters within the viewers, individuals suppressed within our own subconscious. It stays vibrant, fresh, and revolutionizes the art of storytelling and filmmaking while making a damn of statement on what it means to be human. Entertaining, gripping, and simply exhilarating. This might be the most impactful piece of art I’ve come across in my life, and I’m definitely coming back to it in the near future to study it more deeply. this is an absolute masterpiece , I was brought to tears listening to this and seeing the chip go whirly swirly in a circle countless times. it absolutely moved my soul , and I don't think I can ever be the same. this bacon has changed my entire mental state , I am now at peace with who I am and what I will be doing later in my life. i have forgiven all my enemies and now I am a man of a pacifist life. I will move on , gotta move on , as the song says. the chip is so inspirational , it shares it vast wisdom with all of us , and we are all so lucky that it would bestow it's great words with us. we are all children on chip . hail chip. hail chip . The spinning chip, rotating in one direction with this music... This made me tear up. How could such a bacon do such a thing? I'm struck by awe by this masterpiece. Especially when the chip spins, showing its lightly salt covered yellow skin. I can hear the crunch just from here, and so as the beautiful sound of the chip scraping the dark, smooth velvet floor. The flavor, music and everything can be heard, tasted, seen and felt from a screen. You can really hear the breaths between the music artist, empathizing her love for this rotating chip. Truly what I call modern art. This was the most legendary performance by any piece of chip I have ever watched. The acting was top tier and very life changing. This is one of the greatest work from a piece of chip I have ever seen especially on 57:42.I am currently crying so hard right now. This is seriously the most beautiful, well put together story ever. I can’t believe how magical it was at 1:12. That part truly made me shed a tear. And especially at 6:34 that part was just so truly heart touching words can not describe the series of emotions I felt. I absolutely loved the climax it had insanely excellent detail. Oh and we can’t forget the conclusion. The conclusion was the greatest and saddest conclusion I have ever seen better than any of the books I have read. Thank you so much for creating this absolute masterpiece. This is essentially the most important masterpiece of film history. It is a tragedy that this, it can’t be called a film, but a transcendent emotional experience, will be inaccessible for most. It beautifully encapsulates the human struggle to its basics; suffering, pleasure, faith, despair. It connects with the characters within the viewers, individuals suppressed within our own subconscious. It stays vibrant, fresh, and revolutionizes the art of storytelling and filmmaking while making a damn of statement on what it means to be human. Entertaining, gripping, and simply exhilarating. This might be the most impactful piece of art I’ve come across in my life, and I’m definitely coming back to it in the near future to study it more deeply. this is an absolute masterpiece , I was brought to tears listening to this and seeing the chip go whirly swirly in a circle countless times. Tt absolutely moved my soul , and i don't think I can ever be the same. this chip has changed my entire mental state , I am now at peace with who I am and what I will be doing later in my life. i have forgiven all my enemies and now I am a man of a pacifist life. I will move on , gotta move on , as the song says. the chip is so inspirational , it shares it vast wisdom with all of us , and we are all so lucky that it would bestow it's great words with us. we are all children on chip. hail chip. hail chip. The spinning chip, rotating in one direction with this music... This made me tear up. How could such a piece of bacon do such a thing? I'm struck by awe by this masterpiece. Especially when the chip spins, showing its lightly salt covered yellow skin. I can hear the crunch just from here, and so as the beautiful sound of the chip scraping the dark, smooth velvet floor. The flavor, music and everything can be heard, tasted, seen and felt from a screen. You can really hear the breaths between the music artist, empathizing her love for this rotating bacon. Truly what I call modern art. This was the most legendary performance by any chip I have ever watched. The acting was top tier and very life changing. This is one of the greatest work from a bacon I have ever seen especially on 17:24. I am currently crying so hard right now. This is seriously the most beautiful, well put together story ever. I can’t believe how magical it was 1:12. That part truly made me shed a tear. And especially at 6:34 that part was just so truly heart touching words can not describe the series of emotions I felt. I absolutely loved the climax it had insanely excellent detail. Oh and we can’t forget the conclusion. The conclusion was the greatest and saddest conclusion I have ever seen better than any of the books I have read. Thank you so much for creating this absolute masterpiece. This is essentially the most important masterpiece of film history. It is a tragedy that this, it can’t be called a film, but a transcendent emotional experience, will be inaccessible for most. It beautifully encapsulates the human struggle to its basics; suffering, pleasure, faith, despair. The work put in to this is incredibly inspiring. The graphics, the animation, the music, so much thought was put into it. This has reminded me that you can do anything you put your mind to. Not even mentioning the memories, this makes me feel like an infant again, just laying my eyes on this beautiful masterpiece gives me all the good feelings in life. I also understand what happiness is again from this. Not even to mention the most incredible part that is 2:10. chip spinning has changed my life for the better. It connects with the characters within the viewers, individuals suppressed within our own subconscious. It stays vibrant, fresh, and revolutionizes the art of storytelling and filmmaking while making a damn of statement on what it means to be human. Entertaining, gripping, and simply exhilarating. This might be the most impactful piece of art I’ve come across in my life, and I’m definitely coming back to it in the near future to study it more deeply. this is an absolute masterpiece , I was brought to tears listening to this and seeing the chip go whirly swirly in a circle countless times. it absolutely moved my soul , and I don't think I can ever be the same. this bacon has changed my entire mental state , I am now at peace with who I am and what I will be doing later in my life. So much great graphic design, so much suspense, so much greatness in this one video. i have forgiven all my enemies and now I am a man of a pacifist life. I will move on , gotta move on , as the song says. the bacon is so inspirational , it shares it vast wisdom with all of us , and we are all so lucky that it would bestow it's great words with us. we are all children on chip . hail chip . hail chip. The spinning chip, rotating in one direction with this music... This made me tear up. How could such a chip do such a thing? I'm struck by awe by this masterpiece. Especially when the chip spins, showing its lightly salt covered yellow skin. I can hear the crunch just from here, and so as the beautiful sound of the chip scraping the dark, smooth velvet floor. The flavor, music and everything can be heard, tasted, seen and felt from a screen. You can really hear the breaths between the music artist, empathizing her love for this rotating chip. Truly what I call modern art. This was the most legendary performance by any chip I have ever watched. The acting was top tier and very life changing. This is one of the greatest work from a piece of chip I have ever seen especially on 57:42. I am crying. This has made me go through an emotional rollercoaster. I cried, beat off, and also watched a movie while watching this premiere. This has made me go through so much. I passed depression because of this. It really inspired me to become an outstanding young man. well pleased like chip. Thank you.
    Show less

  • @zaptre6537
    @zaptre6537 ปีที่แล้ว

    "what do you want?"
    "we are gonna break your game"
    "ok"
    -Words of wisdom

  • @abdurraqeeb1193
    @abdurraqeeb1193 ปีที่แล้ว +4

    Ubilus is under-rated

  • @martaturconi
    @martaturconi ปีที่แล้ว +5

    3:26 secret message
    Yeah I have that

  • @reneespayerioliyat8297
    @reneespayerioliyat8297 4 หลายเดือนก่อน +1

    they can easily fix it by renaming to unknown name and also if not renaming just make sure to find out the real figurecampos like the camera itself which doesn't have humanoid

  • @beramertaksu8460
    @beramertaksu8460 3 หลายเดือนก่อน +4

    did you do the animation with tsb? 10:37

    • @carlnpcroblox
      @carlnpcroblox 3 หลายเดือนก่อน +1

      ​@@beramertaksu8460 it can be ANY studio also tsb is r6

    • @sussdood
      @sussdood หลายเดือนก่อน

      its an emote

  • @yuktakdhananjaya
    @yuktakdhananjaya ปีที่แล้ว

    Ubilus: "We're gonna break ur game"
    Jasper: ok
    Bro how's this guy so chill when somebody's breaking his game xD 😂😂

  • @Editorrr931
    @Editorrr931 ปีที่แล้ว +13

    5:56 figure doing naruto run 🤣🤣

  • @rachelsworld5922
    @rachelsworld5922 ปีที่แล้ว +9

    1:24 So it makes you get stuck because of a username? Huh?

    • @yippeeeeWAAA
      @yippeeeeWAAA 6 หลายเดือนก่อน

      Ye
      He explained it at 1:37

  • @WhoInterpretedDreams
    @WhoInterpretedDreams 7 หลายเดือนก่อน

    More detailed explanation:
    the expected FigureCamPos is probably a Camera instance in the workspace. The player's model, which is also in the workspace, is named the same as their username (Not display name).
    The code that runs for the FigureCamPos might be accidentally using the player model. It tries to run scripts that would normally be for the Camera instance, but model instances have different properties, leading to an error. When there's an erroe in a script, the script will automatically stop instead of continuing, potentially leading to a softlock.

  • @doubkled
    @doubkled ปีที่แล้ว +4

    where did you get those keystrokes in the start 0:24
    Fun fact: jasper was a nico nextbots dev

  • @samyar-tanaz69420
    @samyar-tanaz69420 ปีที่แล้ว +3

    Now do SeekCamPos lol

    • @CosmoTheCakeRoll
      @CosmoTheCakeRoll 10 หลายเดือนก่อน

      That wouldn't work lenny.

    • @Corruptedhope
      @Corruptedhope 10 หลายเดือนก่อน +1

      If im right (prob not) all this is happening bcuz of the cutseen right? So will the ending elevator cutseen glitch out when a player named (idk what we need to name him for the cutseen to glitch out) joins and beat the game and do a cutseen will it glitch out the ending?

    • @orionander621
      @orionander621 10 หลายเดือนก่อน

      That’s what I was thinking💀

  • @masteryoda4296
    @masteryoda4296 ปีที่แล้ว +1

    as a developer I have figured out that the easiest way to beat doors with that account is to change your username

  • @relaxeditsz
    @relaxeditsz ปีที่แล้ว +4

    10:35 Ubilus big brain moment??????? 🗿

  • @crashmattroblox
    @crashmattroblox ปีที่แล้ว +6

    FigureCamPos

  • @HaiLaOPovesteAsa
    @HaiLaOPovesteAsa ปีที่แล้ว +1

    Man,but those times with prison life from you on the channel...Please see that comment

  • @lolca
    @lolca ปีที่แล้ว +5

    not first

    • @tansjanu
      @tansjanu ปีที่แล้ว +2

      lolcat I dare you to hack LSPLASH

    • @Dfwf-fi3enfs
      @Dfwf-fi3enfs หลายเดือนก่อน

      It’s been a year and lolcat still has 5 likes

  • @vicus2275
    @vicus2275 5 หลายเดือนก่อน +1

    Ubilus is about to come back just to make a doors floor 2 vid

  • @Audrie_n_Z
    @Audrie_n_Z 2 หลายเดือนก่อน +1

    bro said “ok” to “i’ma break you game” 😂😂😂

  • @n0luh
    @n0luh ปีที่แล้ว +2

    pov: is just change the camera mode when glitched

  • @superzmz
    @superzmz 4 หลายเดือนก่อน +1

    Wait how did you upload this as a short???? It's literally the whole video for me

  • @Lugtastic
    @Lugtastic ปีที่แล้ว +1

    I'm not even a good developer but none of you "developers" know jack about developing clearly lmao. Doors uses a custom camera script which is parented to a specific camera. Once you reach the cutscene, the name 'FigureCamPos' is parented to nil since models don't have the data a normal camera would. Being Nil essentially makes it dead/nonexistent, so when he's reviving it's recreating the camera script and parenting it back to where it needs to be.

  • @veddy1674
    @veddy1674 ปีที่แล้ว

    This is really smart.. that's why (as a game developer), I made a script that puts all players into a folder called "Players" in workspace..

  • @Macintosh99
    @Macintosh99 ปีที่แล้ว +1

    better explanation as to why the game breaks when FigureCamPos is in the server:
    when the door 50 cutscene begins, the game searches the workspace for a part named FigureCamPos, and then sets the cameras cframe to the parts cframe, but if theres two objects named FigureCamPos the game automatically picks the model, but heres the problem. models dont have cframes. so the game tries accessing something that doesnt exist and errors. you can probably see the error in the game console when you press F9

  • @NirFiss
    @NirFiss 8 หลายเดือนก่อน

    Love how this can be fixed just by adding a check if FigureCamPos is a part and not a model

  • @Glitcher-gli11ct
    @Glitcher-gli11ct 5 หลายเดือนก่อน

    dev: "What do you want" Ubilus: "we are going to break your game! dev: "ok"

  • @bmfnatedogg
    @bmfnatedogg 3 หลายเดือนก่อน

    The reason why figurecampos breaks the game, Theres things called a BasePart and a Model the model isnt a part it just contains parts so bassically there is nowhere to go so it just breaks.

  • @ALittleBall55855
    @ALittleBall55855 3 หลายเดือนก่อน +1

    “We are going to break your game.”
    *”Ok.”*
    0:43 LOOOOOOL

  • @MasterBroNetwork
    @MasterBroNetwork ปีที่แล้ว

    This is a weird and somewhat dangerous exploit in several games, If a game depends on workspace assets that aren't in folders, This could break a lot.

  • @greenstarsproductions5968
    @greenstarsproductions5968 ปีที่แล้ว

    As a roblox dev i think i know why this happens. The reason is because when the figure cutscene gets played there is a part called FigureCamPos which makes your camera/pov to that part but if your name is figureCamPos the game now has 2 “FigureCamPos” so the script breaks and just fails and since the script never ends bc the script stops before it ends so it just keeps u stuck there for eternity.
    Edit: ok nvm he already explained it

  •  5 หลายเดือนก่อน

    yes, the classic not putting a "if this part is a model and not a part" breaks the videogame once again

  • @nexus-509
    @nexus-509 8 หลายเดือนก่อน

    them: dude, why didnt you complete the doors yet?
    figurecampos: well, it's kind of complicated...

  • @dragonite4
    @dragonite4 ปีที่แล้ว +2

    the fact that the names that break your game are from the cutscne cama position and the entities positon

  • @VioletVortexGD
    @VioletVortexGD 4 หลายเดือนก่อน +1

    Jasper:What do you want. them: were going to break your game. Jasper:👍

  • @magickotik8079
    @magickotik8079 28 วันที่ผ่านมา

    4:40 it didnt work because when you die roblox does not remove your character from workspace when you die. Even if you fall off the map, it will only delite your body parts, but the model will still stay until you leave or the game delites it.
    BTW, yeah the game gets "confused" but not because there are 2 parts, but because the player one is a model, which does not have some properties and can not have camera attached to it directly. So the game gives an error and the script stops working.

  • @DeUltimateOne
    @DeUltimateOne 7 หลายเดือนก่อน

    Bro said "We're gonna break your game" casually. He didn't even sound like a hacker.💀

  • @officialbloxbusters
    @officialbloxbusters 6 หลายเดือนก่อน +1

    i was dumb and while the video i said " figure cam pos oh figure cam pos can you eat my big toes? " then i was like wait WHAT- and oh yeah after this video kreekcrafts video where he reacts to u popped up

  • @Nik10001ducky
    @Nik10001ducky 10 หลายเดือนก่อน +2

    2:29 He talked with a very funny voice 😂😂😂😂

  • @UndeadSea
    @UndeadSea 3 หลายเดือนก่อน +1

    I dare you to beat it without using hacks and revive

  • @DavidDoBeBalin
    @DavidDoBeBalin 4 หลายเดือนก่อน

    Hey. I found another figure glitch. In room 50, make figure follow you you need to walk no crouching go to the closet and get out immediately when its in the searching animation and it wont kill you. We call it "Figure not Figuring".