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()
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!
Yea, cause every scripts in the StarterCharacterScripts is cloned automatically to player’s character. @Dev_BB1, you must remember this.