Advertisement
FragRage21

List Kill (C-Moon)

Apr 14th, 2020
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.64 KB | None | 0 0
  1. local char = game.Players.LocalPlayer.Character
  2. local rot = char["HumanoidRootPart"]
  3. local event = game.ReplicatedStorage:FindFirstChild("GravityShift")
  4. --print(event)
  5. local humz = {"dio"}
  6. for x,hum in pairs(humz) do
  7.     for i,v in pairs(workspace:GetDescendants()) do
  8.         if string.lower(v.Name) == hum then
  9.             humz[x] = v.Humanoid
  10.             break
  11.         end
  12.     end
  13. end
  14. for i,hum in pairs(humz) do
  15.     local dmg = math.huge--100000
  16.     local deptime = 0
  17.     local bodyfdire = hum.Parent["HumanoidRootPart"].CFrame.lookVector * 0
  18.  
  19.     if event then
  20.         event:FireServer(hum, dmg, debtime, bodyfdire, sound)
  21.     end
  22. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement