of     1   

gum444
#183612679Sunday, February 14, 2016 8:57 PM GMT

scriptOn = false if scriptOn == false then scriptOn = true script.Parent.Touched:connect(function(player) script.Parent.Touched:connect(function(character) script.LocalScript:clone().Parent = character end) end) end I need help making a debounce :/
Agluk15
#183612800Sunday, February 14, 2016 8:59 PM GMT

Debounce = false script.Parent.Touched:connect(function(Part) if Debounce == false then Debounce = true if game.Players:GetPlayerFromCharacter(Part.Parent) then script.LocalScript:Clone().Parent = Part.Parent end wait(5) Debounce = fakse end end)
gum444
#183613189Sunday, February 14, 2016 9:03 PM GMT

You joined yesterday? I think I also figured it out thanks.
Agluk15
#183613266Sunday, February 14, 2016 9:04 PM GMT

No, read my profile to find out why my account is new. Too lazy to tell you why.
ray_revenge
#183613398Sunday, February 14, 2016 9:06 PM GMT

xd he changed accounts again
gum444
#183613446Sunday, February 14, 2016 9:07 PM GMT

Did it! Here is the finished product Debounce = false script.Parent.Touched:connect(function(player) script.Parent.Touched:connect(function(character) if Debounce == false then Debounce = true script.LocalScript:clone().Parent = character end end) end)
gum444
#183613596Sunday, February 14, 2016 9:08 PM GMT

whoa, dinoblocks or whatever it was called was a long time ago. thats pretty neat. Sorry you lost your PW tho
Agluk15
#183613695Sunday, February 14, 2016 9:09 PM GMT

Uhm, no. That's not a debounce. @rvox My pw, I lost it :( I had it saved to chrome, but reset my OS. Went to login and realized after so long I don't remember how to login to it. Life lesson: never save it to chrome. Type it every time so you never forget.

    of     1