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

Join Partner Discord Server