Advertisement
Semen4ik_123

Ragdoll Engine Script By Neteshin/Semean_123

Jul 4th, 2022
868
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.53 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 V1", "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)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement