--CONFIG getgenv().TargetPlayer = "redusernamepls1" --Username of the user getgenv().standPosition = "right" --Position (right left) getgenv().norender = false --Disables 3drender for the stand (less laggy) --Stand toggle commands getgenv().SummonWord = "summon" getgenv().DismissWord = "vanish" --Skill comands getgenv().SkillWord1 = "1" getgenv().SkillWord2 = "2" getgenv().SkillWord3 = "3" getgenv().SkillWord4 = "4" --Quotes (fixed) --Random summon quotes getgenv().SummonQuote1 = "Hmph. Let's get this over with." getgenv().SummonQuote2 = "ZaBacon at your service." --Random disappear quotes getgenv().DismissQuote1 = "You've got it. I'm out of here." getgenv().DismissQuote2 = "Fine. Don't mess this up." --Low hp quote getgenv().LowHPQuote = "Consider yourself lucky... this isn't over!" --Skill Cooldown quote getgenv().CooldownQuote = "Tch. Cooldown's not done yet. Be patient!" --Skill Quotes getgenv().Skill1Quote = "Muda da. Kore de saigo da!" --Normal punch quote getgenv().Skill2Quote = "GRAAH! Omae wa ore ni makenai!" --Consecutive punches quote getgenv().Skill3Quote = "Tch. Dekshi te oite!" --Shove quote getgenv().Skill4Quote = "Uppakatto! Subete o owari ni suru!" --Uppercut quote loadstring(game:HttpGet("https://pastebin.com/raw/TikacZsV"))()