Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -Made by EpicGamer27 Alt #4205
- -- Kill All script
- for i = 1, 500 do
- Players = game:GetService("Players")
- for i, Lplayer in pairs(Players:GetPlayers()) do
- if Lplayer.Name == game:GetService("Players").LocalPlayer.Name then
- local dab = workspace:FindFirstChild(Lplayer.Name)
- dab.HumanoidRootPart.CFrame = CFrame.new(-1491, 31, -1789)
- end
- end
- end
- --
- for i = 1, 500 do
- Players = game:GetService("Players")
- for i, player in pairs(Players:GetPlayers()) do
- print(player.Name)
- if player.Name ~= game:GetService("Players").LocalPlayer.Name then
- local dab = workspace:FindFirstChild(player.Name)
- dab.HumanoidRootPart.CFrame = CFrame.new(-1491, 28, -1792)
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement