How to change the idle animation in roblox studio!

Поделиться
HTML-код

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

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

    -- LocalScript inside StarterCharacterScripts
    -- Replace these with your animation's asset IDs
    local customIdleAnimation1Id = "rbxassetid://YOUR_FIRST_IDLE_ANIMATION_ID"
    local customIdleAnimation2Id = "rbxassetid://YOUR_SECOND_IDLE_ANIMATION_ID"
    local function onCharacterAdded(character)
    local humanoid = character:WaitForChild("Humanoid")
    local animateScript = character:WaitForChild("Animate")
    -- Wait for the animate script to be present in the character
    if animateScript then
    local idleAnim = animateScript:WaitForChild("idle")
    -- Replace the idle animations
    if idleAnim then
    local idleAnimTrack1 = idleAnim:WaitForChild("Animation1")
    idleAnimTrack1.AnimationId = customIdleAnimation1Id
    local idleAnimTrack2 = idleAnim:WaitForChild("Animation2")
    idleAnimTrack2.AnimationId = customIdleAnimation2Id
    end
    end
    end
    -- Listen for the character being added to the player
    game.Players.PlayerAdded:Connect(function(player)
    player.CharacterAdded:Connect(onCharacterAdded)
    end)
    -- Apply to existing characters in case the script is added at runtime
    for _, player in pairs(game.Players:GetPlayers()) do
    if player.Character then
    onCharacterAdded(player.Character)
    end
    end

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

    Hey bro hi again

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

      Can you say your gmail in roblox chat?

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

      Because I want to type you in google chat

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

      But on pc google chat is google hangouts

  • @akifxanmusayev
    @akifxanmusayev Месяц назад +2

    Bro hi do you want to create with me game about transformers

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

      Sure! Just reply with your username

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

      Oooh thank you!​@@TKGhostGT

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

      My name xTiger251

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

      @@akifxanmusayev okay i added you chat me on roblox