Advertisement
LonePotato

BetterKingPieceScript

Jan 13th, 2020
1,851
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. --credit- rziln
  2. while wait(1) do
  3. local hum = game.Players.LocalPlayer.Character.HumanoidRootPart
  4. for i,v in next, game.workspace.AllspawnDF:GetChildren() do
  5. if v:IsA("Part") then
  6. hum.CFrame = v.CFrame
  7. wait(0.2)
  8. end
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement