LonePotato

KingPieceScript

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