Advertisement
Semen4ik_123

Ragdoll Engine Script V2

Jul 5th, 2022
1,721
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.12 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("Ragdoll Engine Script by Semean_123 V2", "Ocean")
  3.  
  4. local Tab = Window:NewTab("WalkSpeed")
  5. local Section = Tab:NewSection("WalkSpeed V1")
  6.  
  7.  
  8. Section:NewButton("WalkSpeed 16", "V1!", function()
  9.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  10. end)
  11. Section:NewButton("WalkSpeed 50", "V1!", function()
  12.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  13. end)
  14.  
  15. local Tab = Window:NewTab("AntiRagdoll")
  16. local Section = Tab:NewSection("AntiRagdoll V1")
  17.  
  18.  
  19. Section:NewButton("AntiRagdoll", "V1!", function()
  20.     game.Players.LocalPlayer.Character.RagdollMe:Remove()
  21. end)
  22.  
  23. local Tab = Window:NewTab("Teleport")
  24. local Section = Tab:NewSection("Teleport V1")
  25.  
  26.  
  27. Section:NewButton("Spawn", "V1!", function()
  28.     game:GetService("Workspace")["Semean_123"].HumanoidRootPart.CFrame = CFrame.new(7.88276911, 24.199995, -260.285583, 0.995258391, -9.99805465e-08, -0.0972663835, 9.54923607e-08, 1, -5.07983948e-08, 0.0972663835, 4.12693311e-08, 0.995258391)
  29. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement