Escape Running Head

game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-0, 26, -90)
local Lp = game:GetService("Players").LocalPlayer.GamePasses
Lp.DoubleJump.Value = true
Lp.SkipStage.Value = true
-- became boss gamepass
game:GetService("Players").LocalPlayer.GamePasses.BecameBoss.Value = true -- change this to false if you want to disable

-- double jump gamepass
game:GetService("Players").LocalPlayer.GamePasses.DoubleJump.Value = true -- change this to false if you want to disable

-- skip stage gamepass
game:GetService("Players").LocalPlayer.GamePasses.SkipStage.Value = true -- change this to false if you want to disable
Copy Scripts From Above Code Boxes & Paste Them into Script Executor
Please Disable Your Antivirus Before Using Roblox Scripts
If You Find Any Broken Script Please Contact us Through Comments
Comment Your Queries And Requests In The Specific Script Comment Box.