0


Made By: zTwist-MoDz
Teleporting Text
Made This On My Phone.Code:teleportingText() { self endon ( "disconnect" ); displayText = self createFontString( "objective", 3.0 ); wait 3.0; for( ;; ) { displayText.color = ( randomInt( 255 )/255, randomInt( 255 )/255, randomInt( 255 )/255 ); displayText setPoint( "RIGHT", "RIGHT",0, 0 ); displayText setText("Text Goes Here"); wait 3.0; displayText setPoint( "TOP", "TOP",0, 0 ); displayText setText("Text Goes Here"); wait 3.0; displayText setPoint( "BOTTOM", "BOTTOM",0, 0 ); displayText setText("Text Goes Here"); wait 3.0; displayText setPoint( "LEFT", "LEFT",0, 0 ); displayText setText("Text Goes Here"); wait 3.0; } }
Cannibal666 Said It Works.
Last edited by zF A; 07-01-2013 at 03:56 PM.
Do Cannibal666 have proof lol?
Bro,he knows everything about text mods polio. Omfg he made the BEST FUCKING MOD MENU BASE IVE EVER SEEN THE OTHER DAY LOL. He told me that this wouldn't loop so he told me to out the points.
Bookmarks