ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
 Sonic.EXE: The Disaster 1.3
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'

View Raw
Edited By: benjast1231 Download


Comments
3
User profile picture
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
User profile picture
Candle 1 year ago - Edited
how to use this script?
User profile picture
Stupidkidd 8 months ago
How it work?
Please Login to add a comment.