|
| 30 Jul 2011 08:14 PM |
| Does anyone have a Mental Hospital? |
|
|
| Report Abuse |
|
|
akumaru11
|
  |
| Joined: 19 Nov 2009 |
| Total Posts: 2588 |
|
|
| 30 Jul 2011 08:15 PM |
hardly anyone has it. only 50 out of the 500 000 people who play roblox do.
~~~FLOODCHECK~~~ |
|
|
| Report Abuse |
|
|
|
| 30 Jul 2011 08:16 PM |
| Dang, I need one or help building one. I am going to make one named Mental Hospital Takover. |
|
|
| Report Abuse |
|
|
akumaru11
|
  |
| Joined: 19 Nov 2009 |
| Total Posts: 2588 |
|
|
| 30 Jul 2011 08:17 PM |
Tips?
1) GUI's 2) Body Volocity in ghosts. 3) Ontouched() Events 4) C-frame. |
|
|
| Report Abuse |
|
|
|
| 30 Jul 2011 08:20 PM |
GUI: Ehh I don't really know how to do it. Body Volocity in ghosts: Like make a zombie almost invisable? Ontouched() Events: Lava? C-Frame: I can't C-Frame. |
|
|
| Report Abuse |
|
|
akumaru11
|
  |
| Joined: 19 Nov 2009 |
| Total Posts: 2588 |
|
|
| 30 Jul 2011 08:20 PM |
Then you arn't ready to make a complexed game. Start with a free-modeld obby then work your way up.
<3 Akumaru11 |
|
|
| Report Abuse |
|
|
|
| 30 Jul 2011 08:22 PM |
| I have made complex games before.. I have C-framed before yet when I did the item always went to the middle. |
|
|
| Report Abuse |
|
|
akumaru11
|
  |
| Joined: 19 Nov 2009 |
| Total Posts: 2588 |
|
|
| 30 Jul 2011 08:23 PM |
| Show Me an Example of your work. |
|
|
| Report Abuse |
|
|
|
| 30 Jul 2011 08:28 PM |
Here are some of my models.
http://www.roblox.com/Nissan-Silva-item?id=56101555
http://www.roblox.com/Meeting-Center-RaidAble-item?id=54303093
http://www.roblox.com/Free-HQ-item?id=54289017
http://www.roblox.com/Xenox-Military-PB-Turrent-item?id=54069084
http://www.roblox.com/Rusted-Barricade-item?id=53762472
http://www.roblox.com/Hidden-Outpost-Map-item?id=53760580 |
|
|
| Report Abuse |
|
|
akumaru11
|
  |
| Joined: 19 Nov 2009 |
| Total Posts: 2588 |
|
|
| 30 Jul 2011 08:33 PM |
GUI: Ehh I don't really know how to do it. Body Volocity in ghosts: Like make a zombie almost invisable? Ontouched() Events: Lava? C-Frame: I can't C-Frame.
GUI: A graphic User Interface Ex) In Mental Hospital it shows the YOU WILL DIE Body Velocity: Makes planes fly and forces stuff to move. Ontouch() Events: Sorta C-frame: Most of the examples above were c-framed. |
|
|
| Report Abuse |
|
|
|
| 30 Jul 2011 08:36 PM |
| Can you be my helper on this model I really need the help? |
|
|
| Report Abuse |
|
|
akumaru11
|
  |
| Joined: 19 Nov 2009 |
| Total Posts: 2588 |
|
|
| 30 Jul 2011 08:44 PM |
Which Model? Details?
~~~FLoodcheck~~~ |
|
|
| Report Abuse |
|
|
|
| 30 Jul 2011 08:48 PM |
| Creating a Mental Hospital. |
|
|
| Report Abuse |
|
|
akumaru11
|
  |
| Joined: 19 Nov 2009 |
| Total Posts: 2588 |
|
| |
|
theopfor
|
  |
| Joined: 08 Feb 2011 |
| Total Posts: 11003 |
|
|
| 30 Jul 2011 09:15 PM |
GUI: Easy the only hard thing is UDim2 positions Body Volocity in ghosts: Insert>Object>BodyVelocity play around with it Ontouched() Events: script.Parent.Touched:connect(functionName) C-Frame: http://wiki.roblox.com/index.php/CFrame_positioning
I might help depending on the conditions my BC runs out tomorrow and I want to accept payment so payment would be nice but I mostly want some advertisements in the hospital though. I also want the payment in advance 20 robux is good (cheap too). |
|
|
| Report Abuse |
|
|
akumaru11
|
  |
| Joined: 19 Nov 2009 |
| Total Posts: 2588 |
|
| |
|
theopfor
|
  |
| Joined: 08 Feb 2011 |
| Total Posts: 11003 |
|
|
| 30 Jul 2011 09:18 PM |
XD
~~~FLOODCHECK~~~ ~~~FLOODCHECK~~~ |
|
|
| Report Abuse |
|
|
| |
|
|
| 11 Aug 2011 05:44 PM |
| What he means by OnTouch() Events is like u touch an invisible, Non-cancollide brick, and a ghost pops out or a scary sound starts.... |
|
|
| Report Abuse |
|
|
|
| 11 Aug 2011 05:45 PM |
| or like something that falls and kills you for an obby type game |
|
|
| Report Abuse |
|
|
MXrcr20
|
  |
| Joined: 01 Oct 2008 |
| Total Posts: 2644 |
|
|
| 11 Aug 2011 07:04 PM |
It's not called "OnTouched" events. Those mean nothing. The actual event is .Touched
OnTouched could be changed to any word or letter in the alphabet. It would still work because OnTouched is a name that many people use to name a function. Everyone has a name, but not everybody has the same name. Someone can be named Fred, someone else could be named Bob, this function could be named OnTouched, another function could be named Cheeseburger. It really doesn't matter what the name is, just PLEASE get the event name right.
| | | V .Touched ^ | | |
~If at first you don't succeed, skydiving is not for you. |
|
|
| Report Abuse |
|
|
pauljkl
|
  |
| Joined: 23 Oct 2008 |
| Total Posts: 9364 |
|
|
| 11 Aug 2011 07:07 PM |
"Ontouched() Events"
I cried a little.
This would work
function CookiesForPauljkl() print("Hi") end script.Parent.Touched:connect(CookiesForPauljkl) |
|
|
| Report Abuse |
|
|
MXrcr20
|
  |
| Joined: 01 Oct 2008 |
| Total Posts: 2644 |
|
|
| 11 Aug 2011 07:20 PM |
I cried too paul. I cried because I started seeing too many people in this forum saying that and not even bothering to fix it.
And I already ran out of cookies...
CookieJar=script.Parent.CookieJar.Value function OmNomNom() print(CookieJar) end OmNomNom()
>> 0
~If at first you don't succeed, skydiving is not for you. |
|
|
| Report Abuse |
|
|
|
| 11 Aug 2011 08:21 PM |
| i'm impressed with the models he posted |
|
|
| Report Abuse |
|
|