ไม่สามารถเล่นวิดีโอนี้
ขออภัยในความไม่สะดวก

Making Phones in Roblox is Surprisingly Easy

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ส.ค. 2024

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

  • @Steelxfaze
    @Steelxfaze  2 หลายเดือนก่อน +3

    Script-
    while script.Parent.Visible do
    task.wait()
    script.Parent.Text = (os.date("%I") .. ":" .. os.date("%M %p")) --shows the time, use rbx documentation to understand what each % means
    end

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

    If you're making an iPhone, I reccomend going into the explorer and downloading the Inter font, as it is the most similar font to Apple's San Francisco. Besides that, good tutorial!

  • @lepidlo_69
    @lepidlo_69 2 หลายเดือนก่อน +4

    Nice video, it would be cool if for the next video you show how to make working app button (for example if we click on contacts it open contact) and to show how to animate it when we turn on the phone (for example the phone come to the bottom of the screen)

  • @xdFederal
    @xdFederal 2 หลายเดือนก่อน +3

    cool video, but i recommend setting the size values of the ui manually to make sure everything aligns nicely :)

  • @ZonnyEditzz
    @ZonnyEditzz 2 หลายเดือนก่อน +1

    Great video! It really improved my understanding of Guis

  • @GhoulTusk
    @GhoulTusk 2 หลายเดือนก่อน +3

    Very good job you did great

    • @Steelxfaze
      @Steelxfaze  2 หลายเดือนก่อน +1

      Tyyyy I spent so long on this

  • @BetterWewa
    @BetterWewa 2 หลายเดือนก่อน +1

    This is actually really cool!

  • @Gamingwithmichael64
    @Gamingwithmichael64 หลายเดือนก่อน

    i was woundering if you can make a part flash a light when touched by humanoid? and this is a great tutorial :DDD

    • @Steelxfaze
      @Steelxfaze  หลายเดือนก่อน

      --script goes inside the part that has a light source inside it
      local part = script.Parent
      local lightSource = part.LightSource
      local db = false
      lightSource.Enabled = false
      part.Touched:Connect(function(hit)
      if hit.Parent:FindFirstChild("Humanoid") and not db then
      db = true
      lightSource.Enabled = true
      task.wait(0.5)
      lightSource.Enabled = false
      task.wait(0.5)
      lightSource.Enabled = true
      task.wait(0.5)
      lightSource.Enabled = false
      db = false
      end
      end)

    • @Gamingwithmichael64
      @Gamingwithmichael64 หลายเดือนก่อน

      @@Steelxfaze TYYYY

  • @myusernameisSetyawan_2453
    @myusernameisSetyawan_2453 หลายเดือนก่อน

    For the next video, can u make a video like how to make a pressing notes to open the notes animations

  • @To55543
    @To55543 2 หลายเดือนก่อน

    Too underrated

  • @fiftys7ven
    @fiftys7ven 2 หลายเดือนก่อน

    underrated

  • @seratkk
    @seratkk 2 หลายเดือนก่อน

    Pro

  • @SolsticeFlux
    @SolsticeFlux 25 วันที่ผ่านมา

    When is part 2?

    • @SolsticeFlux
      @SolsticeFlux 25 วันที่ผ่านมา

      btw I subbed with noti on

    • @Steelxfaze
      @Steelxfaze  25 วันที่ผ่านมา

      @@SolsticeFlux thanks. im just learning stuff outside of roblox studio like machine learning and a bunch of other things so I haven't gotten around to recording part 2 yet.

    • @SolsticeFlux
      @SolsticeFlux 25 วันที่ผ่านมา

      @@Steelxfaze oh nice

  • @myusernameisSetyawan_2453
    @myusernameisSetyawan_2453 27 วันที่ผ่านมา

    Where part 2?

    • @Steelxfaze
      @Steelxfaze  27 วันที่ผ่านมา

      uhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh

    • @user-jj1lr6ux8o
      @user-jj1lr6ux8o 9 วันที่ผ่านมา

      Yeah, can u record⏺️ part 2?

  • @myusernameisSetyawan_2453
    @myusernameisSetyawan_2453 หลายเดือนก่อน

    The script:
    1 🔽while script.Parent.Visible do
    2 task.wait()
    3 script.Parent.Text = (os.date(“%I”) .. “:” .. os.date(“%M %p”)) -shows the time, use rbx documentation to understand what each % means
    4 end

    • @user-jj1lr6ux8o
      @user-jj1lr6ux8o 9 วันที่ผ่านมา

      thanks(:::::::::::::::::
      :
      :
      :
      :

  • @StanVR
    @StanVR 2 หลายเดือนก่อน +1

    the id he uses for the battery icon :16955913969