Advertisement
UndyingSouls9423Disc

TP Corpses

Jan 29th, 2020
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. for _, corpse in pairs(workspace:GetChildren()) do
  2.  
  3. if corpse.Name == "Corpse" then
  4.  
  5. corpse:MoveTo(workspace[game.Players.LocalPlayer.Name].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  6.  
  7. end
  8.  
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement