of     1   

Robinhaz
#178647Saturday, October 06, 2007 10:22 PM GMT

I'm not very good at script actually i can't do any but i'm good at building things not scripting. Cann anyone plz make me a script so a cage appears when you step on a pad or ids that to advanced?
cruckshank
Top 100 Poster
#179206Sunday, October 07, 2007 7:49 AM GMT

well... i can do most scripts but that really is hard... ?-cruckshank-?
number5801
#180234Sunday, October 07, 2007 10:06 PM GMT

Hmmm.... I think i have a little in my head but it probably wont work and even if it will (rare chance) I wont be able to write it right... I mostly do one line scripts :|
Robinhaz
#181134Monday, October 08, 2007 6:10 PM GMT

well your better than me lol
lavamaster
#181195Monday, October 08, 2007 6:40 PM GMT

model=cage button=brick function onTouched(hit) local h = hit.Parent:findFirstChild("Humanoid") if (h ~= nil) then button.Transparency=1 model.Transparency=1 wait(2) button.Transparency=0 model.Transparency=0 end end script.Parent.Touched:connect(onTouched)
jonniboi102
#6810611Friday, March 27, 2009 1:18 PM GMT

lavamaster is that for sb

    of     1