Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --credit- rziln
- while wait(1) do
- local hum = game.Players.LocalPlayer.Character.HumanoidRootPart
- for i,v in next, game.workspace.AllspawnDF:GetChildren() do
- if v:IsA("Part") then
- hum.CFrame = v.CFrame
- wait(0.2)
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement