The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
VICTORY RACE script pastebin roblox
By VICTORY RACE on 2024-09-18 08:00 am | Syntax: LUA | Views: 11



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. while task.wait() do
  2. for _,v in pairs(workspace:GetDescendants()) do
  3.    if v:IsA("BasePart") and v.Name == "Win" then
  4.    local root = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  5.    root.CFrame = v.CFrame
  6.    task.wait()
  7.    end
  8. end
  9. end
  10. Click To Copy