15.3K views
8.3K downloads
1 year ago
This new script for Offbeat Journeys is really OP, execute it and will kill every other player within seconds in a loop. The reactions are mad funny most of the time, highly recommended to try it out!
Script Features:
Kill Everyone In A Loop
This script has remained unmodified since its initial release
--BROUGHT TO YOU BY RSCRIPTS.NET!--
local players = game:GetService("Players")
local player = players.LocalPlayer
local egg, salad = game:GetService("ReplicatedStorage").EffectsEvent.Event12, game:GetService("ReplicatedStorage").Logic.hitbox
if (not player.Character:FindFirstChild("The World")) then egg:FireServer("TW") end
while true do task.wait()
pcall(function() player.Character:FindFirstChild("Head").playerbgui:Destroy() end)
for _,v in next, players:GetPlayers() do
local chara = v.Character or v.CharacterAdded:Wait()
local hum = chara:FindFirstChild("Humanoid", true)
if (v ~= player and hum and hum.Health > 0) then
player.Character.HumanoidRootPart.CFrame = chara:FindFirstChild("HumanoidRootPart").CFrame * CFrame.new(0,0,10)
for i = 1, 10 do
task.spawn(function()
salad:FireServer("BasicHit3", player.Character.Stand, hum, player.Character.TheWorld)
end)
end
end
end
end
Similiar Scripts
Hungry for more? Check out these Roblox Scripts!
17K views
10 months ago

CITY-17 GUI | Kill All, Loop Kill, Click Kill
CITY 17
CITY 17
14.6K views
1 year ago

Criminal VS Swat - Kill Everyone
CRIMINAL VS SWAT
CRIMINAL VS SWAT
16.8K views
1 year ago

NERF Strike Loop Kill All Script
NERF Strike
NERF Strike
14.7K views
1 year ago

Cat Infection Loop Kill All
Cat Infection CHRISTMAS UPDATE
Cat Infection CHRISTMAS UPDATE
14.2K views
1 year ago

Heroes Unlimited | Loop Kill All
CARS BETA Heroes Unlimited Testing
CARS BETA Heroes Unlimited Testing
0 Comments
Log in here to comment