wushue34Join Date: 2008-06-08 Post Count: 6653 |
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!~ |
|
Fl0xJoin Date: 2010-08-06 Post Count: 5169 |
String. |
|
wushue34Join Date: 2008-06-08 Post Count: 6653 |
Oops, I accidentally put my alts username. :P
But it still doesn't work. :/ |
|
wushue34Join Date: 2008-06-08 Post Count: 6653 |
Anyone . . .? |
|
bloob827Join Date: 2010-08-01 Post Count: 6867 |
add a wait() somewhere in that loop or it will crash. |
|
wushue34Join Date: 2008-06-08 Post Count: 6653 |
Is that all I need to fix? |
|
|
Sam3812Join Date: 2007-11-23 Post Count: 1703 |
|
|
wushue34Join Date: 2008-06-08 Post Count: 6653 |
Thanks. :) |
|
|
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. |
|
Sam3812Join Date: 2007-11-23 Post Count: 1703 |
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 |
|
bloob827Join Date: 2010-08-01 Post Count: 6867 |
@Rukiryo
Then why didn't you do it if you are so good? |
|
wushue34Join Date: 2008-06-08 Post Count: 6653 |
Thanks again, and I'll remember those tips. |
|
|
@bloob the idiot
I read the thread after him...and I did respond.. |
|