Roblox Just Released An Amazing FPS Framework..

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

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

  • @joha_nn
    @joha_nn 7 месяцев назад +77

    Finally, i can just add a crouch script instead of looking for a leaked fps system

    • @jkdraws1617
      @jkdraws1617 7 месяцев назад +30

      or you could yk make ur own

    • @kerbereal934
      @kerbereal934 7 месяцев назад +5

      a crouch script is not the only thing you will need...

    • @historybitshort
      @historybitshort 7 месяцев назад +3

      Just gonna be honest. This is really hard to modify. Not sure how you are just gonna add crouching features.

    • @niletheus
      @niletheus 7 месяцев назад +4

      It was made to be modified lol, that’s why it’s a template/framework

    • @historybitshort
      @historybitshort 7 месяцев назад +3

      @@niletheus You can go ahead and try to modify it. Whoever made this template did not make it easy to modify.

  • @Vortex-qb2se
    @Vortex-qb2se 6 месяцев назад +3

    Honestly, this is wonderful. I'm capable of doing this on my own, in fact I've done so before. But one made by Roblox is top quality, you can learn from it and see the proper way to do it.

  • @starwarsvr8033
    @starwarsvr8033 7 месяцев назад +8

    you are so good at explaining these things i thank you man!

    • @Paul1Rb
      @Paul1Rb  7 месяцев назад +1

      No prob!

  • @Reqism
    @Reqism 7 месяцев назад +5

    Glad you did a video on it

  • @JorginhoSilveiro
    @JorginhoSilveiro 7 месяцев назад +16

    For beginners this will be very difficulty to edit or add weapons, but it is a very good example of an FPS framework. I'd not recommend beginners to use this.

    • @justsomeguy8597
      @justsomeguy8597 7 месяцев назад +5

      bad for beginners, and non beginners would probably find it better to just make their own regardless

    • @JorginhoSilveiro
      @JorginhoSilveiro 7 месяцев назад +1

      @@justsomeguy8597 Exactly.

    • @Paul1Rb
      @Paul1Rb  7 месяцев назад +3

      Yeah, at this point either categorize it or just change "starter places" to "templates"

    • @drainagepipe-4150
      @drainagepipe-4150 7 месяцев назад +3

      man everytime Roblox makes a W update people immediately trynna find a reason to somehow render it useless smh

    • @JorginhoSilveiro
      @JorginhoSilveiro 7 месяцев назад +3

      @@drainagepipe-4150 I mean, it's cool & all for them to make it a open source "starter place" but, it doesn't have any guide neither it's beginner friendly.

  • @KashTheKingYT
    @KashTheKingYT 7 месяцев назад +11

    I just saw this, its so fire

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

    this thing is legit impossible to modify, if you can actually code, you should create a new system or at least build it so you know how to modify it.

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

      It's pretty easy to modify or add new elements to the system, you can even script your own shooting logic which uses the same validators
      But like I said, new staring places aren't too beginner-friendly and Roblox should add guides or billboards on how to actually find your way in all of it.

    • @-RiSK-AK
      @-RiSK-AK 6 месяцев назад

      impossible? what? come on.

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

      if this is impossible to you your prob one of those kids who adds a freemodel to a baseplate and thinks you made a masterpiece

  • @randomdude1730
    @randomdude1730 7 месяцев назад +6

    so im trying to make new guns, but every time i input the new animations for a gun, the sound just breaks
    has anyone else had or fixed this?

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

      I have had the same problem. I have not found a way to fix it, but I 100% think that it has to deal with the animation.

    • @chadwhite4506
      @chadwhite4506 7 месяцев назад +1

      I just found a solution. You have to go to anim editor and you have to add a animation event.
      For Equip: EVENT NAME: Sound / PARAMETER: Equip.
      For Reload: EVENT NAME: Sound / PARAMETER: MagOut. and EVENT NAME: Sound / PARAMETER: MagIn.
      For Shoot: EVENT NAME: RandomSound/ PARAMETER: Shoot.
      Your welcome ;)

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

      Same exact problem. I cant even find where to change attributes for each weapon.

  • @seek838
    @seek838 7 месяцев назад +6

    Another banger❤️‍🔥

    • @Paul1Rb
      @Paul1Rb  7 месяцев назад +1

      Ty!

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

      @@Paul1Rb oh i can buy membership the only problem iw my country doesnt1 suport that

  • @nilpyc307
    @nilpyc307 7 месяцев назад +2

    can you show how to have more realistic light like more realistic light for flash lights with mores like how some flash lights in real life can zoom in and the lights goes farther but lass spread

  • @-Crayonz-
    @-Crayonz- 7 месяцев назад +1

    Can you show us how to make homelanders laser eyes?

  • @ieataxe
    @ieataxe 7 месяцев назад +1

    Is this better than the weapons kit? And could you consider reviewing the original weapons kit, the version where all scripts are in placed in server script service. It covers oop, modules, inheritance, initializing objects, confusing stuff for me

  • @SingeDeLaForêt
    @SingeDeLaForêt 7 месяцев назад +3

    Hello, i've got a question, why would make a client side hit detection only to do it on the server and compare it the client, why don't you just do it directly in the server ?

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

      ping i guess

    • @alexlipcorn7367
      @alexlipcorn7367 7 месяцев назад +2

      because if the client detects a miss there's no point in making the calculation on the server. That would increase the load on the server for no reason.

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

      instant data transmission was nor invented yet, server might have a different image and raycast compared to the one client sent

    • @SingeDeLaForêt
      @SingeDeLaForêt 7 месяцев назад

      @@kerbereal934 If the server has a different "image" to the client and give priority to the server in cases where the server raycast didn't hit but the client raycast did why bother doing in the client if you're going to trust the server anyways

    • @SingeDeLaForêt
      @SingeDeLaForêt 7 месяцев назад

      ​@@kerbereal934 Why compare server raycasts to the client's if you're going to give priority to the server because if a server's raycast dind't hit something but client's did and trust the server then why bother doing the raycast thing on the client

  • @juju_wattel
    @juju_wattel 7 месяцев назад +2

    Guys i've been working on a roblox game for 2 weeks and i already done a lot of things in my game but didn't use the fps system template , should i switch to it and start all over again or is it not worth it ?

    • @jrgywat
      @jrgywat 18 дней назад

      no, not really worth it unless you know how to code

  • @ricecooker2001
    @ricecooker2001 6 месяцев назад

    how would you add new animations, im assuming blender but how?

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

    How Can I Make I Third Weapon? Like A Shotgun Or A Sniper.. Like If I Change The Model Of The Blaster To A Shotgun... And Duplicate The Blaster To Blaster2 And Change The Model To A Sniper.. It Randomizes The Model! Like For One Game Is The Sniper And The Next The Shotgun! How Can I Fix This!

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

    how do you add headshot damage, reserve ammo, increasing spread, damage falloff, bullet dropp, projectile support, shotgun system, tactical reloads...

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

    Could you make a big or a series of tutorials about game code architecture/code planning?

  • @mattxgames
    @mattxgames 6 месяцев назад

    Just asking if you know anyway to customize the arms?

  • @LSPPlayZ
    @LSPPlayZ 6 месяцев назад

    where is the model located when i export it?

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

    i am adding my own model but i am stuck at the part to make it like holding the gun like the others

  • @DAMEMER69
    @DAMEMER69 6 месяцев назад

    How do i change the gun model?

  • @trexboy2007
    @trexboy2007 6 месяцев назад

    How can I add a new weapon? Not just duplicating the same one but changing the viewmodel as well?

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

      make a new veiw model and a new tool after u have made new anims for the veiw model you can simply go to the tool and then go to its properties then scroll all the way down to then change the veiw model to the name of your veiw model (eg if ur view model name is glock then change the attribute for the View mode to glock)

  • @TwoVera
    @TwoVera 7 месяцев назад +2

    Unfortunate they didnt bother adding ADS

    • @-RiSK-AK
      @-RiSK-AK 6 месяцев назад

      it would be cool if their was ADS

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

    how do i change the animations for the reload and the other animations

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

      Replace the ID's for the animation instances inside the weapons.
      And same goes for the viewmodel, it's located inside ReplicatedStorage, then Blaster and ViewModels folders.

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

    how do you add clothes to the arms based on the player

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

      find viewmodel arms, or just arms in general, and move them to the position of the viewmodel's arms. make them slightly bigger, and weld them to the original arms.

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

      @@gabelovescats then it would only be one shirt for everyone?

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

      @@NotDuckRBLX you'll have to search up how to do that. I'm not that far

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

    how can i cop that script editor theme? reminds me of intellij

    • @Paul1Rb
      @Paul1Rb  7 месяцев назад +1

      Think you'll have to change it manually, since I don't think there's an option to import and export the theme
      But yeah, I basically copied the color hexes from pycharm and put them into studio

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

      @@Paul1Rb shee aight

  • @MrStyrex
    @MrStyrex 6 месяцев назад

    How can you add custom guns

  • @NotDuckRBLX
    @NotDuckRBLX 6 месяцев назад

    how do you edit the stats

    • @Paul1Rb
      @Paul1Rb  6 месяцев назад +1

      If you mean weapon stats, you do so through attributes

  • @CreatorProductionsOriginal
    @CreatorProductionsOriginal 7 месяцев назад +2

    Yea, that’s also my complain, I had no idea how to add a new weapon, so I had to READ?!?! BORING!!

    • @crolaa6137
      @crolaa6137 7 месяцев назад +1

      What do you expect? Put in a little effort dude

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

      You look like someone who would make freemodel games and call it a day

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

      @@crolaa6137 that’s the joke

  • @nothing12663
    @nothing12663 7 месяцев назад +2

    W Update

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

    damn and here i was making my own framework ;-;

    • @baconheadhair6938
      @baconheadhair6938 7 месяцев назад +3

      you should still make your own framework

    • @Nahwap
      @Nahwap 7 месяцев назад +1

      Make your own framework. It's going to be easier to customize stuff you want

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

      @@Nahwap okay!

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

    make a tutorial on the new ban api thingy majingy

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

      Its released?

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

      @@reddeadleisure i don't know just saying to make a tutorial about it when it gets released ( if its not even released yet )

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

      @@justcool553 i looked into it again and realized its already released wow

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

      @@reddeadleisure yeah with the anti alt prevetion thingy majingy and all that stuff

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

    More guns in games is what I needed on Roblox, not simulators or kids game. GUNS HAHAHHAHA lol

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

    Bruh, I was just making my own fps framework and they make this 😅

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

      Well now you can use samples from the FPS system and put it into your own

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

      @@Paul1Rb Yeah, i was strugglin to use fast castredux in the viewmodel, since it is not a tool, i'll take a look at that template later, they have probably used it

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

    Yeah but i have no idea how this works

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

    Better than fe gun kit

  • @noon1263
    @noon1263 7 месяцев назад +3

    I understand you have to make your profits and benefits some way or another but the advertising for your ugc, group, and discord server is getting a bit too much, I'm not telling you what to do, I love your content, I just don't want you to end up turning out like all those others who just advertise their stuff for living, I know I could skip it, and I do, but its just, you know. We all get adverts every single second of the day no matter where we are.

    • @paticat79
      @paticat79 7 месяцев назад +1

      "ugc, group, and discord" if you add "and" there U can't use ","

    • @eliana68
      @eliana68 7 месяцев назад +3

      ​@@paticat79my man, we didn't ask for a grammer lesson

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

      @@paticat79 what in the world are you actually talking about, that IS how its supposed to be written. youre saying the oxford comma is actually incorrect?

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

      @@paticat79​​⁠​⁠​⁠ The sentence that you’re referring to is grammatically correct, but it’s all dependent on the user to add a comma before “and” to mitigate confusion incase the items in the list would be confused for other things.
      Doesn’t mean you’re wrong though, it’s also correct to not use a comma as well.

    • @Paul1Rb
      @Paul1Rb  7 месяцев назад +2

      Thank you for the opinion, I'm trying to make the promotions as least invasive as I can.
      I end them on the next time-stamp, I've also put a text before it appeared, but I'll try to either change the formula a bit or make the text appear a bit earlier. Suggestions are also welcome.

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

    i wish i can give

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

    Ok

  • @minecraftmore4359
    @minecraftmore4359 7 месяцев назад +4

    First Comment! 🎉

    • @DevLeoArchive_906
      @DevLeoArchive_906 7 месяцев назад +5

      120 kiloton nuclear warhead approaching your location:

    • @macialdo100
      @macialdo100 7 месяцев назад +4

      ​@@DevLeoArchive_906its true im the nuclear war head

    • @ZphyZphyer
      @ZphyZphyer 7 месяцев назад +2

      ​@@macialdo100it's true I'm the location

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

      omg hi first commenter

    • @QualenRandon
      @QualenRandon 6 месяцев назад

      I Wana sing this with a tune
      Perhaps make a more creative comment next time you foul

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

    awesome video! I sent you a message on Twitter / X

    • @Paul1Rb
      @Paul1Rb  5 месяцев назад +2

      Thanks! And I'll get to my dms within few days once I'm less busy

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

      @@Paul1Rb sounds good

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

    Third Comment fr

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

      That's so awesome