|
| 17 Sep 2015 06:17 PM |
while true do script.Parent.Position = UDim2.new(0.5, 0, 0.5, 0) wait(6) script.Parent.Position = UDim2.new(0, 0, 0, 0) end |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
| |
|
|
| 17 Sep 2015 06:19 PM |
while true do script.Parent.Position = UDim2.new(0.5, 0, 0.5, 0) wait(6) script.Parent.Position = UDim2.new(0, 0, 0, 0) wait(6) end |
|
|
| Report Abuse |
|
|
|
| 17 Sep 2015 06:19 PM |
| Nothing at all, it shows no errors but it does not run at all. |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 17 Sep 2015 06:19 PM |
| right when it is set to 0,0,0,0 it is set to 0.5,0,0.5,0 right away. |
|
|
| Report Abuse |
|
|