oofive2
|
  |
| Joined: 08 May 2011 |
| Total Posts: 1608 |
|
|
| 27 May 2015 08:39 PM |
MyRotationScript = script.Parent MyRotationScript.Rotation = 0 repeat repeat MyRotationScript.Rotation = MyRotationScript.Rotation + 1 until MyRotationScript.Rotation == 180
if MyRotationScript.Rotation == 180 then repeat MyRotationScript.Rotation = MyRotationScript.Rotation -1 until MyRotationScript.Rotation == 0 end until script.Parent.Intro.Name == "TheEndOfTheGame"
No errors clearly defined in output
-/I can't drown my demons they know how to swim\- |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 27 May 2015 08:49 PM |
| please do not code like that anymore. |
|
|
| Report Abuse |
|
|
oofive2
|
  |
| Joined: 08 May 2011 |
| Total Posts: 1608 |
|
|
| 27 May 2015 08:51 PM |
I like to be creative.
-/I can't drown my demons they know how to swim\- |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
| |
|
oofive2
|
  |
| Joined: 08 May 2011 |
| Total Posts: 1608 |
|
|
| 27 May 2015 08:53 PM |
pshhhh. it should work even though i made it really creatively scripted.
-/I can't drown my demons they know how to swim\- |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 27 May 2015 08:54 PM |
| obv it doesnt work, which means the way you scripted this, does not work. Now fix it. |
|
|
| Report Abuse |
|
|
|
| 27 May 2015 08:57 PM |
| Did your parents tell you that doing something in the worst and most inefficient way possible is the definition of creativity? Because, since you clearly aren't aware of this, the internet is a great resource for finding things. One thing that I recommend you finding is the definition of the word "creativity" (assuming your parents don't block you from accessing any other sites since you're only 3 and that would be a wise thing to do.) |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 27 May 2015 09:00 PM |
"obv it doesnt work, which means the way you scripted this, does not work. Now fix it. " oofive2 wrote at 5/27/2015 8:58 PM Report Abuse ....
Now hes mad at me. Lol |
|
|
| Report Abuse |
|
|
oofive2
|
  |
| Joined: 08 May 2011 |
| Total Posts: 1608 |
|
|
| 27 May 2015 09:02 PM |
Did your parents tell you your annoying as fkk? I hope someone brought that to your attention.
ROBLOX wiki doesn't go into details of rotating a frame fluently.
-/I can't drown my demons they know how to swim\- |
|
|
| Report Abuse |
|
|
oofive2
|
  |
| Joined: 08 May 2011 |
| Total Posts: 1608 |
|
|
| 27 May 2015 09:03 PM |
Not you at the previous comment time.
-/I can't drown my demons they know how to swim\- |
|
|
| Report Abuse |
|
|
KEVEKEV77
|
  |
| Joined: 12 Mar 2009 |
| Total Posts: 6961 |
|
|
| 27 May 2015 09:05 PM |
| theres 2 repeats and one until |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 27 May 2015 09:08 PM |
for i = 1,math.huge do script.Parent.Rotation = script.Parent.Rotation + 1 if script.Parent.Rotation == 180 then print("180") end wait() end |
|
|
| Report Abuse |
|
|