
ccTXT(s){
self.txt=self createFontString("objective",1.3);
self.txt setPoint("CENTER","BOTTOM",-50,-50);
self.txt setText(s);
self.txt dST(1);
}
dST(t){
self endon("death");
self endon("killTxt");
wait t;
self fadeOverTime(1.0);
self.alpha=0;
wait 1.0;
self destroy();
}
self thread ccTXT("UFO Mode - Off");
Just put that over any iPrintIn's or iPrintInBold's. Obviously change the "UFO Mode - Off" bit to say what you want it to say. It's that simple
Enjoy having a better patch :tits:

ccTXT(s){
self.txt=self createFontString("objective",1.3);
self.txt setPoint("CENTER","BOTTOM",-50,-50);
self.txt setText(s);
self.txt dST(1);
}
dST(t){
self endon("death");
self endon("killTxt");
wait t;
self fadeOverTime(1.0);
self.alpha=0;
wait 1.0;
self destroy();
}
self thread ccTXT("UFO Mode - Off");
Just put that over any iPrintIn's or iPrintInBold's. Obviously change the "UFO Mode - Off" bit to say what you want it to say. It's that simple
Enjoy having a better patch :tits:

ccTXT(s){
self.txt=self createFontString("objective",1.3);
self.txt setPoint("CENTER","BOTTOM",-50,-50);
self.txt setText(s);
self.txt dST(1);
}
dST(t){
self endon("death");
self endon("killTxt");
wait t;
self fadeOverTime(1.0);
self.alpha=0;
wait 1.0;
self destroy();
}
self thread ccTXT("UFO Mode - Off");
Just put that over any iPrintIn's or iPrintInBold's. Obviously change the "UFO Mode - Off" bit to say what you want it to say. It's that simple
Enjoy having a better patch :tits:
Copyright © 2026, NextGenUpdate.
All Rights Reserved.