-- ( THIS IS THE MOBILE EDITION, WILL NOT GET UPDATES. ) getgenv().FatalCombatSkillLayout = true -- ( Doesnt work on every device.. ) getgenv().MovesetReachSound = true -- [ PLAYS AN SOUND WHEN YOU FILL AN SECTION OF THE ULT BAR. ] getgenv().CharacterOnList = true --[ adds script to the character list ] -- [ [ CUTSCENE TOGGLES ] ] getgenv().AwakeningUpTiltCutscene = true -- [ [ CHAT LINE TOGGLES ] ] getgenv().ReversalRedChatLine = false --[ adds an chat line for the first move of the second / third moveset] getgenv().ReversalTechniqueRedChatLine = false --[ adds an chat line for the fourth move of the third moveset] getgenv().AwakenChatLine = false --[ adds chat lines when you awaken ] getgenv().MaximumPurpleChatLine = false --[ adds chat lines when you use Maximum Purple ] getgenv().HollowPurpleChatLine = false --[ adds chat lines when you use Hollow Purple ] -- [ [ CHARACTER TOGGLES ] ] getgenv().GojoCharacter = true --[ MAKES IT SO YOU HAVE AN CLIENT SIDED GOJO DESIGN ] getgenv().NewAnimations = true --[ MAKES IT SO YOU HAVE NEW ANIMS FOR IDLE ETC (BEST USED WITH BLOCKY / 1.0 CHARACTER) ] loadstring(game:HttpGet('https://gist.githubusercontent.com/SonicexePort/c2c90da0c63506c5872ba10983c4b73d/raw/bd3e7657d4b1e222ed376419ec3fb4f9aabd176c/Six%2520Eyes%2520Mobile%2520Port%2520(CURSED%2520ENERGY!)'))()