Advertisement
SigmaBoy456

Roblox Fruit arena FE kill all script

Jun 25th, 2024
648
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.74 KB | None | 0 0
  1. while true do
  2.     local player = game.Players.LocalPlayer
  3.     for i,v in ipairs(game.Players:GetPlayers()) do
  4.         if v.Name ~= player.Name then
  5.             local JK = v.Character
  6.             if JK then
  7.                 local args = {
  8.                 [1] = {
  9.                 ["\31"] = {
  10.                 [1] = JK,
  11.                 [2] = "Player",
  12.                 [3] = CFrame.new(53.118247985839844, 2053.923583984375, -5.949551582336426) * CFrame.Angles(-3.141592502593994, -1.2932220697402954, -3.141592502593994)
  13.                 }
  14.                 },
  15.                 [2] = {}
  16.                 }
  17.                 game:GetService("ReplicatedStorage").RedEvent:FireServer(unpack(args))
  18.             end
  19.         end
  20.     end
  21.     wait(0.1)
  22. end
  23.  
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement