Issue with destroying script

Try going into the character and getting the script instead, removing a StarterCharacter script wouldn’t do anything (correct me if im wrong).

game.Players.LocalPlayer.Character.DoubleJump:Destroy()

That worked! Tysm! :smiley: :+1:

Yea, cause every scripts in the StarterCharacterScripts is cloned automatically to player’s character. @Dev_BB1, you must remember this.