Advertisement
RDMScript

Untitled

Dec 24th, 2019
8,025
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. for i,v in pairs(game.workspace:GetChildren()) do
  2. if v:FindFirstChild("Torso") then
  3. local A_1 = v:FindFirstChild("Torso").CFrame
  4. local A_2 = math.huge
  5. local A_3 = game:GetService("Players").LocalPlayer.Character.Torso.voiceline
  6. local A_4 = false
  7. local A_5 = false
  8. local A_6 = false
  9. local Event = game:GetService("ReplicatedStorage").Specials.firebullet
  10. Event:FireServer(A_1, A_2, A_3, A_4, A_5, A_6)
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement