Spawning in Roblox is Outdated, So I Made it Better

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

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

  • @byteblox100
    @byteblox100  23 дня назад +27

    HAPPY HALLOWEEN! USE CODE "BYTEHALLOWEEN" FOR 50% OFF:
    linktr.ee/ByteBlox
    photos of my pet pigeons: instagram.com/subnautica_man

  • @prodbyxvr
    @prodbyxvr 23 дня назад +75

    i think the fact that roblox's one is really simple leaves a wide open window for developers to be creative with respawning if they want to

  • @imnotapartygoer
    @imnotapartygoer 23 дня назад +316

    make tutorials before i touch you

  • @pou-c
    @pou-c 23 дня назад +49

    now remake roblox

  • @Untitled_RetroGuy
    @Untitled_RetroGuy 23 дня назад +13

    you can make randomized spawns by the way, just spawn in 2 spawn locations, and they will randomize which one you spawn at

  • @jexeryt
    @jexeryt 23 дня назад +29

    11:50 just make table.find a variable, it returns the POSITION of an item inside of the table, i hope this will help :)

    • @vierdant
      @vierdant 23 дня назад

      This ^^

    • @TotallyNotAPie
      @TotallyNotAPie 22 дня назад +1

      I thought the same thing.. i saw the loop and thought:
      NOOOOOOAEOEOAOAOOO

    • @NikanPlays
      @NikanPlays 15 дней назад

      exactlyyy

  • @katytyi3569
    @katytyi3569 23 дня назад +11

    I just tried it and changed it, and you made the respawning code way harder than it needs to be.

  • @Itz_Voxel_
    @Itz_Voxel_ 23 дня назад +34

    Weird cut in 6:25, repeating clip

  • @Monkaehbutgameromg
    @Monkaehbutgameromg 17 дней назад +2

    there is randomized spawns with spawn locations, you need to put more spawn locations in the workspace and it will randomize.

  • @ctrlsoffMC
    @ctrlsoffMC 23 дня назад +3

    Just with the preview I knew this was gonna be a masterpiece of true art.
    The idea of respawning characters fading in is a great idea!
    The fact the players respawn around their death instead of at the spawn location is incredible.
    By the way can you make a tutorial on how to spectate players? Thank you!

  • @lunardivinite
    @lunardivinite 23 дня назад +12

    I think you can actually place more than 1 respawn point to have it randomized..

  • @Beaniiii_
    @Beaniiii_ 23 дня назад +5

    12:03
    table.remove(deadPlayers, table.find(deadPlayers, plr))
    table.find returns the position of the key

    • @KTS_God
      @KTS_God 23 дня назад

      And if its invalid it returns either nil either false and if u use it like that its gonna throw an error 😊

    • @Izan990
      @Izan990 23 дня назад +1

      @@KTS_God js do It after the check or just save the .find on var and the check, It IS better that what IS used on the video

    • @Beaniiii_
      @Beaniiii_ 23 дня назад +1

      @@KTS_God izan already said it, but that isn't to replace the entire function, just that useless for loop

  • @christophergonzalez6927
    @christophergonzalez6927 2 дня назад

    No clue if it was mentioned but the reason 28:50 wasn't working is because the name is a string and the userID is a number so technically it's not a match You can fix that with a toString or toNumber. Also for tweens you can include both the transparency and the size just use a , after each for example
    {Position = Vector3.new(1,1,1), Color = Color3.new(45,5,5)}

  • @Crachboss32
    @Crachboss32 4 дня назад

    if you want roblox to do respawning animation to the spawn, Ask them in more understandqable way, like so you CAN play animations on player before it comepletely respawnes, and not so it will have exact respawn animation so it looks cool. love you

  • @ge7inn
    @ge7inn 23 дня назад

    Randomized spawn you just need multiple spawns, and for teams, you just need to use the team system

  • @3rDimensional
    @3rDimensional 23 дня назад +3

    bro byte blox, these videos are supposed to be byte sized not like a short film size!!

  • @XeviousGG
    @XeviousGG 23 дня назад

    bro your videos are entertaining and hilarious keep it up

  • @guilhermerafaelzimermann4196
    @guilhermerafaelzimermann4196 23 дня назад +1

    i would love to make fun roblox games using the ideas you give in these videos, but sadly roblox just refuses to install corectly on my laptop

  • @yRz_Dev
    @yRz_Dev 23 дня назад +3

    30:05
    Isn't it because you already used "for i, v" on a different loop? I am quite not sure, but that would be it.

    • @srshivam96
      @srshivam96 23 дня назад +1

      A variable in an if statement stays just until the end line, after that it is re usable

  • @Ergo288
    @Ergo288 23 дня назад

    Spawnpoints do have randomized spawns just place more than 1

  • @ZAWGREAL
    @ZAWGREAL 23 дня назад +1

    FOr me if they made the image of the spawn part actually change color and the part would also create particles before the player spawns that would be cool

  • @vemf_
    @vemf_ 23 дня назад +1

    i thought you meant like task.spawn is outdated and my was like: tf do you mean?? you yourself using it constantly, but now it makes sense

  • @Stevify-yt
    @Stevify-yt 23 дня назад

    11:20 if table.find(deadPlayers, plr) then
    table.remove(deadPlayers,table.find(deadPlayers, plr))
    end --use this instead

  • @33rd.
    @33rd. 23 дня назад

    i enjoy the longer form videos 👍

  • @human8850
    @human8850 23 дня назад

    Cool idea, one small problem: this very heavily promotes spawncamping

  • @Expertsmap_2
    @Expertsmap_2 22 дня назад

    phighting kinda has a cool respawn system

  • @morsusSothoth
    @morsusSothoth 23 дня назад

    11:50 instead of all that u could just write deadplayers[plr] = nil

  • @gneu1527
    @gneu1527 23 дня назад

    Probably because Roblox is an engine that allows people to make their own respawn animations

  • @amanalhawamdah1035
    @amanalhawamdah1035 19 дней назад +1

    your sound like brawl dev

  • @TimrichPlays
    @TimrichPlays 23 дня назад +1

    Make a data saving tutorial for multiple values plleasasee (Day 2)

  • @ScriptSharkz
    @ScriptSharkz 23 дня назад +12

    Local byteblox = "good youtuber" print(byteblox)

    • @Beaniiii_
      @Beaniiii_ 23 дня назад

      that wouldn't work since roblox will read that as one line and complain about a string and a function being assigned to a variable

    • @Cenn_Devel
      @Cenn_Devel 23 дня назад

      ​@@Beaniiii_
      Local ByteBlox = " good youtuber"
      print(ByteBlox)
      Now it works

    • @Beaniiii_
      @Beaniiii_ 23 дня назад +4

      @@Cenn_Devel actually i missed another thing, capital L on local, it's case sensitive for lowercase

    • @Cenn_Devel
      @Cenn_Devel 23 дня назад

      @Beaniiii_ Oh right
      local ByteBlox = "good youtuber"
      print(ByteBlox)
      *Now* it works

    • @Swervy2K
      @Swervy2K 23 дня назад

      @@Beaniiii_ roblox wouldn't say that since there wasn't a comma

  • @MugOfPaul
    @MugOfPaul 23 дня назад

    Can’t you just make the spawn location part larger and it will respawn randomly within the area of the part?

  • @Jsurth
    @Jsurth 23 дня назад

    happy late halloweeennn

  • @lilbythedemon
    @lilbythedemon 17 дней назад

    is your comment section ok..?
    btw how do you get the explorer on the side like that?

  • @thestrongestdummy-q9w
    @thestrongestdummy-q9w 23 дня назад

    my favorite is the 0 plr can u make a battlegrounds game

  • @Izan990
    @Izan990 23 дня назад +7

    table.remove(deadPlayers, table.find(deadPlayers, plr))

    • @gag19847
      @gag19847 23 дня назад

      I’m too stupid but I think this will completely destroy the game

    • @Izan990
      @Izan990 23 дня назад +1

      @gag19847 no what 😭

    • @gag19847
      @gag19847 23 дня назад

      @@Izan990 what does it do

    • @21realpilot
      @21realpilot 23 дня назад

      @@gag19847 removes dead players i think lol

    • @unreal_idk.
      @unreal_idk. 23 дня назад

      @@gag19847 table.remove(table, index) -- table = deadPlayers and index = table.find(deadPlayers, plr) (actually should have a closing parentheses at the end but in this comment its not inside table.remove() so it doesnt require another parentheses), deadPlayers being the table and plr being the thing you wanna find in the table (includes index too iirc)

  • @Violitze
    @Violitze 23 дня назад

    idk if you caught it but your mics a little hissy

  • @BlueTeaYtOfficial
    @BlueTeaYtOfficial 22 дня назад

    Literally what I wanted in Minecraft

  • @Coltious
    @Coltious 13 дней назад

    Lol I love this guy even tho I have no idea what he’s saying

  • @volostrs
    @volostrs 23 дня назад

    day 6 of asking you to make a tutorial on roblox physics

  • @KashTheKingYT
    @KashTheKingYT 22 дня назад

    ByteBlox needs his computer taken away

  • @jadinkllz12
    @jadinkllz12 23 дня назад +1

    I dont understand roblox studio

    • @jadinkllz12
      @jadinkllz12 23 дня назад +1

      Or it's coding language

    • @pingeee
      @pingeee 23 дня назад

      ​@@jadinkllz12 why not

  • @GibbleNibble
    @GibbleNibble 21 день назад

    Dang, I can't make the Tween work 😭 I don't know what I'm doing wrong

  • @Username8281
    @Username8281 23 дня назад

    Gooood

  • @Ryxllers
    @Ryxllers 22 дня назад

    Walking in roblox is outdated, so I made it better

  • @vermamaerodriguez96
    @vermamaerodriguez96 20 дней назад

    Respawning.... But Better.

  • @ch1p_k
    @ch1p_k 22 дня назад

    Byteblox, the sinister g is not suiting you bruh, change your whole skin or the hat pls

  • @Us_gt
    @Us_gt 23 дня назад +1

    byteblox i failed nnn to you 💔

  • @Default_gg
    @Default_gg 23 дня назад

    red byteblox is gone

  • @kry2me113
    @kry2me113 23 дня назад

    🤓me waching this even tho i have no knowledge abt coding

  • @Eldritch_
    @Eldritch_ 23 дня назад +1

    He just randomized the spawn position with a mid animation. There, I saved you 30 minutes

  • @gamingwithlilabe3711
    @gamingwithlilabe3711 23 дня назад

    9 Hours, Lol!

  • @tobbyclinton
    @tobbyclinton 8 дней назад

    Please maje toutorial

  • @thegamingguyslo
    @thegamingguyslo 23 дня назад

    W

  • @ZeduxDev
    @ZeduxDev 23 дня назад

    nnice vid

  • @JustSomeGuy97
    @JustSomeGuy97 23 дня назад

    EARLY

  • @fellowgamer1197
    @fellowgamer1197 21 день назад

    This code is so cooked 😭

  • @Myster_M6039
    @Myster_M6039 23 дня назад

    boo

  • @GeoToboGaming
    @GeoToboGaming 23 дня назад +1

    First (again lol)

  • @Edugamen_Dev
    @Edugamen_Dev 23 дня назад

    i gonna make an surgesstion for the the script code
    on the code
    elseif #deadPlayers == 1 then its good but igonna recommend you use this
    game["Run Service"].Heardbeat:Connect(function()
    gui.Enabled = #deadPlayers >= 1 and true else false
    if #deadPlayers >= 1 then
    gui.TextLabel.Text = `{deadPlayers[1].Name} respawning...`
    else
    gui.TextLabel.Text = `{deadPlayers} respawning...`
    end
    end)

  • @Creeper-dz9jn
    @Creeper-dz9jn 23 дня назад

    Big W goes to @byteblox!