🚪Simple Door System Tutorial for Beginner

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

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

  • @prockstar
    @prockstar 23 дня назад

    I'm the 120 subscriber it's really help me thank you so much❤

  • @ROBO-h6y
    @ROBO-h6y 24 дня назад +1

    is there any way that you can make a door with a lot of parts of the door it would be really nice if you could.(not saying this bad video its a great video)

    • @Coldcon2
      @Coldcon2 24 дня назад +1

      for _, part in Door:GetChildren() do
      part.Transparency = 1
      part.CanCollide = false
      end

    • @Coldcon2
      @Coldcon2 24 дня назад +1

      If your door is a model

  • @balymia
    @balymia 25 дней назад

    nice tutorial bro! ;)

  • @CB_Gaming99
    @CB_Gaming99 23 дня назад

    Tnx You Gain A Sub😁

  • @probacon-c7u
    @probacon-c7u 23 дня назад

    local clickdetector = script.parent
    local button = script.oarent.parent
    local door = script.parent.parent.parent.door
    if clickdetector then
    clickdetector.mouseclick:connect(function(player)
    if player then
    door
    end
    end)
    end

    • @Tfewlr
      @Tfewlr 23 дня назад

      a lil typo on the button variable