RF
ROBLOX FORUMβ€’3mo ago
Anon

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πŸ’ŽπŸ’ŽπŸ’Ž
4 Replies
Anon
AnonOPβ€’3mo ago
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πŸ’ŽπŸ’ŽπŸ’Ž
Anon
AnonOPβ€’3mo ago
Anon
AnonOPβ€’3mo ago
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πŸ’ŽπŸ’ŽπŸ’Ž
Anon
AnonOPβ€’3mo ago
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πŸ’ŽπŸ’ŽπŸ’Ž

Did you find this page helpful?