Advertisement
x_zstd

Better Silly Bot Respawn V3

Feb 9th, 2025
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.98 KB | None | 0 0
  1. while true do
  2.     wait(0.1)
  3.     local character = game.Players.LocalPlayer.Character
  4.     if not character then
  5.         continue
  6.     end
  7.     local humanoid = character:FindFirstChildOfClass("Humanoid")
  8.     if not humanoid then
  9.         continue
  10.     end
  11.     local rootPart = character:FindFirstChild("HumanoidRootPart")
  12.     if not rootPart then
  13.         continue
  14.     end
  15.     local currentPosition = rootPart.Position
  16.     if game.Players.LocalPlayer.Character:FindFirstChild("Battle") then
  17.         print("SSS")
  18.         else
  19.         rootPart.CFrame = CFrame.new(Vector3.new(97, -88, 1))
  20.         wait(1)
  21.          game:GetService("VirtualInputManager"):SendKeyEvent(true,Enum.KeyCode.U,false,game)
  22.     end
  23.     if game.Players.LocalPlayer.Character.Humanoid.PlatformStand == true then
  24.     game:GetService("VirtualInputManager"):SendKeyEvent(true,Enum.KeyCode.C,false,game)
  25.     wait(0.5)
  26.     game:GetService("VirtualInputManager"):SendKeyEvent(false,Enum.KeyCode.C,false,game)
  27.     end
  28. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement