of     2   
chevron_rightchevron_rightchevron_right

superj9
#947419Saturday, May 10, 2008 5:54 PM GMT

i need a script for lava that makes stuff melt and sertin people dont melt o and it kills if one limb gets burned ok plz make it...
Brightflame
#947633Saturday, May 10, 2008 6:10 PM GMT

so you need a script that when someone touches the lava it burns it up if the thing touching it isn't on a list of things that don't die?
superj9
#1034656Monday, May 19, 2008 2:17 PM GMT

make it!!!!!!!!!!!!?!?!??!?!??!?!??!??!?
superj9
#1045375Tuesday, May 20, 2008 6:04 PM GMT

makeeeeeeeeeeeeeeeee itttttttttttttttttttttttttttttttttttttt!!!!!!!!!
killvill
#1045458Tuesday, May 20, 2008 6:28 PM GMT

i dont knok how to script
superj9
#1047513Tuesday, May 20, 2008 9:57 PM GMT

someone.......
chrisrune314
#1047740Tuesday, May 20, 2008 10:18 PM GMT

you basically need an admin door that has a modified script. I MIGHT be able to make that, just tell me specifics. Only certain people can get past wothout getting hurt. But what happens when the people that arent on the list touch it? Do they just die? Do they burst into flames? What happens?
superj9
#1062541Thursday, May 22, 2008 7:28 PM GMT

they melt and it melts bricks
gergy008
#1062738Thursday, May 22, 2008 7:47 PM GMT

[ Content Deleted ]
chrisrune314
#1062802Thursday, May 22, 2008 7:55 PM GMT

HMMM... That may be hard... Would it be ok if the body shrinks then a bunch of little bricks come out of it? Sort Like melting...
FlashJoeW
Top 100 Poster
#1063366Thursday, May 22, 2008 8:52 PM GMT

that's just overcomplicateing stuff... try this function onTouched(hit) h = hit.Parent:findFirstChild("Humanoid") if h ~= nil then if hit.Parent.Name ~= ("p1","p2","p3","p4","p5","p6") then hit:Remove() end end end script.Parent.Touched:connect(onTouched) that could work, not done permissions before though
chrisrune314
#1063456Thursday, May 22, 2008 9:03 PM GMT

I might be able to mix that with a VIP door, then it might work...
chrisrune314
#1063597Thursday, May 22, 2008 9:19 PM GMT

This Worked For Me: ___________________________________________________________________________ pod = script.Parent permission = { "chrisrune314" , "name" , "name" , "name" , "name" , "name"} --Replace "name" with ppl that wont get hurt. Delete Extras. Door = script.Parent function onTouched(part) function checkOkToLetIn(name) for i = 1,#permission do if (string.upper(name) == string.upper(permission[i])) then return true end end return false end function onTouched(hit) print("Door Hit") local human = hit.Parent:findFirstChild("Humanoid") if (human ~= nil ) then -- a human has touched this door! print("Human touched door") -- test the human's name against the permission list if (checkOkToLetIn(human.Parent.Name)) then print("Human passed test") Door.Transparency = .6 Door.CanCollide = false wait(0.7) Door.CanCollide = true Door.Transparency = 0 else h = hit.Parent:findFirstChild("Humanoid") if h ~= nil then if hit.Parent.Name ~= ( "p1" , "p2" , "p3" , "p4" , "p5" , "p6" ) then part.BrickColor = BrickColor.new(26) wait(.3) part.Transparency = 0.2 wait(.3) part.Transparency = 0.4 wait(.3) --all this makes it burn part.Transparency = 0.6 wait(.3) part.Transparency = 0.8 wait(.3) part:Remove() end end end script.Parent.Touched:connect(onTouched) end end end connection = Door.Touched:connect(onTouched) function onTouched(hit)
superj9
#1065855Friday, May 23, 2008 12:12 AM GMT

wow big script...
superj9
#1065978Friday, May 23, 2008 12:20 AM GMT

that script doesnt make bricks melt but... i dont care!
superj9
#1069448Friday, May 23, 2008 11:58 AM GMT

that script doesnt work...
Jiggles
#1069499Friday, May 23, 2008 12:14 PM GMT

i want a scrip like it to i cant find it
superj9
#1069547Friday, May 23, 2008 12:32 PM GMT

theyr rare
chrisrune314
#1070409Friday, May 23, 2008 3:19 PM GMT

Hmm... It worked for me, I died and a bunch of spheres appeared where I was. It looked like i melted (to me).
superj9
#1071961Friday, May 23, 2008 7:28 PM GMT

it wonk work can u plz make script a model.....
chrisrune314
#1096468Sunday, May 25, 2008 4:23 PM GMT

Yea ill make a working one. Or at least try.
superj9
#1132209Wednesday, May 28, 2008 3:09 PM GMT

ok!
gergy008
#1132859Wednesday, May 28, 2008 5:01 PM GMT

[ Content Deleted ]
gergy008
#1132863Wednesday, May 28, 2008 5:01 PM GMT

[ Content Deleted ]
superj9
#1144538Thursday, May 29, 2008 5:42 PM GMT

does that one work?...

    of     2   
chevron_rightchevron_rightchevron_right