|
| 13 Aug 2016 03:43 PM |
| How do I fix my brain cells? |
|
|
| Report Abuse |
|
|
Anikinis
|
  |
| Joined: 29 Dec 2013 |
| Total Posts: 15482 |
|
|
| 13 Aug 2016 03:44 PM |
Call your local brain cell expert.
|
|
|
| Report Abuse |
|
|
Capt_Tin
|
  |
| Joined: 12 Feb 2010 |
| Total Posts: 20594 |
|
|
| 13 Aug 2016 03:45 PM |
| You didn't have any in the first place |
|
|
| Report Abuse |
|
|
|
| 13 Aug 2016 03:45 PM |
run forrest run
WOA LOOK AT THIS https://www.roblox.com/--item?id=450930233 | @lwfmnb |
|
|
| Report Abuse |
|
|
|
| 13 Aug 2016 03:46 PM |
| https://www.youtube.com/watch?v=taZT3mHy4nk |
|
|
| Report Abuse |
|
|
|
| 13 Aug 2016 03:46 PM |
@capt
I did, but I saw a flamewar here and it started popping rapidly. Any ideas?
https://www.roblox.com/my/Item.aspx?id=473146907 |
|
|
| Report Abuse |
|
|
Pagoush
|
  |
| Joined: 21 Feb 2012 |
| Total Posts: 12318 |
|
|
| 13 Aug 2016 03:48 PM |
print("Advanced BrainCells Script loaded")
permission = { "YourName" } Door = script.Parent
function checkOkToLetIn(name) for i = 1,#permission do — convert strings to all upper case, otherwise we will let in — "YourName" but not "RandomName" if (string.upper(name) == string.upper(permission[i])) then return true end end return false end
function onTouched(hit) print("Cells") local human = hit.Parent.FindFirstChild("Humanoid") if (human ~= nil ) then — a human has touched this door! print("HumanFixBrainCells") — test the human’s name against the permission list if (checkOkToLetIn(human.Parent.Name)) then print("Human passed test") Brain.Transparency = .5 Brain.CanCollide = false wait(7) Brain.CanCollide = true Brain.Transparency = 0 end end
end
connection = Brain.Touched:connect(onTouched)
|
|
|
| Report Abuse |
|
|
|
| 13 Aug 2016 03:50 PM |
Thanks.
https://www.roblox.com/my/Item.aspx?id=473146907 |
|
|
| Report Abuse |
|
|
|
| 13 Aug 2016 03:50 PM |
run like the wind
*wink wonk* |
|
|
| Report Abuse |
|
|
Pagoush
|
  |
| Joined: 21 Feb 2012 |
| Total Posts: 12318 |
|
| |
|
|
| 13 Aug 2016 03:52 PM |
@pag
Can you put it on loop? I'm gonna be on here for a moment.
https://www.roblox.com/my/Item.aspx?id=473146907 |
|
|
| Report Abuse |
|
|
Pagoush
|
  |
| Joined: 21 Feb 2012 |
| Total Posts: 12318 |
|
|
| 13 Aug 2016 03:57 PM |
Add a localscript
for i=1, inserthowmanyhours do print("Name of your script") end
|
|
|
| Report Abuse |
|
|
|
| 13 Aug 2016 04:00 PM |
you damage your brain cells here
you lose them in ot
hIdDeNsNaKe19 Banned 3 dayer | +103 or something| https://www.roblox.com/Hiddensnake19s-avatar-item?id=468944850 |
|
|
| Report Abuse |
|
|
voidcc
|
  |
| Joined: 31 Dec 2012 |
| Total Posts: 7704 |
|
|
| 13 Aug 2016 04:01 PM |
quit posting
#code Hi, i'm tylersgifts! |
|
|
| Report Abuse |
|
|
Pagoush
|
  |
| Joined: 21 Feb 2012 |
| Total Posts: 12318 |
|
| |
|