Script that kills player when joining, and only once - Roblox Forum
Hello! I found this script online that kills you when you join and only once, but for me it doesnt kill the player, it just makes their health really low. I need a script that will instantly kill you when you join. Here is the script if you need it
This is a normal script, not a local one or any of the other ones. Also, if you were wondering why I need a script like this, its because the data store (for my checkpoints) wont work until the player resets or dies. Thanks! Can someone please reply? πππFree ROBUXπππ
This is a normal script, not a local one or any of the other ones. Also, if you were wondering why I need a script like this, its because the data store (for my checkpoints) wont work until the player resets or dies. Thanks! Can someone please reply? πππFree ROBUXπππ
4 Replies
Setting their health to zero should kill them, so it's kinda weird that it isn't. There may be another script interfering, like the first example below. Another option is to use , which would bypass the first script by deleting the neck joint.
[CODE lang="lua" title="Prevent Natural Death"]game:GetService('Players').PlayerAdded:Connect(function(player)
player.CharacterAdded:Connect(function(character)
local human = character:WaitForChild('Humanoid')
human:GetPropertyChangedSignal('Health'):Connect(function()
human.Health = human.MaxHealth
end)
end)
end)[/CODE]
[CODE lang="lua" title="Break Joints On First Spawn"]game:GetService('Players').PlayerAdded:Connect(function(player)
local character = player.Character or player.CharacterAdded:Wait()
game:GetService('RunService').Heartbeat:Wait()
character:BreakJoints()
end)[/CODE]
πππFree ROBUXπππ
Thank you! This code works perfectly!
πππFree ROBUXπππ
Sorry for the late reply, but here's a script which works because the player will have fully loaded in, then it kills them. Script:
πππFree ROBUXπππ
πππFree ROBUXπππ
Related threads:
I Would Like To Give An Update Too opticmkunderscorexr.62166 recent feedback of me
Storytime... winning against a scammer.
Does skipping stages for the crafting event part cost more Robux depending on the...
almost got banned ._.
should there be a gear that returns plants to become seeds
make an icon for my game, the most liked will be has a icon for my game, also give...
New Roblox Textures. (Had changed Roblox FOREVERβ¦)
roblox error code 1001
I made a roblox phishing site (beaming roblox accounts) and how you can too!
I Would Like To Give An Update Too opticmkunderscorexr.62166 recent...
The Death Threats Were An Example Not A Requirement
2nd Of All I Own No Alt Accounts And Never Made Or Plan To Make One (It allegedly Is Caci But Im Not Pointing Fingers)
3rd Of All I Never Threatened RF All I Did Was Create The Cause For Unbanning PythonVsLua
That's All, Don't Believe Everything Someone Writes About Someone
[πππFre...
Storytime... winning against a scammer. - Roblox Forum - ROBLOX FOR...
I would put this in the "Scams" sub but... I'm not sure if it really belongs there since I'm not really reporting anything/anyone and instead am just tellin' a story.
Anyways, I still remember that time I got my account logged into by some rando while I was at work, and let's be real here it's probably from me doing some free Robux+Tix scam sit...
Does skipping stages for the crafting event part cost more Robux de...
Does skipping stages for the crafting event part cost more Robux depending on the stage?
Iβm too lazy to do this stuff Iβm not destroying my garden for this event π
πππFree ROBUXπππ
almost got banned ._. - Grow a Garden - Grow a Garden (Roblox)
Crashed out in slap battles. instantly got hit with the "you have been kicked" yada yada yada. and when i left the game, it showed me like a warning etc, and if i didnt accept it would just delete my acc or smthing.
Maybe i shouldnt get too easily ragebaited
πππFree ROBUXπππ