FamousX
|
  |
| Joined: 05 Jan 2011 |
| Total Posts: 284 |
|
|
| 26 Nov 2011 02:22 PM |
Hey, can somone help me?
I made my 2nd place a Baseplate changing place.
So far I only changed the TopSurface.
I would like to know Color and a Repeating Command.
Thanks
So Far:
game.Workspace.Base.TopSurface="Smooth"
wait (1)
game.Workspace.Base.TopSurface="Inlet"
wait (1)
ETC.... |
|
|
| Report Abuse |
|
|
TheMyrco
|
  |
| Joined: 13 Aug 2011 |
| Total Posts: 15105 |
|
|
| 26 Nov 2011 02:24 PM |
This is not advanced nor is it a discussion, but I'm going to help you so you can leave as fast as possible.
you can make it repeat/loop on different ways, most common:
while «statement» do end ______________________ repeat until «statment»
To change colour you do this:
workspace.Brick.BrickColor = BrickColor.new("Name")
~Myrco; Music lover, nederlands/dutch and a scripter |
|
|
| Report Abuse |
|
|
FamousX
|
  |
| Joined: 05 Jan 2011 |
| Total Posts: 284 |
|
|
| 26 Nov 2011 02:44 PM |
| What you said Did not work. -_- |
|
|
| Report Abuse |
|
|
nPwn
|
  |
| Joined: 17 Sep 2010 |
| Total Posts: 3197 |
|
| |
|
nPwn
|
  |
| Joined: 17 Sep 2010 |
| Total Posts: 3197 |
|
|
| 26 Nov 2011 03:06 PM |
| What Mycro said does work -_- |
|
|
| Report Abuse |
|
|