of     1   

wushue34
#53930505Tuesday, August 30, 2011 6:06 PM GMT

I made a script that changes an image label's 'image' to me, every time I change. And for some reason it won't work, there is no output, sorry. M = script.Parent.Meh while true do M.Image = http://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&Format=Png&username=TheWisest end I am EXTREMELY new to scripting; so please be patient with me, thanks. ~U sly dog u!~
Fl0x
#53930527Tuesday, August 30, 2011 6:06 PM GMT

String.
wushue34
#53930577Tuesday, August 30, 2011 6:07 PM GMT

Oops, I accidentally put my alts username. :P But it still doesn't work. :/
wushue34
#53930749Tuesday, August 30, 2011 6:11 PM GMT

Anyone . . .?
bloob827
#53930866Tuesday, August 30, 2011 6:13 PM GMT

add a wait() somewhere in that loop or it will crash.
wushue34
#53931445Tuesday, August 30, 2011 6:27 PM GMT

Is that all I need to fix?
crazypotato4
#53931526Tuesday, August 30, 2011 6:30 PM GMT

image is a string
Sam3812
#53931722Tuesday, August 30, 2011 6:36 PM GMT

M = script.Parent.Meh while true do wait() M.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&Format=Png&username=TheWisest" end --Sam3812
wushue34
#53932356Tuesday, August 30, 2011 6:50 PM GMT

Thanks. :)
AbstractAlex
#53932567Tuesday, August 30, 2011 6:55 PM GMT

Rofl sam, thank you for posting it as the clowns above had not. Saying "String" doesn't help him. He's new. A string is a line of text, and when using it, must be put in "" or will not work.
Sam3812
#53932639Tuesday, August 30, 2011 6:56 PM GMT

To turn something into a string simply surround it with " " marks, "This is a string" This is not a string while loops ALWAYS need a wait() else they'll be running far too fast for any computer to do anything with and therefore they appear to crash the game, it will not load or run and cannot be terminated without exiting the program. Just a few tips there. --Sam3812
bloob827
#53932677Tuesday, August 30, 2011 6:57 PM GMT

@Rukiryo Then why didn't you do it if you are so good?
wushue34
#53933229Tuesday, August 30, 2011 7:09 PM GMT

Thanks again, and I'll remember those tips.
AbstractAlex
#53998757Wednesday, August 31, 2011 9:33 PM GMT

@bloob the idiot I read the thread after him...and I did respond..

    of     1