cortesjoren

!Icebreaker auto thaw/freeze :D

Dec 17th, 2018
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. for _,v in pairs(game.Players:GetPlayers()) do
  2. if game.Workspace[v.Name].HumanoidRootPart ~= nil then
  3. game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = game.Workspace[v.Name].HumanoidRootPart.CFrame
  4. wait(0.1)
  5. game.ReplicatedStorage.Hit:FireServer(v)
  6. wait(0.1)
  7. end
  8. end
Add Comment
Please, Sign In to add comment