of     1   

laughablehaha
#152816865Tuesday, December 30, 2014 6:28 PM GMT

For example the disaster in StickMasterLuke's Disaster Survival when the flood happens. You know how the floodwater slowly drowns you? I need help with this because other scripts either still damage you when not touching the brick or stops damaging you while in the brick. my attempt: local debounce = false script.Parent.Touched:connect(function (hit) if not debounce then debounce = true guy = hit.Parent:FindFirstChild("Humanoid") if guy ~= nil then --[[Next line is optional, it just makes the person unable to move. guy.Torso.Anchored = true]]-- guy.Health = guy.Health - 5 wait(0.01) debounce = true end end end)
Tigeon
#152816978Tuesday, December 30, 2014 6:29 PM GMT

i dont know how to script but something like this Health -10 wait (1) Health -10 so on
laughablehaha
#152818573Tuesday, December 30, 2014 6:52 PM GMT

Why does no one end up helping me with my stuff this is the worst forum ever and thanks hockey but it didnt work.
laughablehaha
#152818645Tuesday, December 30, 2014 6:53 PM GMT

It's so simple no one can even tell me how to make a brick slowly damage me? Seriously?
WolfSchmidt
#152819459Tuesday, December 30, 2014 7:05 PM GMT

Go to the scripters forum? No **** they're not helping you at the "Game Design" forum while there's a whole forum made for scripting itself and it's issues.
Hibobb
#152819572Tuesday, December 30, 2014 7:06 PM GMT

You could do something such as: touching = false player = nil script.Parent.Touched:connect(function(hit) hum = hit.Parent:FindFirstChild("Humanoid") if hum then player = hit.Parent touching = true while touching do wait(1) if player then if player.Humanoid.Health > 0 then player.Humanoid.Health = player.Humanoid.Health - 5 end end end end end) script.Parent.TouchEnded:connect(function(hit) if player then if hit.Parent == player then player = nil touching = false end end end)
laughablehaha
#152819722Tuesday, December 30, 2014 7:08 PM GMT

Thanks hibbob and Merchanting hope you get over your anger management lol
Yevpraksiya_Yukikaze
#152821304Tuesday, December 30, 2014 7:31 PM GMT

Dat Scripting doe
Hibobb
#152830392Tuesday, December 30, 2014 9:21 PM GMT

@pilot dude this is easy stuff xD Hey, check this place out! http://www.roblox.com/Maze-Escape-Deep-Alpha-place?id=194858740
WolfSchmidt
#152899574Wednesday, December 31, 2014 4:15 PM GMT

I've only answered your stupid question, I dont need to "get over my anger managemnent" you were stupid enough to come with a script on a game design forum.
WolfSchmidt
#152899615Wednesday, December 31, 2014 4:16 PM GMT

"Why does no one end up helping me with my stuff this is the worst forum ever"
LetterSlayer
#152906131Wednesday, December 31, 2014 5:42 PM GMT

The scripting forum is not for help. It's for discussion.
Scriptos
#152906336Wednesday, December 31, 2014 5:44 PM GMT

@Merchanting; Read the description of the Scripters forum. "This is a place for discussion about scripting. Anything about scripting that is not a help request or topic belongs here." This is a help request.
Sulfone
#152906590Wednesday, December 31, 2014 5:47 PM GMT

@Merchanting The mods have said that Game Design is the correct sub-forum for scripting help, not Scripters. Even if you have never seen a mod, you should probably had read Scripter's description before calling others stupid.
WolfSchmidt
#153323855Monday, January 05, 2015 3:25 PM GMT

Lol no, I do/say whatever I want. I couldn't care less about what you have to say.
Scriptos
#153429174Wednesday, January 07, 2015 2:13 AM GMT

Then please, continue being wrong.
HardcoreMinecraftian
#153429879Wednesday, January 07, 2015 2:24 AM GMT

I'm a very noob scripter, but I think you basically insert a damage script with wait. (Damage script here) Wait(Desired number here) (Damage script again) Wait(#) (Script) Wait(#)
WolfSchmidt
#153503350Thursday, January 08, 2015 5:58 AM GMT

Yeah, will do. Wrong forum.
Aesura
#153503653Thursday, January 08, 2015 6:05 AM GMT

worst kind of being stubborn - in face of pure evidence
Aesura
#153503682Thursday, January 08, 2015 6:06 AM GMT

though OP did throw a tantrum lolol
WolfSchmidt
#153504357Thursday, January 08, 2015 6:25 AM GMT

🍺

    of     1