|
| 10 Nov 2011 04:27 PM |
Everyone always asks me for some help but I can't because of school. So this is my help thread. Let the questioning begin! :D |
|
|
| Report Abuse |
|
|
Zlavaz
|
  |
| Joined: 23 Oct 2011 |
| Total Posts: 2722 |
|
|
| 10 Nov 2011 04:29 PM |
| How did you learn scripting? :0 |
|
|
| Report Abuse |
|
|
LOBOT44
|
  |
| Joined: 03 Feb 2010 |
| Total Posts: 23539 |
|
|
| 10 Nov 2011 04:31 PM |
while true do if script.Parent.Humanoid.Health = 0 then game.Workspace.Plane:BreakJoints() end wait() end why doesnt it work |
|
|
| Report Abuse |
|
|
| |
|
|
| 10 Nov 2011 04:34 PM |
@Zlaz I actually knew Lua before I came to Roblox. I started out at age 8, learning C++. After I learned C++ and basically mastered it, I tried out web development. Researching along JavaScript, I found Lua. I learned it and loved it. Then I found an ad for this game a few weeks ago. Started playing, adjusted my coding towards ROBLOX Lua via Wiki. |
|
|
| Report Abuse |
|
|
|
| 10 Nov 2011 04:35 PM |
== is the comparison operator. `while true do if script.Parent.Humanoid.Health == 0 then game.Workspace.Plane:BreakJoints() end wait() end `
@Teams guy Do you want to make it via a script or the Roblox Studio GUI? |
|
|
| Report Abuse |
|
|
UFAIL2
|
  |
| Joined: 14 Aug 2010 |
| Total Posts: 6905 |
|
|
| 10 Nov 2011 04:36 PM |
| Make me a script that will create me a game, that will get to the front page. |
|
|
| Report Abuse |
|
|
|
| 10 Nov 2011 04:40 PM |
@UFAIL Well played, sir. This will get you to the front page: ` while true do m = Instance.new("Message") m.Parent = Workspace m.Name = "fd89rhe8u9wf0hr7y8ag0dy8agbry8sga9bdvdf8a9gbdfh0agu0dfhasugh04y89qwdmc8 y8y8r79ty0d8ag ny y7g a074yrg0nf7ghfupaghduspgh7u ogypa f7u yg7rap yf9ayfgd9fyr 789yt789-yr8fg9y8f90 gyf790sd 7gf0yg7s0" wait() m.Parent = Game.Lighting wait() m.Parent = Workspace wait() m.Text = string.reverse('mapS') -- generates maps wait() end
|
|
|
| Report Abuse |
|
|
UFAIL2
|
  |
| Joined: 14 Aug 2010 |
| Total Posts: 6905 |
|
| |
|
|
| 10 Nov 2011 04:54 PM |
while true do wait() if script.Parent.Humanoid.Health == 0 then game.Workspace.Plane:BreakJoints() end end |
|
|
| Report Abuse |
|
|
|
| 10 Nov 2011 04:57 PM |
| Would you be willing to check out my help thread and umm help? :o |
|
|
| Report Abuse |
|
|
|
| 10 Nov 2011 04:59 PM |
| Lol XD. The thread awaits. |
|
|
| Report Abuse |
|
|
|
| 10 Nov 2011 05:26 PM |
| You shouldn't make your own help thread. It's spam and useless. |
|
|
| Report Abuse |
|
|
|
| 10 Nov 2011 05:27 PM |
@Julien You shouldn't make your own account. It's spam and useless. |
|
|
| Report Abuse |
|
|
LOBOT44
|
  |
| Joined: 03 Feb 2010 |
| Total Posts: 23539 |
|
| |
|
| |
|
|
| 11 Nov 2011 09:40 PM |
| *Throws questions* there you go! :D. |
|
|
| Report Abuse |
|
|
|
| 11 Nov 2011 09:44 PM |
> @Julien You shouldn't make your own account. It's spam and useless.
lolol... That one made me laugh... Just thought I would add that in :3 |
|
|
| Report Abuse |
|
|
|
| 11 Nov 2011 09:45 PM |
Oh, could you check this...
http://www.roblox.com/Forum/ShowPost.aspx?PostID=57864476 |
|
|
| Report Abuse |
|
|
|
| 11 Nov 2011 10:19 PM |
| That's pretty cool, learning C++ at only the age of 8. I was wondering, what program do you get to make C++ programs? |
|
|
| Report Abuse |
|
|
|
| 11 Nov 2011 10:25 PM |
| I mean, I've alwayse wanted to learn C++, but I can't figure out how to even get to where I can make a program. |
|
|
| Report Abuse |
|
|
| |
|
|
| 11 Nov 2011 10:32 PM |
@Wizard Try 'C++ for Dummies'. |
|
|
| Report Abuse |
|
|
|
| 11 Nov 2011 10:39 PM |
| Okay, thanks! One more question though: Do you know of a good tool scripting guide? I tried the wiki, but it doesn't really explain much... |
|
|
| Report Abuse |
|
|
|
| 11 Nov 2011 11:01 PM |
| That's it. I'm making an eBook for 99 cents on Lua and C++. |
|
|
| Report Abuse |
|
|