ADVERTISEMENTREMOVE ADS
kill all loop overpowered
38,298 views
Description
need to equip the Free Slap glove in specific
ADVERTISEMENTREMOVE ADS
10 Lines • 463 Bytes
while wait(0.01) do
for i, v in game.Players:GetPlayers() do
if v == game.Players.LocalPlayer then continue end
local u2 = game.Players.LocalPlayer.Character.FreeSlap
local v3 = u2:WaitForChild("Handle")
local v14 = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame.LookVector * u2:WaitForChild("Power").Value
u2:WaitForChild("Event"):FireServer("slash", v.Character, v14)
end
end
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS




Comments
just make a function to grab the glove 😭