|
| 01 Dec 2014 06:43 PM |
How do I create a script in a different code? Is there a plugin for it? Example: set part = create(Part) part.SeeThrough = 0 part.Color = Bright Blue part.Hit:function part.SeeThrough = 0.1 wait 0.1 part.SeeThrough = 0.2 wait 0.1 part.SeeThrough = 0.3 wait 0.1 part.SeeThrough = 0.4 wait 0.1 part.SeeThrough = 0.5 wait 0.1 part.SeeThrough = 0.6 wait 0.1 part.SeeThrough = 0.7 wait 0.1 part.SeeThrough = 0.8 wait 0.1 part.SeeThrough = 0.9 wait 0.1 part.SeeThrough = 1 part.GoThrough = true end |
|
|
| Report Abuse |
|
|
| |
|
|
| 01 Dec 2014 06:45 PM |
| I shall not give up! If I can, how do you create a plugin? |
|
|
| Report Abuse |
|
|
|
| 01 Dec 2014 06:46 PM |
| Cuz I might create a plugin for this |
|
|
| Report Abuse |
|
|
|
| 01 Dec 2014 06:47 PM |
| Uh, I recommend checking out the Roblox Wiki before trying out Lua in Roblox. |
|
|
| Report Abuse |
|
|