Это видео недоступно.
Сожалеем об этом.

Beginner's Roblox Scripting Tutorial #14 - Instances [FIXED] (Beginner to Pro 2019)

Поделиться
HTML-код
  • Опубликовано: 18 авг 2024
  • Beginner's Roblox Scripting Tutorial #14 - Instances (Beginner to Pro 2019)
    HEY GUYS! I'm actually back this time and in today's video I am teaching you about instances. Like always if you have any questions please leave a comment. Anyways uploads every other day starting now! ENJOY!
    Link to Beginner's Tutorial Series:
    • Beginner's Roblox Scri...
    -- Follow me on twitter! (my name is tapwater because thats my main channel): / realtapwater
    - Join my Discord Server to learn and meet other developers!-
    / discord
    --What is this series about and who is it for?
    So this series is meant for people who really want to learn exactly how to script, if that is you then I promise by the time you watch this whole series you will know exactly how to script on roblox. Anyways be sure to subscribe to see whenever I release a new tutorial and I will see you guys in the next one. Peace!

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

  • @TheDevKing
    @TheDevKing  5 лет назад +70

    Hey guys! Be sure to join the discord server if you have any questions or if you would like to meet me! discord.gg/FKcSyRh

    • @fetyun
      @fetyun 4 года назад +2

      why i can't join to your discord server? :|

    • @Molnuts_
      @Molnuts_ 3 года назад +1

      Hey @TheDevKing, I know this is two years later but is it any different moving the part in the script with instances than moving it with the properties tab? Also if you could add me on discord PixelWolf#7206 I got banned from RoDevs last week and I wanna talk about it with you.

    • @davidosuji5979
      @davidosuji5979 Год назад

      @@Molnuts_ e

    • @underfined.
      @underfined. Месяц назад

      that is really cool bc you i know how to script and im scripting a game for a youtuber thanks!

    • @Breakdancingcow
      @Breakdancingcow 29 дней назад

      it wont spawn in the part and heres the script i did: Instance.new("Part", game.Workspace)

  • @maddiemilky3044
    @maddiemilky3044 4 года назад +293

    Why is he so underappreciated? The guy deserves to have a million subs, he's so humble, and makes clear points, INSTEAD of having this mic down his throat. Also having NOT those annoying clickbaity thumbnails.

    • @HashtagMaster
      @HashtagMaster 3 года назад +2

      @the epic sus what do you mean look at the thumbnail?

    • @alexisletthisslide7881
      @alexisletthisslide7881 3 года назад +1

      @@HashtagMaster he was talking bout his main channel, TheDevKing isn’t he’s main

    • @tylerjohnson9095
      @tylerjohnson9095 3 года назад +3

      @the epic sus ohhh, that’s why he wears tap water shirt. I thought he was just a fan of him lol

    • @TheOfficialCyberwave
      @TheOfficialCyberwave 2 года назад

      which recording app is he using

    • @SuperHraza
      @SuperHraza 2 года назад

      Thedevking is so good at explaining. The only reason I know about scripting is because of him

  • @MidnightStorm4990
    @MidnightStorm4990 3 года назад +156

    Almost finished the beginner tutorial and so far I've understood everything. Can't wait to move onto the advanced tutorial!

    • @tekof4358
      @tekof4358 3 года назад +2

      Same!

    • @existenceinquestion.
      @existenceinquestion. 3 года назад +2

      same

    • @Fc-ew8gx
      @Fc-ew8gx 3 года назад +1

      @@existenceinquestion. how are u at scripting now

    • @existenceinquestion.
      @existenceinquestion. 3 года назад +1

      @@Fc-ew8gx im learning at the advanced tutorial

    • @Fc-ew8gx
      @Fc-ew8gx 3 года назад +6

      @@existenceinquestion. Nice man i just learned how to script a walkboost pad myself im happy

  • @kilwom
    @kilwom 2 года назад +35

    it feels so rewarding to know that you haven't given up and nearly finished the beginner scripting tutorial

  • @bloxtechstudios6707
    @bloxtechstudios6707 5 лет назад +75

    Oh I called the Police twice to check to see if you where still around ABOUT TIME YOU CAME BACK

    • @TheDevKing
      @TheDevKing  5 лет назад +32

      BloxTech Studios LOL you’re joking right?

    • @EchooMechoo
      @EchooMechoo 4 года назад +17

      @@TheDevKing hes totally not joking

    • @rehana73
      @rehana73 3 года назад +2

      @@TheDevKing not joking =0

    • @paopaothemaocow
      @paopaothemaocow 3 года назад +1

      @@TheDevKing no

    • @not_oblivious
      @not_oblivious 3 месяца назад +8

      local notjoking = true

  • @octo1817
    @octo1817 2 года назад +13

    omg, learnt so much from this vid, I have watch every previous tutorial but this one is by far the one that make me learn the more. I got so many ideas in my head of games to do just with this tutorial. thanks bcuz if u wouldn’t do these tutorials I would still be toolbox nerd and before watching ur tutorials I couldn’t even make a frame

  • @ForeverToaster
    @ForeverToaster 11 месяцев назад +4

    Because of these tutorials, I’m making things I never would be able to make a week ago. You truly are and always will be the dev king!

  • @lightmare312
    @lightmare312 4 года назад +69

    i also made a rain destroyer so the rain gets destroyed when it touches the ground
    local plate = game.Workspace.Baseplate
    plate.Touched:Connect(function(hit)
    if hit.name == "Rain" then
    hit:Destroy()
    end
    end)
    EDIT: And 30 seconds later i realized the next video is about that xD oh well it was fun finding a way myself

    • @Aussie17
      @Aussie17 4 года назад +3

      Lightmare lol i tried that but it didn't work

    • @apisangunathilagarajah8877
      @apisangunathilagarajah8877 4 года назад +9

      or you can just set the rain parts CanCollide to false, that way the rain will fall thru the ground.

    • @zoop706
      @zoop706 4 года назад +4

      @@apisangunathilagarajah8877 more lag

    • @joshualee6852
      @joshualee6852 4 года назад +5

      @@apisangunathilagarajah8877 Boi, the parts will just fall through roofs, it won't work in real games. The parts will also not go away and if a server runs for a while, there will be so many parts it lags.

    • @nikothegamer9895
      @nikothegamer9895 3 года назад

      Or just replace that with wait like
      Wait(time here how many seconds it taked)
      game.Workspace.YOURRAINNAME:Destroy()
      Hope you understand

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

    Because of you, your the reason I've gotten so much better at scripting. I am so fortunate to have you make videos on these subjects so inspired creators can be much better scriptors. Thanks for everything!

  • @UltiManiac
    @UltiManiac 4 года назад +12

    That's actually so cool dude!
    Hope to be just as good as you one day :D

  • @EldianVulk
    @EldianVulk Год назад +3

    Hey I know I'm super late but I'm currently learning scripting and I'd love to give this tip to anyone learning using these tutorials. Once you finish a tutorial, give yourself a mini task associated with the lesson, and also try to connect it with concepts from previous lessons. It really helps! For example, after I watched this tutorial I was able to successfully make a script that made it so that when a player touched a part, rain would spawn and it would print "It is raining!" Simple things like that make learning a lot more effective and allow you to understand concepts better.

    • @shxrp.ff2
      @shxrp.ff2 Год назад

      Can you share the script so i understand how to do it because i havent done it it’s actually pretty hard

    • @GameWithRazor
      @GameWithRazor 11 месяцев назад

      @@shxrp.ff2 This one is kinda buggy but it works,all you have to do is instert a part into workspace and keep the default name,then make a script in the workspace and type this code
      local CoolPart = game.Workspace.Part
      local function StartRain()
      while true do
      wait(0.1)
      local Rain = Instance.new("Part",game.Workspace)
      Rain.Position = Vector3.new(0,15,0)
      Rain.Size = Vector3.new(0.5,2,0.5)
      Rain.Anchored = false
      Rain.Transparency = 0.5

      end
      end
      CoolPart.Touched:Connect(StartRain)

    • @GameWithRazor
      @GameWithRazor 11 месяцев назад

      @@shxrp.ff2 Here it is with Comments
      -- define Variables
      local CoolPart = game.Workspace.Part
      --Tell the game what the function does
      local function StartRain()
      while true do
      wait(0.1)
      local Rain = Instance.new("Part",game.Workspace)
      Rain.Position = Vector3.new(0,15,0)
      Rain.Size = Vector3.new(0.5,2,0.5)
      Rain.Anchored = false
      Rain.Transparency = 0.5

      end
      end
      --Run the function when you touch the part
      CoolPart.Touched:Connect(StartRain)

  • @sqmetimesdev6150
    @sqmetimesdev6150 5 лет назад +50

    That was funny lol best tutorials. "Script on" LMAO 😂 9:04

  • @Cynz69
    @Cynz69 5 лет назад +66

    It's been a little confusing but I think I've got it up to this point..

    • @TheDevKing
      @TheDevKing  5 лет назад +6

      Nice! Plz ask any questions you have.. I also have a discord server discord.gg/FKcSyRh

    • @bullshitdepartment
      @bullshitdepartment 4 года назад +1

      Listen, these tutorials are poorly structured and miss out key things. I recommend learning a coding language such as Lua or Java the language BEFORE learning an API such as roblox.

    • @Cynz69
      @Cynz69 4 года назад +3

      Bullshit Department I’ve learned a little bit of Java enough to know that it sucks to learn. You have to define everything and stuff and it’s just not fun.

    • @MwSama
      @MwSama 4 года назад +5

      @@bullshitdepartment lol im starting learn roblox coding and i am loving it XD.

    • @rayne6871
      @rayne6871 3 года назад +1

      @Marcus Varisco sad?

  • @CasterRational
    @CasterRational Год назад +4

    This was, like you said, a really cool video, thank you so much your an og. It was refreshing learning how to do this :D

  • @ballerina1128
    @ballerina1128 3 года назад +2

    I'm gonna start this vid tmr because I already saw the ones before this and I'm tired.(btw TheDevKing, your really good at explaining things and so far I get mostly everything you've taught me.)

  • @bumperman_
    @bumperman_ Год назад +1

    I just did something I never thought I would be able to do... I solved a problem in a script without looking anything up or getting a free model. Thank you so much dude! I made my own landmine today.

  • @sqmetimesdev6150
    @sqmetimesdev6150 5 лет назад +17

    Your laugh makes me laugh LOL
    😂

  • @bensonhudgins540
    @bensonhudgins540 4 года назад +15

    "hope you enjoyed it" Yes... i enjoyed it...

  • @BlizV2
    @BlizV2 4 месяца назад +1

    fun tip for rain in roblox studio (you dont even need to know how to script):
    1. Add a part to workspace
    2. Add a "Particle Emitter" to the part
    3. Adjust the size of the part to the area you want the rain to cover
    4. Adjust the settings of the particle emitter until it looks how you like

  • @BluntProdigy
    @BluntProdigy Год назад +2

    5 Tutorials left then I go into making Gui's and learning what the do and there functions but these Tutorials have been the best and is helping me reach my goals this is really great keep up the good work TheDevKing.

    • @BluntProdigy
      @BluntProdigy Год назад +1

      You are a really great person and I owe you my Career @TheDevKing.

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

      theres the advanced playlist also watch that

  • @SunkenOcean
    @SunkenOcean Год назад +3

    liked. subscribed,shared, absolute amazing tutorial. keep on entertaining viewers because you are quite good at it!
    (i suck at complimenting if you couldnt tell )

  • @Alexshorts125
    @Alexshorts125 4 месяца назад +1

    Wow W! Amazing thank you so much!! Just started 3-4 days ago already know how to write functions,variables,if statements,else and elseif statements, built in functions,Events!!! Thank you!!

  • @Aiguyonyt
    @Aiguyonyt Год назад +2

    I just want to thank you because I am a really good scripter now and that’s because of you!❤. Thank you!

  • @dq9832
    @dq9832 Год назад +1

    Dev king every script tutorial: “Hey guys I know its been 6 mOnTH SiNcE i LaST upLoADed”

  • @karolkopciuch2117
    @karolkopciuch2117 4 года назад +16

    Yo these tutorials are low key makin sense tho

    • @TajaBaja
      @TajaBaja Год назад

      did he pay you to say that😂

  • @tezeu4671
    @tezeu4671 2 года назад +7

    I figured out how to make the rain drops look like they splash(They get spawned and get deleted after one second) it looks so good it could be used for some game! Would only work as real rain if the size was a little more smaller and it wouldn't hit players(Just go through them) but this couldn't be used on a large map since the game would crash because of the amount of rain drops falling.

    • @frostyfudge1662
      @frostyfudge1662 9 месяцев назад

      hey there stranger. just wondering if u wouldn't mind sharing your code on this script?

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

      just make it cancollide false

  • @aurelius1620
    @aurelius1620 3 года назад +4

    I also did the same thing but changed a few things. Script:
    local function ModifyPart ()
    local Part = Instance.new("Part",workspace)
    Part.Position = Vector3.new(math.random,200,math.random)
    Part.Transparency = "0.5"
    Part.Size = Vector3.new(1, 0.5, 0.5)
    if Part.Anchored == true then
    Part.Anchored = false
    end
    end
    for i = 0 , math.huge do
    wait()
    ModifyPart ()
    end

    • @overseer_the_engineer
      @overseer_the_engineer 2 года назад

      Can't you just do Part.Anchored = false instead Part.Anchored == true then
      Part.Anchored = false?

    • @money7511
      @money7511 2 года назад

      @@overseer_the_engineer Yes. I assume he simply wanted his code to be long.

  • @reillydavis5016
    @reillydavis5016 4 года назад +4

    i changed the size to Vector3.new(0.05,0.02,0.05) and it looks about right size wise. love doing actual useful stuff btw TheDevKing

  • @troll2036
    @troll2036 Год назад +1

    in 4:09 you should assign parent last, i learned that its much better for performance
    i leave this tip for others :3
    instead of:
    local NewPart = instance.new("Part", game.Workspace)
    (code)
    do this:
    local NewPart = instance.new("Part")
    (code)
    NewPart.Parent = (ur parent)

  • @lukediscord4166
    @lukediscord4166 2 года назад +2

    Loving the tutorials I cant wait to create my own game!!

  • @epicgamerboy569
    @epicgamerboy569 2 года назад +3

    I actually hooked the instance. new part with a click detector on a block so the new block auto spawns like normal but if you go to the block with the script in it and click it, the new block changes to a random color. that was my first instance. new script that actually fully worked on 1st try without testing

    • @overseer_the_engineer
      @overseer_the_engineer 2 года назад

      How did you hook it with a click detector?

    • @gdog8170
      @gdog8170 Год назад

      @@overseer_the_engineer maybe he typed another instance and make that instance a click detector and set the instance parent in the parameter to the new part

  • @070_manavrajvansh2
    @070_manavrajvansh2 Год назад +1

    00:08
    TheDevKing: I know its been so soo Long...
    Me: Binge Watching whole playlist in 2023
    😎😂

  • @ClassyGamesTM
    @ClassyGamesTM 4 года назад +2

    Ik i'am very late, but just saying, every video, the videos decrease, for a example.. 2 vids ago he was on 14k, now 8k... So alot of people gave up, so anyone seeing this you are Veerrry close till completing lua! And keep on going,

  • @malatromo
    @malatromo 2 года назад +14

    Made rain that kills you and it disappears when it touches the baseplate. :)
    (You might want to make the area smaller so it's harder to dodge)
    Code:
    local n = 0
    while n~= 200 do
    local x = math.random(1,50)
    local z = math.random(1,50)
    local y = math.random(1,50)
    local rain = Instance.new("Part", game.Workspace)
    rain.Size = Vector3.new(.5,.5,.5)
    rain.Position = Vector3.new(x,y,z)
    rain.BrickColor = BrickColor.new("Really red")
    rain.Material = "Glass"
    rain.Transparency = .5
    n+=1
    wait(.5)

    rain.Touched:Connect(function(plr)
    local hum = plr.Parent:FindFirstChild("Humanoid")
    if hum then
    hum.Health-=10
    end
    if plr == game.Workspace.Baseplate then
    wait(1)
    rain:Destroy()
    end
    end)
    end

    • @W4LTER_Skanska
      @W4LTER_Skanska Год назад +1

      while true do
      local x = math.random(1,50)
      local y = math.random(1,50)
      local z = math.random(1,50)

      local rain = Instance.new("Part")
      rain.Parent = game.Workspace
      rain.Size = Vector3.new(0.5, 0.5, 0.5)
      rain.Position = Vector3.new(x, y, z)
      rain.BrickColor = BrickColor.new("Really red")
      rain.Material = Enum.Material.Glass
      rain.Transparency = 0.5

      rain.Touched:Connect(function(part)
      local humanoid = part.Parent:FindFirstChildOfClass("Humanoid")
      if humanoid then
      humanoid:TakeDamage(10)
      end
      rain:Destroy()
      end)

      wait(0.5)
      end

    • @climv6158
      @climv6158 Год назад

      thats cool thanks for the code im gonna use this to teach myself a little bit of scripting

    • @juhp9068
      @juhp9068 Год назад +1

      how are ya'll makin this?? im on this part too and so far I understand it mostly but I couldn't even think of these

    • @critical2984
      @critical2984 Год назад +1

      ​@@juhp9068 self coding is a good way to learn if you give your self ideas or project

  • @wiktorello1030
    @wiktorello1030 2 года назад +1

    dang that old leaderboard is so cool...

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

    For some reason its not spawning a block and i have the exactly same code

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

      Sameee

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

      So true it’s not spaning

  • @qrisquinn
    @qrisquinn 4 года назад +11

    Using instance.new would there be a way to make it so once you come to the edge of a block a new block or part spawns in? Almost like an infinite landscape that loads as you go.

    • @jxshyyy17
      @jxshyyy17 4 года назад

      Quionew you could do when the part is touched destroy it and then put the position of the new part

    • @snatchables9015
      @snatchables9015 3 года назад

      im not gonna give you any source code, but you could easily do that by finding out the x + z position of the player, checking if its near the edge, and if it is then just duplicate the part that the player is standing on and change the position based on the players current x + y. put this in while true do and then you have infinite terrain. (keep in mind i came up with this off the top of my head, so it may not be entirely optimized)

    • @callmehSpear
      @callmehSpear 3 года назад

      use TouchEnded event

  • @attackerstoasdfa
    @attackerstoasdfa 3 года назад +2

    he bacc to attacc

  • @backkslashhh
    @backkslashhh 3 года назад +1

    if you want the rain to fall in different places every time then change the x and z axis to math.random(number1, number2)

  • @timeanchorgamer527
    @timeanchorgamer527 2 года назад +2

    I have reached a new level of scripting. Where the character in the thumbnail is wearing a red shirt. I have officially made it guys

  • @TruckerxMGDx
    @TruckerxMGDx 2 года назад

    Ok this is my favorite one yet. I’m a truck driver learning while I’m in my office

  • @mindofking135
    @mindofking135 3 года назад +1

    Thank you:D, i am new trying to learning this script, my brother know the script but he have to do homework and he is learning C#

  • @noobsarebetterthanu5820
    @noobsarebetterthanu5820 2 года назад

    "It rains forever over here" Also DevKing "I don't know how rain looks like." 😂😂

  • @grunktabulous
    @grunktabulous 3 года назад

    love how the thumbnail says "instansces" LMAO. great vid

  • @NewsOnQueue
    @NewsOnQueue 4 года назад +1

    Every video I watch I hear you say I'm back for good lol

  • @Ghoztissigma
    @Ghoztissigma 2 года назад

    My man is flexing with his new ⚡🌞🔥🔥🔥☄🔥SKIN 🔥☄🌞⚡

  • @hirenshah7828
    @hirenshah7828 3 года назад +1

    local function NewPart()
    wait(1)
    Instance.new("Part", game.Workspace)
    end
    while 3==3 do
    NewPart()
    end
    this will create a new part every second

  • @cryptic1013
    @cryptic1013 2 месяца назад

    ty this was very fun to make and i changed its properties tysm

  • @mignonne_
    @mignonne_ 3 года назад

    while true do
    local Part = Instance.new("Part")
    Part.Parent = game.Workspace
    Part.BrickColor = BrickColor.new("Bright red")
    Part.Size = Vector3.new(10,10,10)
    local Smoke = Instance.new("Smoke")
    Smoke.Parent = game.Workspace
    Smoke.Opacity = 35
    Smoke.RiseVelocity = 25
    Smoke.Size = Vector3.new(10,0,0)
    print("Best tutorial ever")
    wait()
    end
    --thanks for the tutorial!
    --i made a volcano as well so the parts would fly out of it whenever i ran it

  • @thombalink4700
    @thombalink4700 3 года назад +1

    I found out how to teleport sombody :D. The script is
    local Part = game.Workspace.Part
    Part.Touched:Connect(function(hit)
    if hit.Parent:FindFirstChild("Humanoid") then
    hit.Parent.HumanoidRootPart.Position = Vector3.new(29.7, 0.5, -293.3) -- Put the position what you want there
    end
    end)

    • @thombalink4700
      @thombalink4700 2 года назад

      @Minify ik, but it was pretty good for me back then

  • @thekingofthyrats
    @thekingofthyrats Год назад

    Things are so simple usually when he explains it!

  • @adxm1193
    @adxm1193 Год назад

    im french and i learn a lot with ur video

  • @yeetyeet3534
    @yeetyeet3534 Год назад +1

    "I won't leave you ok, not this time"
    - My da-I mean TheDevKIng

  • @lazerramps.6838
    @lazerramps.6838 3 года назад +1

    TheDevKing Teaches Like The Best Teacher. Keep Up The Good Work Man! I Even Made A Automatic House When I Spawn.

  • @shinygoldenpotion1587
    @shinygoldenpotion1587 3 года назад +2

    you can make a assault rifle with this by hooking the rain up with mouse

  • @nicholas-kf4ls
    @nicholas-kf4ls 4 года назад +6

    Ngl I skipped the last things, Will this hurt me too much? I just didn’t feel like doing it at the moment.

    • @hholster8981
      @hholster8981 3 года назад +1

      i mean kinda, its like the very basics of scripting

    • @kappa2454
      @kappa2454 3 года назад

      Dude. Watch the whole thing.

  • @Darksteps-w4x
    @Darksteps-w4x 2 месяца назад

    Thnx man I learned a lot

  • @parmadox
    @parmadox 3 года назад +1

    5:59 why it's funny

  • @fatasscatinatuxedo2
    @fatasscatinatuxedo2 Год назад

    Im close to finishing the begineer tutorial and so far i understand everything except returning.

  • @kaitheawesome
    @kaitheawesome 3 года назад +1

    4:33 Is The Best

  • @user-pz9Qo9fn5Z
    @user-pz9Qo9fn5Z 5 месяцев назад +1

    A seat? I though you would create a hot dog

  • @Mister.Nose.
    @Mister.Nose. 2 года назад

    The last bit where the rain falls is like the iron generator on bedwars

  • @arandomyt17
    @arandomyt17 3 года назад

    Person: Tell me something cringy.
    Me: *script on*

  • @xcxp3226
    @xcxp3226 2 года назад

    thanks to this tutorial i have learned to make a part run across the floor

  • @youtubeyt2131
    @youtubeyt2131 3 года назад

    This is getting more advanced

  • @SlimeyHD
    @SlimeyHD 2 года назад

    Thank you so much!! :D

  • @Spiral_Flames
    @Spiral_Flames 3 года назад

    Not trying to be offensive in any way, but I prefer to do "while wait() do" since it works the exact same way as "while true do," except you don't have to put the "wait()" function at the start of the code. It's a lot better.

  • @dxrk8590
    @dxrk8590 3 года назад +2

    9:10 I'm laughing too much

  • @printer12345
    @printer12345 2 года назад

    3:10 that explains why waitforchild exist

  • @MasterPojoway
    @MasterPojoway 3 года назад +2

    How would i make it so i could use the instances in a function? like i did
    Rain.Anchored = false
    Rain.Transparency = 0.5
    Rain.Size = 0.2
    while true do
    wait()
    Rain
    (there was a bit more but this was the gist of it)

    • @JustAPot
      @JustAPot 3 года назад

      Just add a function and inside it do all of what he did and fire it

  • @NinjacraftCodes
    @NinjacraftCodes 3 года назад +2

    I remember builders club. I had OBC. Like this comment for builders club back in roblox!

    • @NinjacraftCodes
      @NinjacraftCodes 3 года назад

      @IceCraftroria right and now you have to pay 10 rbx to make a shirt which sucks lol.

  • @hilol4371
    @hilol4371 3 года назад

    Ur the best u at least don’t have like super loud intro it’s too old school but keep it up I like u

  • @wasdperson9581
    @wasdperson9581 2 года назад +2

    ye

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

    And what you were trying to say was 3 value axis

  • @kevinduliesco5468
    @kevinduliesco5468 3 года назад +1

    After this series I'll go on to advance scripting. :) :

    • @chief-executive
      @chief-executive 3 года назад +4

      local NewPart = Instance.new("Part", game.Workspace)
      NewPart.Material = "Metal"

    • @kevinduliesco5468
      @kevinduliesco5468 3 года назад +1

      @@mmaxo wow do you know how to code? cause if I have a good internet I might add you to make games cause I still haven't understand coding so would you like to join in the future the success have high unsuccessful rate but still

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

    ❤Love from France

  • @Ahmad_ALF
    @Ahmad_ALF 3 года назад

    *3:14*
    Message of the day: "First thing first though when you do create inssssancesss"

  • @LuckyLG927
    @LuckyLG927 2 года назад

    THANKS SO MUCH MWA

  • @SeasonalMike
    @SeasonalMike Год назад

    The comment section under these videos are more helpful than GitHub

  • @lilahmae411
    @lilahmae411 4 года назад +3

    For some reason when I typed in
    Vector3.new(3.3.1)
    It caused an error..
    Please help!

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

    by far I dont wanna create a game instead I wanna see most of your videos doing fun stuffs by scripting HAHAHA! thats crazy right?

  • @RobloxFlipSkool1234
    @RobloxFlipSkool1234 8 месяцев назад +1

    my game crashed when i tried to make rain this way

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

    OMG thank you!

  • @mr_john_eats_toes
    @mr_john_eats_toes 3 года назад

    you can change the video playback speed to 1.5

  • @gamingwithdes8811
    @gamingwithdes8811 4 года назад +1

    what can instances be used for

  • @hrg384
    @hrg384 3 года назад

    mans made a whole lag tester using this tutorial

  • @lukasmasar2973
    @lukasmasar2973 2 года назад

    this one is sick

  • @coldmuffins5313
    @coldmuffins5313 5 лет назад +1

    first

  • @Cartd3mon
    @Cartd3mon 4 года назад

    DevKing: I don't know what rain looks like
    Me: This guy lives in Arizona

  • @oioi4268
    @oioi4268 3 года назад

    1:20 Time stamp for myself :)

  • @thebaconhavoc359
    @thebaconhavoc359 3 года назад

    I did everything u did

  • @Exilibr
    @Exilibr 2 года назад

    no one talking about the fact he spelt "Instances" as "Instansces" in the thumbnail?

  • @-wasmig2929
    @-wasmig2929 3 года назад +1

    i made a bath of glass lol

  • @Bromanviper
    @Bromanviper 3 года назад +1

    last video: I know I've been gone for 6 months but i promise i will upload more
    next 2 months: *cricket noises*

  • @sanainam7432
    @sanainam7432 3 года назад +1

    TheDevKing: lets change it to 50,50,50 him: whata TheDevKing:what about 50,200,50 whata oh its not ancohred

  • @LuckyLG927
    @LuckyLG927 2 года назад

    Maddie Milky I Agree

  • @Ronaldo77739
    @Ronaldo77739 4 месяца назад +1

    Again the rain didn’t work for me

  • @makermaker11
    @makermaker11 2 года назад

    studs are still there! normally roblox removed studs but if a instance of a part comes it is with studs!

  • @wasdperson9581
    @wasdperson9581 2 года назад +2

    gg

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

    im using these tutorials in 2024 lol