script 1: local Lp = game:GetService("Players").LocalPlayer.GamePasses Lp.DoubleJump.Value = true Lp.SkipStage.Value = true script 2: -- 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