How to Make an Unclickable Button - Roblox Studio Tutorial

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024
  • ИгрыИгры

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

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

    bro i swear this guy need more subs, he's been really passionate and dedicated to each and every of his vids. Keep it up Mike!!!

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

    Oh man, you're the best! I hope you can reach 100 million subscribers!

  • @Micser-jz4bi
    @Micser-jz4bi 3 года назад +3

    Idea:how to make arrow pointer in roblox studio

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

    Mike, you should do a sword combat series.
    Modelling
    Animating
    Scripting
    Combat

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

    Love your videos bro, been learning quite a bit about scripting!

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

    Can you please make a video on making a car dealership GUI with savings

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

    hey fellow gamer congrats on 11k
    btw can you make a tutorial on how to add a idle animation to a tool when you equip it?

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

    Awesome video! But can you make a video of how to make a custom hotbar?

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

    Oh! Next Video Idea: How to make a working boomerang?

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

    Bro I need help, all of your videos helped me, but rn am working on an Obby, but I do not know how to make a working leaderboard, that shows the Stages, player names etc..Can you please make a video on that?

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

    11k !!! Congratulations!

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

    Do you what to biuld a game to get her?

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

    Can you maybe do how to script quick time event if you know

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

    Hey tech with mike! Your videos are awesome and I am your fan. Can you make a racing system? I would really love it, thanks

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

    epic vid

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

    Hey you think you could make a admin panel that lets you fly? I have been trying to make on but I can’t get it to work.

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

    Hey can you help me with someting
    i want to make when a tool frome a player hit a block then they get money i have this but it wont work
    it needs to hit blocks but i cant figure it out
    .Touched:Connect(function(hit)
    if hit.Parent:FindFirstChild("Humanoid") then
    local player = game.Players:GetPlayerFromCharacter(hit.Parent)
    local Backpack = player.Backpack
    if Backpack:FindFirstChild("") then
    player.leaderstats..Value += 1
    end
    end
    end)

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

    Can u make a video of getting exp when u kill a player

  • @ẞTM-x6n
    @ẞTM-x6n 3 года назад

    Thank you

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

    Can you make a tutorial on a block that starts a timer and another block that ENDS that timer?

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

    plss make a tool saver plsss

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

    keep at the awesome content man!

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

    you should have more subs than alvin blox rn

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

    Remember me

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

    Looks nice

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

    new sub

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

    How to make a Car?

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

    Ye very funny! XDD

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

    I LOVE YOU YOU HELPE WITH MY GAME SO MUCH YOU DESRVE SO MUCH CLOUT

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

    easy. Just a place a part

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

    Hi

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

    local button = script.Parent
    local TweenService = game:GetService(‘TweenService’)
    local tweenInfo.new(
    0.25,
    Enum.EasingStyle.Liner
    Enum.EasingDirection.Out,
    0,
    false,
    0
    )
    button.MouseEnter:Connect(function()
    local new_x = math.random(1,100) / 100
    local new_y = math.random(1,100) / 100
    local tween = TweenService:Create(button, tweenInfo, {Position = UDim2.new(new_x,0,new,0)})
    tween:Play()
    end)
    button.MouseButton1Click:Connect(function()
    button.Visible = false
    end)

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

    I made you a decal isnt big I know...but im making something bigger im making a game about you

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

      decal --> web.roblox.com/library/6910878187/Tech

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

      also if you have any suggestions on what u want the game too be tell me it cause i got no ideas lol

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

      Looks great! Maybe make an obby that I can complete lol. Can't have any jumps over 3 studs XD

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

      @@TechwithMikeYT Alr ill do it
      it will be medium I dont know how to build really good tho lol ill try tho

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

      @@TechwithMikeYT Game So Far: web.roblox.com/games/6919839500/Tech-With-Mike-Obby

  • @skyblox-eo5se
    @skyblox-eo5se 3 года назад

    Lol you can make a fake robux game and add that button . people gona rage quick

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

    First

  • @Dan-Gaming573
    @Dan-Gaming573 3 года назад

    you don't even need any code to make a unclickable button.. LOL
    Not gonna lie. this video was kind of a waste of Mike's time

    • @Dan-Gaming573
      @Dan-Gaming573 3 года назад

      No Hate Or Anything Im Just saying its true!