Spawning in Roblox is Outdated, So I Made it Better

Поділитися
Вставка

КОМЕНТАРІ • 123

  • @byteblox100
    @byteblox100  26 днів тому +27

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

  • @prodbyxvr
    @prodbyxvr 26 днів тому +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 26 днів тому +323

    make tutorials before i touch you

  • @pou-c
    @pou-c 25 днів тому +51

    now remake roblox

  • @Untitled_RetroGuy
    @Untitled_RetroGuy 25 днів тому +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 26 днів тому +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 25 днів тому

      This ^^

    • @TotallyNotAPie
      @TotallyNotAPie 24 дні тому +1

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

    • @NikanPlays
      @NikanPlays 17 днів тому

      exactlyyy

  • @katytyi3569
    @katytyi3569 25 днів тому +11

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

  • @lunardivinite
    @lunardivinite 26 днів тому +12

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

  • @ctrlsoffMC
    @ctrlsoffMC 26 днів тому +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!

  • @Itz_Voxel_
    @Itz_Voxel_ 26 днів тому +35

    Weird cut in 6:25, repeating clip

  • @Monkaehbutgameromg
    @Monkaehbutgameromg 19 днів тому +2

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

  • @christophergonzalez6927
    @christophergonzalez6927 5 днів тому

    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)}

  • @Beaniiii_
    @Beaniiii_ 26 днів тому +5

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

    • @KTS_God
      @KTS_God 26 днів тому

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

    • @Izan990
      @Izan990 25 днів тому +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_ 25 днів тому +1

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

  • @Crachboss32
    @Crachboss32 7 днів тому

    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

  • @yRz_Dev
    @yRz_Dev 25 днів тому +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 25 днів тому +1

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

  • @guilhermerafaelzimermann4196
    @guilhermerafaelzimermann4196 25 днів тому +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

  • @XeviousGG
    @XeviousGG 25 днів тому

    bro your videos are entertaining and hilarious keep it up

  • @3rDimensional
    @3rDimensional 25 днів тому +3

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

  • @ge7inn
    @ge7inn 25 днів тому

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

  • @vemf_
    @vemf_ 26 днів тому +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

  • @ZAWGREAL
    @ZAWGREAL 26 днів тому +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

  • @human8850
    @human8850 25 днів тому

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

  • @Stevify-yt
    @Stevify-yt 25 днів тому

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

  • @84kt
    @84kt 26 днів тому

    i enjoy the longer form videos 👍

  • @Ergo288
    @Ergo288 25 днів тому

    Spawnpoints do have randomized spawns just place more than 1

  • @Expertsmap_2
    @Expertsmap_2 24 дні тому

    phighting kinda has a cool respawn system

  • @lilbythedemon
    @lilbythedemon 19 днів тому

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

  • @morsusSothoth
    @morsusSothoth 25 днів тому

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

  • @gneu1527
    @gneu1527 25 днів тому

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

  • @Jsurth
    @Jsurth 26 днів тому

    happy late halloweeennn

  • @MugOfPaul
    @MugOfPaul 25 днів тому

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

  • @KashTheKingYT
    @KashTheKingYT 24 дні тому

    ByteBlox needs his computer taken away

  • @amanalhawamdah1035
    @amanalhawamdah1035 21 день тому +1

    your sound like brawl dev

  • @BlueTeaYtOfficial
    @BlueTeaYtOfficial 24 дні тому

    Literally what I wanted in Minecraft

  • @Coltious
    @Coltious 15 днів тому

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

  • @TimrichPlays
    @TimrichPlays 25 днів тому +1

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

  • @volostrs
    @volostrs 25 днів тому

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

  • @thestrongestdummy-q9w
    @thestrongestdummy-q9w 25 днів тому

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

  • @ScriptSharkz
    @ScriptSharkz 26 днів тому +12

    Local byteblox = "good youtuber" print(byteblox)

    • @Beaniiii_
      @Beaniiii_ 26 днів тому

      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 26 днів тому

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

    • @Beaniiii_
      @Beaniiii_ 26 днів тому +4

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

    • @Cenn_Devel
      @Cenn_Devel 26 днів тому

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

    • @Swervy2K
      @Swervy2K 25 днів тому

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

  • @Username8281
    @Username8281 25 днів тому

    Gooood

  • @jadinkllz12
    @jadinkllz12 25 днів тому +1

    I dont understand roblox studio

    • @jadinkllz12
      @jadinkllz12 25 днів тому +1

      Or it's coding language

    • @pingeee
      @pingeee 25 днів тому

      ​@@jadinkllz12 why not

  • @Violitze
    @Violitze 26 днів тому

    idk if you caught it but your mics a little hissy

  • @vermamaerodriguez96
    @vermamaerodriguez96 23 дні тому

    Respawning.... But Better.

  • @GibbleNibble
    @GibbleNibble 23 дні тому

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

  • @Ryxllers
    @Ryxllers 24 дні тому

    Walking in roblox is outdated, so I made it better

  • @Us_gt
    @Us_gt 25 днів тому +1

    byteblox i failed nnn to you 💔

  • @Default_gg
    @Default_gg 26 днів тому

    red byteblox is gone

  • @kry2me113
    @kry2me113 25 днів тому

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

  • @ch1p_k
    @ch1p_k 24 дні тому

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

  • @gamingwithlilabe3711
    @gamingwithlilabe3711 25 днів тому

    9 Hours, Lol!

  • @Izan990
    @Izan990 26 днів тому +7

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

    • @gag19847
      @gag19847 26 днів тому

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

    • @Izan990
      @Izan990 25 днів тому +1

      @gag19847 no what 😭

    • @gag19847
      @gag19847 25 днів тому

      @@Izan990 what does it do

    • @21realpilot
      @21realpilot 25 днів тому

      @@gag19847 removes dead players i think lol

    • @unreal_idk.
      @unreal_idk. 25 днів тому

      @@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)

  • @thegamingguyslo
    @thegamingguyslo 26 днів тому

    W

  • @tobbyclinton
    @tobbyclinton 10 днів тому

    Please maje toutorial

  • @fellowgamer1197
    @fellowgamer1197 23 дні тому

    This code is so cooked 😭

  • @ZeduxDev
    @ZeduxDev 26 днів тому

    nnice vid

  • @Myster_M6039
    @Myster_M6039 26 днів тому

    boo

  • @Eldritch_
    @Eldritch_ 25 днів тому +1

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

  • @JustSomeGuy97
    @JustSomeGuy97 26 днів тому

    EARLY

  • @GeoToboGaming
    @GeoToboGaming 26 днів тому +1

    First (again lol)

  • @Edugamen_Dev
    @Edugamen_Dev 25 днів тому

    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 26 днів тому

    Big W goes to @byteblox!