Advertisement
scld

오토 리스폰

Sep 18th, 2021
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. _G.Loop = true
  2.  
  3. while _G.Loop == true do
  4. wait()
  5. if game.Players.LocalPlayer.Character.Humanoid.Health <= 15 then
  6. local location = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  7. local A_1 = "\66\114\111\121\111\117\98\97\100\100"
  8. local Event = game:GetService("Workspace").Remote.loadchar
  9. Event:InvokeServer(A_1)
  10. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = location
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement