21.4k Views
dobule trouble sonic exe
Sonic.EXE: The Disaster 1.3Uploaded by 1 year ago
Please login to perform these actions:Description
Tip: use infinite jump :use Infinite yield :D TSM script no for me'
Comments
3

Offline
rivasuliser730 1 year ago - Edited
--[[
WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
]]
local player = game.Players.LocalPlayer
-- Disable the reset button
player:SetAttribute("CanReset", false)
-- Function to prevent death
local function preventDeath(character)
local humanoid = character:WaitForChild("Humanoid")
-- Prevent the player from dying by setting their health to maximum if it drops
humanoid:GetPropertyChangedSignal("Health"):Connect(function()
if humanoid.Health < humanoid.MaxHealth then
humanoid.Health = humanoid.MaxHealth
end
end)
-- Optionally, you can make the humanoid invulnerable
humanoid:SetStateEnabled(Enum.HumanoidStateType.Dead, false)
end
-- Connect the function to the player's character
player.CharacterAdded:Connect(preventDeath)
if player.Character then
preventDeath(player.Character)
end
Offline
Candle 1 year ago - Edited
how to use this script?
Offline
Stupidkidd 8 months ago
How it work?
![[🎉 RELEASE] Anime Astral Simulator](/images/script/113236157544232-1780333729144.png)
Voxle Hub
