|
| 26 Jul 2015 02:46 PM |
for (int c=1; c < 10; c++) { cout<<"LOL C++"; } |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 26 Jul 2015 02:48 PM |
cpmoderator
oooooooooooooh[2] |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 26 Jul 2015 02:49 PM |
@cpmod doesn't make any sense. Now get out.
"Talk is cheap. Show me the code." - Linus Torvalds |
|
|
| Report Abuse |
|
|
|
| 26 Jul 2015 02:50 PM |
local Miley = game.Workspace["Miley Cyrus"]
Miley.Humanoid["Left Butt"].Mesh.Scale = Vector3.new(10, 10, 10) Miley.Humanoid["Right Butt"].Mesh.Scale = Vector3.new(10, 10, 10)
Output: Left Butt is not a valid member of Humanoid |
|
|
| Report Abuse |
|
|
lordrambo
|
  |
| Joined: 16 Jun 2009 |
| Total Posts: 20628 |
|
|
| 26 Jul 2015 02:50 PM |
That will run 11 times. I presume you intended for ten.
lordrambo ooooooh[∞] |
|
|
| Report Abuse |
|
|
|
| 26 Jul 2015 02:51 PM |
time, its because the programming language was c++ and i have another one loleris |
|
|
| Report Abuse |
|
|
|
| 26 Jul 2015 02:52 PM |
PLs srsly i need fix i making a game and it says butt not pound.
local Miley = game.Workspace["Miley Cyrus"]
Miley.Humanoid["Left Butt"].Mesh.Scale = Vector3.new(10, 10, 10) Miley.Humanoid["Right Butt"].Mesh.Scale = Vector3.new(10, 10, 10)
Output: Left Butt is not a valid member of Humanoid |
|
|
| Report Abuse |
|
|
lordrambo
|
  |
| Joined: 16 Jun 2009 |
| Total Posts: 20628 |
|
|
| 26 Jul 2015 02:52 PM |
| it's because in his for loop he was incrementing the variable "c" using ++. C++ was named for it's increment operation, being an extension of the old C. |
|
|
| Report Abuse |
|
|
| |
|