of     2   
chevron_rightchevron_rightchevron_right

koontay
#208057Friday, October 26, 2007 5:11 PM GMT

Is there a way, so that if someone is wearing a certain hat, they get admin weapons and stuff? Like how if you aren't wearing a Atro Helm and you go in a moon place, your head explodes. I would give you Anaminus's Admin Weapons script, but I can't on this comp. So is it possible, and if it is can someone make it for me?
totti
#208177Friday, October 26, 2007 6:15 PM GMT

Easy...just change the shirt ID to the hat ID Totti
MetalYoshi
#208283Friday, October 26, 2007 7:49 PM GMT

yeah what totti said :D
koontay
#208973Saturday, October 27, 2007 1:10 AM GMT

Erm....But I don't have a shirt script.... Totti, could you just whip one up for me?
LuigiFan
#209167Saturday, October 27, 2007 2:17 AM GMT

Well I havent tested this and it might not work, but this might work for an admin hat door. function onTouched(hit) print("Door Hit") local human = hit.Parent:findFirstChild("EmeraldEye") if (human ~= nil ) then Door.Transparency = .5 Door.CanCollide = false wait(7) Door.CanCollide = true Door.Transparency = 0 else human.Health= 0 end end end connection = Door.Touched:connect(onTouched) --Replace "EmeraldEye" with the hat name.
koontay
#210064Saturday, October 27, 2007 3:30 PM GMT

Ok, thanks. I'll try it out later.
lavamaster
#210636Saturday, October 27, 2007 8:12 PM GMT

i dun think that will work cuz human equals to the hat and in else it says "human.Health=0" so it wont work (im 99.999999% sure)
LuigiFan
#210689Saturday, October 27, 2007 8:41 PM GMT

Heh, I must have forgot that part XD function onTouched(hit) print("Door Hit") local human = hit.Parent:findFirstChild("EmeraldEye") if (human ~= nil ) then Door.Transparency = .5 Door.CanCollide = false wait(7) Door.CanCollide = true Door.Transparency = 0 else hit.Parent.Humanoid.Health = 0 end end end connection = Door.Touched:connect(onTouched) -- Try that! =P-LuigiFan-=P
PRG
#210717Saturday, October 27, 2007 8:54 PM GMT

silly hats only *walks in with a top hat*
Ganondude
#210741Saturday, October 27, 2007 9:10 PM GMT

LuigiFan your door still won't work; you forgot to declare Door :P This is a working Hat Door script: ------------------------------------------------------------------------------------------ Door = script.Parent function onTouched(hit) local human = hit.Parent:findFirstChild("Humanoid") if (human ~= nil) then local hat = hit.Parent:findFirstChild("EmeraldEye") -- change this to the hat you want if (hat ~= nil) then Door.Transparency = .5 Door.CanCollide = false wait(3) Door.CanCollide = true Door.Transparency = 0 else human.Health= 0 end end end connection = Door.Touched:connect(onTouched) ------------------------------------------------------------------------------------------
koontay
#211286Sunday, October 28, 2007 3:38 AM GMT

Erm.... OK. I'll get to testing these out Tuesday. But, consider how I wanna use this... Say My Eyeball Drone army comes into my place. I want them all to start with Balefire (like an eyeball ray), but Balefire isn't a pickup-able weapon... I need them to start with the weapon. I'll have to post Anaminus's admin weapons script...
LuigiFan
#211392Sunday, October 28, 2007 5:36 AM GMT

Ok, I just made that in like 2 secs at night so dont blame me XD =P-LuigiFan-=P
lavamaster
#211402Sunday, October 28, 2007 6:00 AM GMT

gannon it wont work cuz of human.Health wich = the health of the hat so the script is rong
koontay
#211637Sunday, October 28, 2007 2:15 PM GMT

Aaarrrgh! I hate to sound impatient but can someone make me it fast? I really need it! (K)
jeffcena
#211680Sunday, October 28, 2007 3:07 PM GMT

kwl im guna try that Script o_O
koontay
#211796Sunday, October 28, 2007 4:15 PM GMT

Erm...you do that...
jeffcena
#213425Monday, October 29, 2007 2:34 PM GMT

lol
slicergolden
#215542Tuesday, October 30, 2007 10:36 PM GMT

this will take forever to figure out
LuigiFan
#215718Tuesday, October 30, 2007 11:39 PM GMT

Koontay, lavamaster's wrong because Gannon added the (hat = bla bla bla) and never changed the (human = bla bla bla). So Koontay just test it and it SHOULD work... =P-LuigiFan-=P
SgtDixon
#216096Wednesday, October 31, 2007 3:16 AM GMT

hi koontay, and everyone else =)
MetalYoshi
#216232Wednesday, October 31, 2007 11:00 AM GMT

uuugggghhhhh this is so easy this is minor scripting c'mon koontay so it yourself
MetalYoshi
#216234Wednesday, October 31, 2007 11:00 AM GMT

uuugggghhhhh this is so easy this is minor scripting c'mon koontay do it yourself
MetalYoshi
#216235Wednesday, October 31, 2007 11:01 AM GMT

lol oops
kiddy1278
#71673820Friday, July 06, 2012 7:21 PM GMT

Some ROBLOX update must of broken your theory but I'll try it anyway.
WhiteRain
#71674134Friday, July 06, 2012 7:25 PM GMT

Why necrobump...

    of     2   
chevron_rightchevron_rightchevron_right