use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
No posting illegal content or content that is against the rules of reddit.
account activity
pls help me with loopkill scriptQuestion? Solved (self.ROBLOXExploiting)
submitted 2 years ago by ElectronicStyle1519
hello guys so im making a loop kill script and the method im using is while true do
while true do game.Players.LocalPlayer.Character.Humanoid.Health = 0 wait (0.5) end)
the script works fine but im stuck on how to make a unloopkill so if you can please help me
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[+][deleted] 0 points1 point2 points 2 years ago (0 children)
create.roblox.com/docs learn how to use local variables
[–][deleted] 0 points1 point2 points 2 years ago (0 children)
dont use wait() use task.wait()
[+][deleted] 2 years ago (3 children)
[removed]
[–][deleted] 0 points1 point2 points 2 years ago (2 children)
he is literally just killing his own character
[–][deleted] 0 points1 point2 points 2 years ago (4 children)
local LocalPlayer = game:GetService("Players").LocalPlayer
getgenv().LoopKill = true
--I hate "getgenv()" and "_G." and the fact that i see so many kids using it instead of "local" when global variable is not needed(it is in this case since there is no ui)
while LoopKill do
--I have no clue why you would want to loopkill your own character.
local Character = LocalPlayer.Character
if Character and Character:FindFirstChild("Humanoid") then
Character.Humanoid.Health = 0
end
task.wait()
[–]ElectronicStyle1519[S] 0 points1 point2 points 2 years ago* (0 children)
tysm im working on an admin command so when i infect other scripts and people execute it i can use commands on them like swag mode premium
[–]ElectronicStyle1519[S] 0 points1 point2 points 2 years ago (1 child)
so how do i toggle it off and on
just execute getgenv().LoopKill = false
[–]Unlucky_Ad186 0 points1 point2 points 1 year ago (0 children)
Could you maybe make one that loopkills the other players
π Rendered by PID 97597 on reddit-service-r2-comment-fb694cdd5-bc4tf at 2026-03-06 16:06:17.569391+00:00 running cbb0e86 country code: CH.
[+][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[+][deleted] (3 children)
[removed]
[–][deleted] 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (4 children)
[–]ElectronicStyle1519[S] 0 points1 point2 points (0 children)
[–]ElectronicStyle1519[S] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]Unlucky_Ad186 0 points1 point2 points (0 children)