How to make Ragdoll death work on R6 and R15 on Roblox studio lite

Поділитися
Вставка
  • Опубліковано 9 лют 2025
  • Like and subscribe 🥳
    Follow my roblox account pls : i_killtoxic2XD
    www.roblox.com...
    Join group for cool stuff 😎👍
    www.roblox.com...
    Here the ragdoll script put in StarterChatacterScript 📝:
    local humanoid = script.Parent:WaitForChild("Humanoid")
    humanoid.BreakJointsOnDeath = false
    humanoid.Died:Connect(function()
    for _, joint in pairs(script.Parent:GetDescendants()) do
    if joint:IsA("Motor6D") then
    local socket = Instance.new("BallSocketConstraint")
    local a1 = Instance.new("Attachment")
    local a2 = Instance.new("Attachment")
    a1.Parent = joint.Part0
    a2.Parent = joint.Part1
    socket.Parent = joint.Parent
    socket.Attachment0 = a1
    socket.Attachment1 = a2
    a1.CFrame = joint.C0
    a2.CFrame = joint.C1
    socket.LimitsEnabled = true
    socket.TwistLimitsEnabled = true

    joint:Destroy()
    end
    end

    for _, accessory in pairs(script.Parent:GetChildren()) do
    if accessory:IsA("Accessory") then
    local handle = accessory:FindFirstChild("Handle")
    if handle then
    local weld = handle:FindFirstChildWhichIsA("Weld")
    if weld and weld.Part0 then
    local socket = Instance.new("BallSocketConstraint")
    local a1 = Instance.new("Attachment")
    local a2 = Instance.new("Attachment")
    a1.Parent = weld.Part0
    a2.Parent = handle
    socket.Parent = handle
    socket.Attachment0 = a1
    socket.Attachment1 = a2

    socket.LimitsEnabled = true
    socket.TwistLimitsEnabled = true
    socket.TwistLowerAngle = -45
    socket.TwistUpperAngle = 45

    weld:Destroy()
    end
    end
    end
    end
    end)
    Tags :
    #RobloxStudioLite
    #RobloxStudioLiteTutorial
    #RobloxMobileStudio
    #RobloxMobileTutorial
    #RobloxMobileDevelopment
    #RobloxRagdollTutorial
    #R6RagdollTutorial
    #R15RagdollTutorial
    #RobloxStudioLiteMobile
    #RobloxStudioLiteTips
    #HowToUseRobloxStudioLite
    #RobloxStudioLiteForMobile
    #RobloxTutorialMobile
    #RobloxMobileGameDev
    #RobloxDeathRagdollTutorial
    #R6vsR15RobloxTutorial
    #RobloxStudioLiteBeginnerGuide
    #RobloxStudioLiteScripting
    #RobloxMobileScripting
    #RobloxGameDevTutorial
    #RobloxMobileDevelopmentTips
    #RobloxStudioLiteTricks
    #HowToCreateRagdollInRoblox
    #RobloxMobileDevelopmentTutorial
    #RobloxStudioLiteGameplay
    #RobloxMobileGameCreation
    #RobloxStudioLiteMobileGuide
    #RobloxTutorialForBeginners
    #MobileRobloxDevelopmentGuide
    #RobloxDeathAnimationTutorial
    #RobloxStudioLiteGameCreation

КОМЕНТАРІ • 30

  • @Kuro_TheDev
    @Kuro_TheDev  3 місяці тому +5

    Like and subscribe 🥳 , and follow my roblox user : i_killtoxic2XD

    • @PixelyGannon1
      @PixelyGannon1 3 місяці тому +1

      so awesome

    • @darielGomez-y3s
      @darielGomez-y3s 3 місяці тому +1

      Pls tuto to make combat pls bro😊

    • @Kuro_TheDev
      @Kuro_TheDev  3 місяці тому +1

      @@darielGomez-y3s im making sword combat rn leme cook 😎

    • @darielGomez-y3s
      @darielGomez-y3s 3 місяці тому +1

      @@Kuro_TheDev ok me i neeed combat xd ok make sword for pvp game

    • @darielGomez-y3s
      @darielGomez-y3s 3 місяці тому +1

      @@Kuro_TheDev thanks

  • @SpaceZthebaet
    @SpaceZthebaet 28 днів тому +1

    this also works in roblox studio
    AWESOME

  • @vobui7991
    @vobui7991 3 місяці тому +4

    Omg im alway finding this ty so much

    • @Kuro_TheDev
      @Kuro_TheDev  3 місяці тому +1

      No problem i hope that help :3

  • @EzXlaysPlays
    @EzXlaysPlays 2 місяці тому +3

    Domain EXPANSION: infinite subs

  • @Pedro1_ivouser
    @Pedro1_ivouser 2 місяці тому +1

    Tyyyyy

  • @Huxz-1waki2
    @Huxz-1waki2 3 місяці тому

    Erm can you do a tutorial about that Kj battleground game because i think it's impossible to animate in studio lite

    • @Kuro_TheDev
      @Kuro_TheDev  3 місяці тому

      @@Huxz-1waki2 tomorow in my country time zone , i will realese punch script system , subscribe and like when the video come out

    • @Huxz-1waki2
      @Huxz-1waki2 3 місяці тому

      ​@@Kuro_TheDev Oh ty but i didn't need it for now, I'll still subscribe tho

  • @Borecccc
    @Borecccc 3 місяці тому +5

    Good video but dont work😔

    • @Kuro_TheDev
      @Kuro_TheDev  3 місяці тому +3

      @@Borecccc you sure ? Watch again
      Copy the script in decs
      Add R6 script or R15
      Go to StarterPlayer then Select StarterChatacterScript
      Add a "script" not " local script" inside StarterChatacterScript
      Paste the script in decs in , renember to check if you copy it right

    • @Borecccc
      @Borecccc 3 місяці тому +2

      @@Kuro_TheDev ok i try it

    • @Kuro_TheDev
      @Kuro_TheDev  3 місяці тому +2

      @@Borecccc hope you do it right :3👍

    • @Borecccc
      @Borecccc 3 місяці тому +1

      Thx you Its work😁

    • @Borecccc
      @Borecccc 3 місяці тому +1

      Thx you Its work 😁

  • @The_oneandonlykurtboy
    @The_oneandonlykurtboy Місяць тому

    Why can’t I copy

  • @Borecccc
    @Borecccc 3 місяці тому

    Can you do tutorial how do sword model? please

    • @Kuro_TheDev
      @Kuro_TheDev  3 місяці тому

      @@Borecccc the punch system gonna realese tomorow in my country time ;)

    • @Borecccc
      @Borecccc 3 місяці тому

      @@Kuro_TheDev ok

    • @Kuro_TheDev
      @Kuro_TheDev  3 місяці тому

      ​@@Borecccc New vid is out :3