Advertisement
Jovey

Grammy week script

Mar 30th, 2022
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. _G.f = true
  2. local p = game.Players.LocalPlayer.Character
  3. repeat wait()
  4. for _,v in pairs(workspace["Air Race"]:GetDescendants()) do
  5. if v.Name == "TouchPart" then v.CFrame = p.HumanoidRootPart.CFrame
  6. end
  7. end
  8. until _G.f == false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement