Advertisement
Bomblii

Victory Race auto win

Aug 7th, 2022 (edited)
1,334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. while true do
  2.     wait(1)
  3.     for i,v in pairs(game.Workspace:GetChildren()) do
  4.         if v.Name == "Win" then
  5.         game.Players.LocalPlayer.Character:SetPrimaryPartCFrame(v.CFrame)
  6.         wait(0.2)
  7.         end
  8.     end
  9.     wait(1)
  10.     game.Players.LocalPlayer.Character.Humanoid.Health = 0
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement