Initius
|
  |
| Joined: 18 Apr 2012 |
| Total Posts: 394 |
|
|
| 24 Jun 2015 04:19 PM |
I've taken a script off the wiki and remade it so it would fit to my needs, but the frame won't stop exactly where I want it to stop.
Here's the script:
wait(1) local textLabel = script.Parent local xPosition = 0 local speed = .002 while true do xPosition = xPosition + speed textLabel.Position = UDim2.new(xPosition, 0, .005, 0) wait() if xPosition == .4 then speed = 0 end end
Please help! It'd be much appreciated! |
|
|
| Report Abuse |
|
|
Initius
|
  |
| Joined: 18 Apr 2012 |
| Total Posts: 394 |
|
| |
|
|
| 24 Jun 2015 04:31 PM |
| Then change it to where you want it to stawp. |
|
|
| Report Abuse |
|
|
Initius
|
  |
| Joined: 18 Apr 2012 |
| Total Posts: 394 |
|
| |
|
Initius
|
  |
| Joined: 18 Apr 2012 |
| Total Posts: 394 |
|
|
| 24 Jun 2015 05:04 PM |
| Nevermind, found out the problem. |
|
|
| Report Abuse |
|
|