How to Display a Player User in a Gui in Roblox Studio | Tutorial

Поделиться
HTML-код
  • Опубликовано: 22 авг 2024
  • In todays Video, I will be showing How to Display a Player User in a Gui in Roblox Studio
    hope yall liked it Subscribe for more and comment down what yall want next!
    ~Scripts~
    local player = game.Players.LocalPlayer
    if player then
    script.Parent.Text = "Hello " ..player.Name.. "!"
    end
    My Roblox user, 0winto100win
    don't forget to check it out!
    Roblox Studio
    Roblox Studio Tutorial

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

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

    ~Scripts~
    local player = game.Players.LocalPlayer
    if player then
    script.Parent.Text = "Hello " ..player.Name.. "!"
    end