How to make a RUST BUILDING SYSTEM in ROBLOX! [UPDATED]

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ม.ค. 2025
  • เกม

ความคิดเห็น • 61

  • @RetroAmythest
    @RetroAmythest  22 วันที่ผ่านมา +6

    I hope this video helped a lot of people! :D I do apologise because there is no stability system in this rust building system because I couldn’t get it working but as soon as I do get it working I’ll make an update video on that!
    COMMENT your DISCORD USERNAME so I can add you for extra help!
    SUBSCRIBE so you don't miss any of my videos!
    LIKE the video if this helped you

    • @lightning4.
      @lightning4. 20 วันที่ผ่านมา +2

      Really good video

    • @RetroAmythest
      @RetroAmythest  20 วันที่ผ่านมา +2

      @ Thanks bro!

    • @HeroDevv
      @HeroDevv 19 วันที่ผ่านมา +1

      I like this, but it's not very secure. Exploiters could use the remote events to make stuff such as kill all, break all structures, and also the explosions, firing, animations, weapon viewmodels, are all client sided, meaning other players can't see what you are really doing, and it looks like stuff is just randomly taking damage. Other than that, it seems really cool!
      Edit: Building is also not very secure, exploiters could also probably make something to spam build everywhere since all the checks happen on the client.

    • @RetroAmythest
      @RetroAmythest  19 วันที่ผ่านมา +1

      @@HeroDevv Tbh I haven't really learnt yet how to stop exploiters in coding. Thanks for the feedback I will try to see what I can do

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

      @@RetroAmythest Just create every part that actually performs an action in servicescriptserve and no one will be able to see it. The client just sends and the server executes

  • @originalmonkeyvr
    @originalmonkeyvr 22 วันที่ผ่านมา +4

    This will be sooooo helpful with a sandbox map i was trying to make!

    • @RetroAmythest
      @RetroAmythest  22 วันที่ผ่านมา +1

      @@originalmonkeyvr You’re welcome bro! There’s only one thing I didn’t add to this system and it was a stability system but I tried to make it and it didn’t really work. But if I get that working I’ll let you know

    • @originalmonkeyvr
      @originalmonkeyvr 22 วันที่ผ่านมา +1

      @RetroAmythest ok

    • @originalmonkeyvr
      @originalmonkeyvr 22 วันที่ผ่านมา +2

      ​@RetroAmythest im pretty sure i can tinker with it and make npc spawn with the same building script
      (Just a thought)

  • @DavidWinstead
    @DavidWinstead 22 วันที่ผ่านมา +1

    WOW man, thanks for this, it'll come in handy for sure!

    • @RetroAmythest
      @RetroAmythest  22 วันที่ผ่านมา +1

      @@DavidWinstead You’re welcome! I hope you enjoy it!

  • @cheeseman_doge
    @cheeseman_doge 20 วันที่ผ่านมา +1

    This is actually pretty cool. I wanted to add a building system to a game I am trying to make, and this is just the thing!

  • @ADoodle_Gt
    @ADoodle_Gt 21 วันที่ผ่านมา +2

    Wowie this is the good stuff people need to see

    • @RetroAmythest
      @RetroAmythest  21 วันที่ผ่านมา +1

      Thanks man! I do hope people see this

  • @sirinponie
    @sirinponie 21 วันที่ผ่านมา +2

    Thx man that awsome

  • @koainanis5840
    @koainanis5840 22 วันที่ผ่านมา +1

    Yeah Thank you Bro.
    I hope this will help me ;D

    • @RetroAmythest
      @RetroAmythest  22 วันที่ผ่านมา +2

      @@koainanis5840 You’re welcome bro!

  • @catlandmeow
    @catlandmeow 18 วันที่ผ่านมา +1

    Still legend

    • @RetroAmythest
      @RetroAmythest  18 วันที่ผ่านมา +1

      @@catlandmeow Thanks so much bro!

  • @KalyConian
    @KalyConian 3 วันที่ผ่านมา +1

    I have two questions The 1st question is there a way to make an entire brand new item like a light or hafe wall instead of replacing a model.the second question is I'd there a way to make items so when you pick up like wood stone ect it adds more material to your inventory thanks for seeing this!

    • @RetroAmythest
      @RetroAmythest  2 วันที่ผ่านมา +1

      @@KalyConian For the first question, you need to do lots of things to make new items. I should’ve shown it in the video my bad and for the second question you can make a way for players to get materials like by chopping trees and then use a server script to add to their leaderstats, simple

  • @itsCriticaI
    @itsCriticaI 22 วันที่ผ่านมา +1

    dang so cool

    • @RetroAmythest
      @RetroAmythest  22 วันที่ผ่านมา +1

      @@itsCriticaI Thanks bro!

    • @itsCriticaI
      @itsCriticaI 21 วันที่ผ่านมา +1

      @ np

  • @6GhostPlus
    @6GhostPlus 4 วันที่ผ่านมา +1

    How do you change the upgrade material (etc) when making your own structure?

    • @RetroAmythest
      @RetroAmythest  4 วันที่ผ่านมา +1

      @@6GhostPlus In the upgrade server script it loops through all the parts and then makes them stone. You can make it your own material there

  • @DarkShadow-xd4td
    @DarkShadow-xd4td วันที่ผ่านมา +1

    @RetroAmythest how do i add new buildabes like half wall and stuff?

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

      @@DarkShadow-xd4td I showed in the video how to change them to different structure

    • @dusty-shadowman
      @dusty-shadowman 6 ชั่วโมงที่ผ่านมา +1

      @@RetroAmythest i mean add. not change, sorry but i find your systems code very confusing so i couldnt find out how to add them myself.

    • @RetroAmythest
      @RetroAmythest  5 ชั่วโมงที่ผ่านมา +1

      @@dusty-shadowman Oh yea, that is something i forgot to show in the video. How to add new structures. I might make a video on it

  • @YellowStoneWastelands
    @YellowStoneWastelands 19 วันที่ผ่านมา +1

    Is there a way for the structures to save when I leave the game everything deletes?

    • @RetroAmythest
      @RetroAmythest  19 วันที่ผ่านมา +1

      You would need to save everything in the builds folder in workspace in a table when the player leaves and then when the player rejoins copy everything from the table and put it into the builds folder.

  • @DarkShadow-xd4td
    @DarkShadow-xd4td 13 วันที่ผ่านมา +1

    Is it softcoded? So i can change it based on my inventory system?

    • @RetroAmythest
      @RetroAmythest  13 วันที่ผ่านมา +1

      @@DarkShadow-xd4td Not really, it is kinda complicated to change but it depends on how your inventory system works

    • @dusty-shadowman
      @dusty-shadowman 13 วันที่ผ่านมา +1

      @@RetroAmythest qeustion. is there a tutorial on how to set it up?
      i tried adding it aand i couldnt place stuff. it wouldnt project stuff either, i ungrouped everything where it should be

    • @RetroAmythest
      @RetroAmythest  13 วันที่ผ่านมา +1

      @@dusty-shadowman Hmm, did you ungroup everything in their correct places? and also did you accidentally delete something? Are there any errors in the output?

    • @dusty-shadowman
      @dusty-shadowman 13 วันที่ผ่านมา +1

      @@RetroAmythest nvm i fixed it. if i change any part of the code the whole thing breaks. but uhh how do i make stuff damage objects? when i try to make it damage objects nothing happends. even if everythings set up correctly.. could you make a script for simple click to damage struxcture script? i just need some foundation of code to wrok off off. please.

    • @RetroAmythest
      @RetroAmythest  13 วันที่ผ่านมา +1

      @@dusty-shadowman I showed in the video how to make more weapons damage

  • @m3troi
    @m3troi 16 วันที่ผ่านมา +1

    Is there equipment/crafting in this?

    • @RetroAmythest
      @RetroAmythest  16 วันที่ผ่านมา +1

      @@m3troi No there is no crafting in this sorry

    • @m3troi
      @m3troi 16 วันที่ผ่านมา +1

      @@RetroAmythest ;/ okey

  • @DakkaeX
    @DakkaeX 15 วันที่ผ่านมา +1

    i try to build on a plot but it will not work

    • @RetroAmythest
      @RetroAmythest  15 วันที่ผ่านมา +1

      Are there any errors in the output? And did u use the plot model?

  • @BodyTheDev
    @BodyTheDev 20 วันที่ผ่านมา +1

    I will like if it has coloring system

    • @RetroAmythest
      @RetroAmythest  20 วันที่ผ่านมา +2

      Well you will have to make that because I have made the whole system

  • @JosephMatthews-g7o
    @JosephMatthews-g7o 6 วันที่ผ่านมา +1

    How do u change animations?

    • @RetroAmythest
      @RetroAmythest  6 วันที่ผ่านมา +1

      @@JosephMatthews-g7o Which animations?

  • @Marshall_Spectic
    @Marshall_Spectic 4 วันที่ผ่านมา +1

    How can we add our own models?

    • @RetroAmythest
      @RetroAmythest  3 วันที่ผ่านมา +1

      @@Marshall_Spectic I showed in the video

  • @Duckooozy
    @Duckooozy 22 วันที่ผ่านมา +1

    Mobile support?

    • @RetroAmythest
      @RetroAmythest  22 วันที่ผ่านมา +1

      @@Duckooozy Yes, I’m pretty sure it has mobile support

  • @Rivazix
    @Rivazix 2 วันที่ผ่านมา +1

    Update

  • @AtlasOfInspiration-1907
    @AtlasOfInspiration-1907 20 วันที่ผ่านมา +1

    Its Does'nt work

    • @RetroAmythest
      @RetroAmythest  20 วันที่ผ่านมา +1

      @@AtlasOfInspiration-1907 What doesn’t work?