How to Make a Part Change Your Walkspeed when you Touch it in Roblox Studio | Tutorial

Поделиться
HTML-код
  • Опубликовано: 22 авг 2024
  • In todays Video, I will be showing How to make a Part Change Your Walkspeed Touch it in Roblox Studio!
    hope y"all liked it Subscribe for more and comment down what y"all want next!
    Scripts~
    script.Parent.Touched:Connect(function(touched)
    local humanoid = touched.Parent:WaitForChild("Humanoid")
    if humanoid then
    humanoid.WalkSpeed = 32 -- You can change here how fast you want the players walkspeed to be, The default normal walk speed is 16.
    end
    end)
    My Roblox user, 0winto100win
    don't forget to check it out!
    Roblox Studio
    Roblox Studio Tutorial

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

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

    -scripts-
    script.Parent.Touched:Connect(function(touched)
    local humanoid = touched.Parent:WaitForChild("Humanoid")
    if humanoid then
    humanoid.WalkSpeed = 32 -- You can change here how fast you want the players walkspeed to be, The default normal walk speed is 16.
    end
    end)

  • @SirBaconMan-z6p
    @SirBaconMan-z6p Месяц назад

    W vid

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

      @@SirBaconMan-z6p appreciate it a lot! :)

    • @SirBaconMan-z6p
      @SirBaconMan-z6p Месяц назад +2

      @@exoxrs np