hboogy101
|
  |
| Joined: 10 Apr 2011 |
| Total Posts: 1392 |
|
|
| 16 Feb 2016 06:58 AM |
THIS IS OFF TOPIC THIS GOES NOWHERE ELSE
Where does the If to then statement go in my script?
My visibly horrible script? http://prntscr.com/a3z92d
yes, the bottom is just more waits n' daplagtes |
|
|
| Report Abuse |
|
|
|
| 16 Feb 2016 06:59 AM |
http://forum.roblox.com/Forum/ShowForum.aspx?ForumID=14
go there |
|
|
| Report Abuse |
|
|
|
| 16 Feb 2016 06:59 AM |
lol wtf am I on
i just linked you to account support |
|
|
| Report Abuse |
|
|
|
| 16 Feb 2016 07:00 AM |
looks alright there to me, but i only do html/css
shameless advertisement - https://twitter.com/_twainP |
|
|
| Report Abuse |
|
|
| |
|
DahPiglz
|
  |
| Joined: 21 Dec 2015 |
| Total Posts: 1335 |
|
|
| 16 Feb 2016 07:00 AM |
| Replace everything with "Hawt Dawgs" |
|
|
| Report Abuse |
|
|
hboogy101
|
  |
| Joined: 10 Apr 2011 |
| Total Posts: 1392 |
|
| |
|
|
| 16 Feb 2016 07:00 AM |
| http://forum.roblox.com/Forum/ShowForum.aspx?ForumID=33 |
|
|
| Report Abuse |
|
|
IoIiderp
|
  |
| Joined: 05 Feb 2012 |
| Total Posts: 8613 |
|
|
| 16 Feb 2016 07:01 AM |
game.Workspace
capitals matter |
|
|
| Report Abuse |
|
|
IoIiderp
|
  |
| Joined: 05 Feb 2012 |
| Total Posts: 8613 |
|
|
| 16 Feb 2016 07:02 AM |
Oh and in a if you need to have 2 ='s.
Transparency == 0.999 |
|
|
| Report Abuse |
|
|
hboogy101
|
  |
| Joined: 10 Apr 2011 |
| Total Posts: 1392 |
|
|
| 16 Feb 2016 07:06 AM |
| Thank loliderp, it now works. |
|
|
| Report Abuse |
|
|
IoIiderp
|
  |
| Joined: 05 Feb 2012 |
| Total Posts: 8613 |
|
| |
|
hboogy101
|
  |
| Joined: 10 Apr 2011 |
| Total Posts: 1392 |
|
|
| 16 Feb 2016 07:08 AM |
| well. almost works. the rest of the script now runs properly thanks to having two =='s but the if statement isn't destroying my head as wanted. |
|
|
| Report Abuse |
|
|
IoIiderp
|
  |
| Joined: 05 Feb 2012 |
| Total Posts: 8613 |
|
|
| 16 Feb 2016 07:10 AM |
One = sets something. Two == checks for something.
Also maybe your character wasn't loaded yet. Try putting a wait(1) at the very top. |
|
|
| Report Abuse |
|
|
hboogy101
|
  |
| Joined: 10 Apr 2011 |
| Total Posts: 1392 |
|
| |
|
IoIiderp
|
  |
| Joined: 05 Feb 2012 |
| Total Posts: 8613 |
|
| |
|
hboogy101
|
  |
| Joined: 10 Apr 2011 |
| Total Posts: 1392 |
|
| |
|
IoIiderp
|
  |
| Joined: 05 Feb 2012 |
| Total Posts: 8613 |
|
|
| 16 Feb 2016 03:29 PM |
| Workspace needs to be in capitals. |
|
|
| Report Abuse |
|
|
hboogy101
|
  |
| Joined: 10 Apr 2011 |
| Total Posts: 1392 |
|
|
| 16 Feb 2016 03:33 PM |
| loli, workspace works fine without w being capital. |
|
|
| Report Abuse |
|
|
|
| 16 Feb 2016 03:34 PM |
I suggest the ROBLOX wiki or Peaspod for a visual tutorial.
I seldom forum. |
|
|
| Report Abuse |
|
|
IoIiderp
|
  |
| Joined: 05 Feb 2012 |
| Total Posts: 8613 |
|
|
| 16 Feb 2016 03:45 PM |
| But you said it doesn't work... |
|
|
| Report Abuse |
|
|
hboogy101
|
  |
| Joined: 10 Apr 2011 |
| Total Posts: 1392 |
|
|
| 16 Feb 2016 03:56 PM |
| omf THE DESTROY part dosen't work why can't I just delete my own HEADUH and end it all! |
|
|
| Report Abuse |
|
|
IoIiderp
|
  |
| Joined: 05 Feb 2012 |
| Total Posts: 8613 |
|
| |
|
|
| 16 Feb 2016 04:01 PM |
optimize your script.. do
if game.Workspace.daplagte.Transparency == 0.9 then game.Workspace.hboogy101:BreakJoints() end
repeat wait(0.1) game.Workspace.daplagte.Transparency = game.Workspace.daplagte.Transparency - 0.1 until game.Workspace.daplagate.Transparency==0.1
repeat wait(0.1) game.Workspace.daplagte.Transparency = game.Workspace.daplagte.Transparency + 0.1 until game.Workspace.daplagate.Transparency==0.5
copy paste that you need "==" instead of "=" if checking if a value is something, and your script doesn't set it to 0.999 so it'll never trigger. you also need to capitalize "W" in "Workspace"
|
|
|
| Report Abuse |
|
|