--THINGS ABOUT THE MOD : --Red Dragon Spirit replaces Time For Resolve, with a whole new moveset --You can switch between Dragon and Legend, with a 10 second cooldown --They have different abilities, Legend has a bootleg Twist Counter, UE on Full Heat and Sumo Slapping --Dragon has Red Dragon Spirit, Kiryu's Ultimate Essence and Essence of Fast Footwork --CODE BELOW IS REQUIRED --CODE BELOW IS REQUIRED _G.Notifications = true --switch to false or true to disable or enable notifs _G.Keybind = "L" --keybind to switch to dragon or legend, only works on PC, required if on mobile, works with letters from A to Z _G.Stumble = true --switch to false or true to disable or enable enemy stumbling on Red Dragon Spirit loadstring(game:HttpGet("https://raw.githubusercontent.com/reversevisible/r2fmodding/main/dragonlegend.lua"))(); --OPTIONAL STYLE TO GO WITH DRAGON --OPTIONAL STYLE TO GO WITH DRAGON loadstring(game:HttpGet("https://raw.githubusercontent.com/reversevisible/r2fmodding/main/yakuza0styles.lua"))(); --UNCOMPATIBLE STYLE, DOESNT WORK WITH YAKUZA 0 STYLES OR DRAGON AND LEGEND --UNCOMPATIBLE STYLE, DOESNT WORK WITH YAKUZA 0 STYLES OR DRAGON AND LEGEND loadstring(game:HttpGet("https://raw.githubusercontent.com/reversevisible/r2fmodding/main/parkerstyle.lua"))();