|
| 13 Jul 2013 06:54 PM |
print ("VIP T-Shirt Door Script Loaded")
permission = { "alphaninjas","scarysnickers" }
texture = "http://www.roblox.com/V-I-P-for-Drive-a-Car-and-Race-item?id=122564725"
function checkOkToLetIn(name) for i = 1,#permission do
if (string.upper(name) == string.upper(permission[i])) then return true end end return false end
local Door = script.Parent
function onTouched(hit) print("Door Hit") local human = hit.Parent:findFirstChild("Humanoid") if (human ~= nil ) then if human.Parent.Torso.roblox.Texture == texture then Door.Transparency = 1 wait(4) Door.Transparency = 1 print("Human touched door") elseif (checkOkToLetIn(human.Parent.Name)) then print("Human passed test") Door.Transparency = 1 wait(2) Door.Transparency = 1 else human.Health = 0 -- delete this line of you want a non-killing VIP door end end end
script.Parent.Touched:connect(onTouched)
**tshirt is 1st one in my inventory**
the game is the drive and race V.I.P |
|
|
| Report Abuse |
|
|
|
| 13 Jul 2013 06:55 PM |
| when a person bought it wont let him in! |
|
|
| Report Abuse |
|
|
| |
|
|
| 13 Jul 2013 06:56 PM |
bump...
-One does not simply think "what kills you makes you stronger" |
|
|
| Report Abuse |
|
|
|
| 13 Jul 2013 06:57 PM |
Please, "Scripting Helpers"
-One does not simply think "what kills you makes you stronger" |
|
|
| Report Abuse |
|
|
| |
|
|
| 13 Jul 2013 06:59 PM |
please guys
-One does not simply think "what kills you makes you stronger" |
|
|
| Report Abuse |
|
|
|
| 13 Jul 2013 06:59 PM |
bump bumP!!!
-One does not simply think "what kills you makes you stronger" |
|
|
| Report Abuse |
|
|
|
| 13 Jul 2013 07:01 PM |
please
-One does not simply think "what kills you makes you stronger" |
|
|
| Report Abuse |
|
|
|
| 13 Jul 2013 07:02 PM |
SOMEONE!!!!!!
-One does not simply think "what kills you makes you stronger" |
|
|
| Report Abuse |
|
|
|
| 13 Jul 2013 07:03 PM |
someone please!!
-One does not simply think "what kills you makes you stronger" |
|
|
| Report Abuse |
|
|
|
| 13 Jul 2013 07:03 PM |
bump...
-One does not simply think "what kills you makes you stronger" |
|
|
| Report Abuse |
|
|
|
| 13 Jul 2013 07:06 PM |
bump......
-One does not simply think "what kills you makes you stronger" |
|
|
| Report Abuse |
|
|
Maileh
|
  |
| Joined: 14 Jun 2011 |
| Total Posts: 1067 |
|
|
| 13 Jul 2013 07:21 PM |
| that's not the correct texture. |
|
|
| Report Abuse |
|
|
|
| 13 Jul 2013 07:26 PM |
what is then? help!
-One does not simply think "what kills you makes you stronger" |
|
|
| Report Abuse |
|
|
|
| 13 Jul 2013 07:28 PM |
bump........
-One does not simply think "what kills you makes you stronger" |
|
|
| Report Abuse |
|
|
Maileh
|
  |
| Joined: 14 Jun 2011 |
| Total Posts: 1067 |
|
|
| 13 Jul 2013 07:51 PM |
idk how to explain but hope you understand
1-. wear that tshirt. 2-. go to build mode (ROBLOX STUDIO) 3-. open your character on the "Explorer TAB" 4-. open the torso 5-. you will see a decal with the name "roblox" click it 6-. go to the "property tab" 7- you will see the Texture
OR SKIP THAT AND RUN THIS SCRIPT
x = Instance.new("Message", workspace) x.Text = game.Workspace.Alphaninjas.Torso.roblox.Texture wait(10) x:remove() |
|
|
| Report Abuse |
|
|
|
| 13 Jul 2013 07:55 PM |
no i dont undrstand plaease explain more mailh |
|
|
| Report Abuse |
|
|
Maileh
|
  |
| Joined: 14 Jun 2011 |
| Total Posts: 1067 |
|
| |
|