failbot31
|
  |
| Joined: 29 May 2011 |
| Total Posts: 6508 |
|
|
| 07 Sep 2011 10:26 AM |
| How do I make a VIP door? Please say it as simple as possible. |
|
|
| Report Abuse |
|
|
| |
|
failbot31
|
  |
| Joined: 29 May 2011 |
| Total Posts: 6508 |
|
| |
|
|
| 07 Sep 2011 10:43 AM |
Why did you facepalm?Realize he said the truth. I may have gave you the leaderboard script when you spammed scripters,but you're not going to ask your whole life if someone is going to make something for you. This is why you learn to script,check the ROBLOX Wiki,and FIGURE OUT STUFF. |
|
|
| Report Abuse |
|
|
pauljkl
|
  |
| Joined: 23 Oct 2008 |
| Total Posts: 9364 |
|
|
| 07 Sep 2011 10:46 AM |
In fact, the roblox wiki has a VIP door tutorial
http://wiki.roblox.com/index.php/How_do_I_make_VIP_doors%3F |
|
|
| Report Abuse |
|
|
|
| 07 Sep 2011 11:44 AM |
Just saying, people come here to ask questions, not to be ganged up on.
Whose Chick is on your stick? |
|
|
| Report Abuse |
|
|
Dezhnyov
|
  |
| Joined: 04 Sep 2011 |
| Total Posts: 22 |
|
|
| 07 Sep 2011 03:32 PM |
http://wiki.roblox.com/index.php/How_do_I_make_VIP_doors%3F
Search the wiki before asking something on the forums. |
|
|
| Report Abuse |
|
|
Powerhalo
|
  |
| Joined: 16 Jun 2010 |
| Total Posts: 1504 |
|
| |
|
failbot31
|
  |
| Joined: 29 May 2011 |
| Total Posts: 6508 |
|
|
| 07 Sep 2011 05:43 PM |
| I'm sorry I can't find stuff on the wiki! GEEZ! |
|
|
| Report Abuse |
|
|
|
| 07 Sep 2011 06:02 PM |
i like pie and i have no idea how to make vip |
|
|
| Report Abuse |
|
|
|
| 07 Sep 2011 06:03 PM |
| i am to lazy to learn how to script or to make vip |
|
|
| Report Abuse |
|
|
failbot31
|
  |
| Joined: 29 May 2011 |
| Total Posts: 6508 |
|
| |
|
|
| 08 Sep 2011 08:38 PM |
| you have to press on the vip word in the explorer then double click then press on the word below it sayes vip then double click on that then put in your name in the top left corner |
|
|
| Report Abuse |
|
|
|
| 08 Sep 2011 08:43 PM |
| you need more kos then your wos to get the bloxxer badge |
|
|
| Report Abuse |
|
|
|
| 08 Sep 2011 08:44 PM |
| you have to press on the vip word in the explorer then double click then press on the word below it sayes vip then double click on that then put in your name in the top left corner |
|
|
| Report Abuse |
|
|
|
| 08 Sep 2011 08:44 PM |
local user = "Player" -- change this to the name of the person the personal door belongs to
local door = script.Parent local doorTransparency = door.Transparency
function onTouched(hit) local character = hit.Parent
if character:FindFirstChild("Humanoid") then if string.lower(character.Name) == string.lower(user) then door.CanCollide = false door.Transparency = 0.4
wait(4) -- You can change the number to the amount of seconds you want the door to be open door.CanCollide = true door.Transparency = doorTransparency else character:BreakJoints() -- remove this line if you want a non-killing door end end end
script.Parent.Touched:connect(onTouched) |
|
|
| Report Abuse |
|
|
|
| 08 Sep 2011 08:49 PM |
| you have to press on the vip word in the explorer in the roblox studio then double click then press on the word below it sayes vip then double click on that then put in your name in the top left corner. |
|
|
| Report Abuse |
|
|
|
| 15 Oct 2011 10:50 AM |
| yes yes ok ok good good... wait what were we talking 'bout again? |
|
|
| Report Abuse |
|
|