jake5545
|
  |
| Joined: 07 Jun 2009 |
| Total Posts: 610 |
|
|
| 26 Aug 2011 08:15 PM |
| Im a terrible scripter and i need this fixed. |
|
|
| Report Abuse |
|
|
jake5545
|
  |
| Joined: 07 Jun 2009 |
| Total Posts: 610 |
|
|
| 26 Aug 2011 08:16 PM |
while true do wait (5) Ball reflection 0.1 wait(5) Ball reflection =0 repeat |
|
|
| Report Abuse |
|
|
UFAIL2
|
  |
| Joined: 14 Aug 2010 |
| Total Posts: 6905 |
|
|
| 26 Aug 2011 08:17 PM |
First you have to define "Ball"
Ball = Location while true do wait(5) Ball.Reflection = 0.1 wait(5) Ball.Reflection = 0 end |
|
|
| Report Abuse |
|
|
jake5545
|
  |
| Joined: 07 Jun 2009 |
| Total Posts: 610 |
|
|
| 26 Aug 2011 08:18 PM |
Ball = 5, 61.1, -127 while true do wait(5) Ball.Reflection = 0.1 wait(5) Ball.Reflection = 0 end
That good?
|
|
|
| Report Abuse |
|
|
UFAIL2
|
  |
| Joined: 14 Aug 2010 |
| Total Posts: 6905 |
|
|
| 26 Aug 2011 08:21 PM |
Ball = game.Workspace.Whatever else while true do wait(5) Ball.Reflection = 0.1 wait(5) Ball.Reflection = 0 end |
|
|
| Report Abuse |
|
|
jake5545
|
  |
| Joined: 07 Jun 2009 |
| Total Posts: 610 |
|
|
| 26 Aug 2011 08:23 PM |
| It says reflections is not a valid part of workspace |
|
|
| Report Abuse |
|
|
UFAIL2
|
  |
| Joined: 14 Aug 2010 |
| Total Posts: 6905 |
|
|
| 26 Aug 2011 08:27 PM |
Drag the script into the Ball and put this in the script.
Ball = script.Parent while true do wait(5) Ball.Reflection = 0.1 wait(5) Ball.Reflection = 0 end |
|
|
| Report Abuse |
|
|
jake5545
|
  |
| Joined: 07 Jun 2009 |
| Total Posts: 610 |
|
|
| 27 Aug 2011 10:27 AM |
ok it works but i want it too repeat infinitely
|
|
|
| Report Abuse |
|
|
|
| 27 Aug 2011 10:58 AM |
| While true do makes it repeat infinatly... |
|
|
| Report Abuse |
|
|
jake5545
|
  |
| Joined: 07 Jun 2009 |
| Total Posts: 610 |
|
|
| 27 Aug 2011 11:05 AM |
| learned that because of someone else already.. |
|
|
| Report Abuse |
|
|