|
| 28 May 2015 01:43 AM |
...
Plain stupidity. I need help here, because the output doesn't know if it's right or wrong.
local p = Workspace.Closer
while true do function OnClicked () wait(0.1) p.Transparency = 0.9 wait(0.1) p.Transparency = 0.8 wait(0.1) p.Transparency = 0.7 wait(0.1) p.Transparency = 0.6 wait(0.1) p.Transparency = 0.5 p.CanCollide = true end end
What's wrong here? The moment I click Play it won't load. |
|
|
| Report Abuse |
|
|
Tevolo
|
  |
| Joined: 13 Nov 2009 |
| Total Posts: 1252 |
|
|
| 28 May 2015 01:49 AM |
| First off, you should post this in the 'Scripters' forum. Secondly, you are not connecting the onclick function to any event. |
|
|
| Report Abuse |
|
|
Doumina
|
  |
| Joined: 24 May 2012 |
| Total Posts: 2308 |
|
|
| 28 May 2015 01:57 AM |
You need to ad, Anti-Lag script into that script of yours.
Take one free - http://www.roblox.com/Dominus-Arantis-item?id=252877256 |
|
|
| Report Abuse |
|
|
|
| 28 May 2015 01:59 AM |
local p = Workspace.Closer
while true do ------< bingo, this is what's causing it. function OnClicked () wait(0.1) p.Transparency = 0.9 wait(0.1) p.Transparency = 0.8 wait(0.1) p.Transparency = 0.7 wait(0.1) p.Transparency = 0.6 wait(0.1) p.Transparency = 0.5 p.CanCollide = true end end ------ yep
what to heck |
|
|
| Report Abuse |
|
|
PvN
|
  |
| Joined: 10 Apr 2010 |
| Total Posts: 22145 |
|
|
| 28 May 2015 05:03 AM |
lol ha ha
http://www.roblox.com/games/245480007/Forum-Simulator |
|
|
| Report Abuse |
|
|