Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.f = true
- local p = game.Players.LocalPlayer.Character
- repeat wait()
- for _,v in pairs(workspace["Air Race"]:GetDescendants()) do
- if v.Name == "TouchPart" then v.CFrame = p.HumanoidRootPart.CFrame
- end
- end
- until _G.f == false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement