Levidoo6
|
  |
| Joined: 22 Aug 2009 |
| Total Posts: 1526 |
|
|
| 27 Feb 2013 06:11 PM |
s/(h)s.OnTouch:Connect() game.Workspace.s.Transparency = 1 wait(4) game.Workspace.s.Transparency = 0 end) |
|
|
| Report Abuse |
|
|
|
| 27 Feb 2013 06:15 PM |
This isn't scripting at all
I mean Venusaur...with a question mark |
|
|
| Report Abuse |
|
|
|
| 27 Feb 2013 06:26 PM |
Nice try. :)
function onTouched(hit) game.Workspace.s.Transparency = 1 wait(4) game.Workspace.s.Transparency = 0 end script.Parent.Touched:connect(onTouched)
There you go. |
|
|
| Report Abuse |
|
|