Making Phones in Roblox is Surprisingly Easy

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

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

  • @Steelxfaze
    @Steelxfaze  5 месяцев назад +4

    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

    • @resoldbaby7687
      @resoldbaby7687 13 дней назад

      Please is that an L or rhe | Symbol my script doesnt work

    • @resoldbaby7687
      @resoldbaby7687 13 дней назад

      It is an I

    • @Steelxfaze
      @Steelxfaze  9 дней назад

      @@resoldbaby7687 it should work if you just copy and pasted

  • @Phantom_D3V
    @Phantom_D3V 5 месяцев назад +1

    Great video! It really improved my understanding of Guis

  • @BetterWewa
    @BetterWewa 5 месяцев назад +1

    This is actually really cool!

  • @xdFederal
    @xdFederal 5 месяцев назад +3

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

  • @lepidlo_69
    @lepidlo_69 5 месяцев назад +6

    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)

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

      Agree Its very difficult to find a tutorial that does that 😭

  • @Parakeet709
    @Parakeet709 2 месяца назад +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!

  • @GhoulTusk
    @GhoulTusk 5 месяцев назад +3

    Very good job you did great

    • @Steelxfaze
      @Steelxfaze  5 месяцев назад +1

      Tyyyy I spent so long on this

  • @MikechristopherwertsYTGamer
    @MikechristopherwertsYTGamer 2 месяца назад +1

    its all ready 12;12am in the morning and im at 6:12 of this vid so im going to pause here quick

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

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

  • @Gamingwithmichael64
    @Gamingwithmichael64 4 месяца назад

    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  4 месяца назад

      --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 4 месяца назад

      @@Steelxfaze TYYYY

  • @Brawler-d2b
    @Brawler-d2b 5 месяцев назад

    underrated

  • @To55543
    @To55543 5 месяцев назад

    Too underrated

  • @philsblox
    @philsblox 2 месяца назад +1

    Make part 2

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

      tryna find the motivation for this

  • @AngeryChicken3445
    @AngeryChicken3445 2 месяца назад +1

    PLZ make the apps animated

  • @seratkk
    @seratkk 5 месяцев назад

    Pro

  • @Bigdk24
    @Bigdk24 Час назад

    How to make it take pictures

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

    HI, plase image ID for signal and WI-Fi

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

      itll only work for me since i uploaded it to my account so you'll have to just get them from online and upload to roblox

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

      @@Steelxfaze thanks

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

    When is part 2?

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

      btw I subbed with noti on

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

      @@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 3 месяца назад

      @@Steelxfaze oh nice

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

    Where part 2?

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

      uhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh

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

      Yeah, can u record⏺️ part 2?

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

    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

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

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

  • @StannyGames
    @StannyGames 5 месяцев назад +1

    the id he uses for the battery icon :16955913969