polarman6
|
  |
| Joined: 05 Mar 2009 |
| Total Posts: 2759 |
|
|
| 06 May 2012 08:16 PM |
game.Workspace.test.size = Vector3.new(100,100,100)
wait(3)
game.Workspace.test.size = Vector3.new(50,50,50)
wait(0.1)
game.Workspace.test.Transparency = 0.1
wait(0.1)
game.Workspace.test.Transparency = 0.2
wait(0.1)
game.Workspace.test.Transparency = 0.3
wait(0.1)
game.Workspace.test.Transparency = 0.4
wait(0.1)
game.Workspace.test.Transparency = 0.5
wait(0.1)
game.Workspace.test.Transparency = 0.6
wait(0.1)
game.Workspace.test.Transparency = 0.7
wait(0.1)
game.Workspace.test.Transparency = 0.8
wait(0.1)
game.Workspace.test.Transparency = 0.7
wait(0.1)
game.Workspace.test.Transparency = 0.6
wait(0.1)
game.Workspace.test.Transparency = 0.5
wait(0.1)
game.Workspace.test.Transparency = 0.4
wait(0.1)
game.Workspace.test.Transparency = 0.3
wait(0.1)
game.Workspace.test.Transparency = 0.2
wait(0.1)
game.Workspace.test.Transparency = 0.1
wait(0.1)
game.Workspace.test.Transparency = 0 |
|
|
| Report Abuse |
|
|
|
| 06 May 2012 08:16 PM |
Add this to the top
while true do
and this at the bottom
end
~!~ Plus One Post ~!~ |
|
|
| Report Abuse |
|
|
ozza
|
  |
| Joined: 11 Oct 2007 |
| Total Posts: 726 |
|
|
| 06 May 2012 08:18 PM |
while true do game.Workspace.test.size = Vector3.new(100,100,100) wait(3) game.Workspace.test.size = Vector3.new(50,50,50) for i = 1,0,-0.1 Workspace.test.Transparency = i wait(0.1) end end
|
|
|
| Report Abuse |
|
|
|
| 06 May 2012 08:25 PM |
oZzA that was not what he asked.
Like me he is a starting scripter. What you have posted is un-readable.
Well I can kinda read it because Miz showed me something
~!~ Plus One Post ~!~ |
|
|
| Report Abuse |
|
|
ozza
|
  |
| Joined: 11 Oct 2007 |
| Total Posts: 726 |
|
|
| 06 May 2012 08:26 PM |
| Ah, if he knows the basics of Lua then he most likely could decode it, or he could use yours. |
|
|
| Report Abuse |
|
|
|
| 06 May 2012 08:28 PM |
@Noob [That's your name, isn't it? lol]
That IS basic scripting. If you ever want to make effiecent scripts, learn how to do those. |
|
|
| Report Abuse |
|
|
|
| 06 May 2012 08:30 PM |
Call me LuaNoob, Lua, Noob, Just please dont call me TheLuaNoob.
And the script works the same, I dont see the point in coding it like that.
~!~ Plus One Post ~!~ |
|
|
| Report Abuse |
|
|
ozza
|
  |
| Joined: 11 Oct 2007 |
| Total Posts: 726 |
|
| |
|
| |
|
|
| 06 May 2012 09:32 PM |
If they do the same thing, I do not see the point.
Only the first one is MUCH easier the edit.
Just change the number
~!~ Plus One Post ~!~ |
|
|
| Report Abuse |
|
|
ozza
|
  |
| Joined: 11 Oct 2007 |
| Total Posts: 726 |
|
|
| 06 May 2012 09:53 PM |
| Mine is just as easy to edit. |
|
|
| Report Abuse |
|
|
Wowgnomes
|
  |
| Joined: 27 Sep 2009 |
| Total Posts: 26255 |
|
| |
|