sirlava
|
  |
| Joined: 21 Feb 2009 |
| Total Posts: 11311 |
|
|
| 06 Mar 2012 04:31 PM |
I dont get VIPs. How do you make them work? Also I went on Roblox Studio and got rid of like gameplay and scripts and those things by accident. How to I get that back? |
|
|
| Report Abuse |
|
|
nfsu2222
|
  |
| Joined: 05 Jul 2009 |
| Total Posts: 66 |
|
|
| 06 Mar 2012 04:42 PM |
I don't remember well how to make an VIP, but I once made before.. You could use "Y0utube" or Google as searching resources, they'll help you! |
|
|
| Report Abuse |
|
|
69scott69
|
  |
| Joined: 30 Jan 2011 |
| Total Posts: 6136 |
|
|
| 06 Mar 2012 04:44 PM |
VIP scripts are in the wiki. And for getting things like that back, I have no clue, other than reset your place. Perhaps someone else knows and can help sirlava out. Just be careful where your mouse is when you delete stuff is my only advice! |
|
|
| Report Abuse |
|
|
SSLord
|
  |
| Joined: 29 May 2008 |
| Total Posts: 7600 |
|
|
| 06 Mar 2012 04:49 PM |
VIPs work in different ways, if you mean a VIP where a player purchases a t-shirt then can go through a door into a room specified for VIP players then that's easy. What you want is a VIP door which contains a script that accepts the decal of the t-shirt. You can get one of these VIP doors from the free models pretty easy, but be careful of any virus scripts.
After you've got a VIP door, make a room with the VIP door at an accessible area. After you've done this, create a t-shirt that will be used for your VIP door. I haven't done a VIP door since 2009, so I'm not entirely sure how outdated my knowledge is. I believe if you go into the script inside the VIP door you will see somewhere in it where it specifies where to add a t-shirt ID. This is the ID associated with your t-shirt (Can be seen in the URL, for instance the ID of this forum post is 63929376). Once you find the ID of your t-shirt simply add it inside the line of code, the area is often a place between two quotation marks.
The VIP works like this; It is usually told to set the health to any ROBLOXian who touches the door without the specified t-shirt ID to 0. However, any ROBLOXian with the t-shirt with the ID specified will be granted access, because the door will turn it's collision off for a certain time.
As for your missing gameplay and scripts, it is not recoverable. I'm not sure of any auto-saved backups. You'll have to either go to a manually saved backup or you will have to find the gameplay/scripts again. It's unfortunate, but this is why you always save backups.
If you have a backup, you could simply copy the scripts from your previous version into your more updated version assuming you did lots of work in the newer version and do not want to rollback to the older backup. |
|
|
| Report Abuse |
|
|
|
| 06 Mar 2012 05:26 PM |
| http://wiki.roblox.com/index.php/How_do_I_make_VIP_doors%3F |
|
|
| Report Abuse |
|
|
sirlava
|
  |
| Joined: 21 Feb 2009 |
| Total Posts: 11311 |
|
| |
|
| |
|