I have tried finding out what sections of script connect to make ME explode but to no avail. It is 31skinny's. Can anyone help me?
The only way to really stop an explosion from killing you is FF. Try this
01 | AntiNukes = { "bnl1244" , "MixCorp" , "OtherGuys" } --Names of people that cant be killed by nukes. |
02 |
03 | function Nuke() |
04 |
05 | for i,v in pairs (game.Players:children()) do |
06 | for i = 1 ,#AntiNukes do if AntiNukes [ i ] :lower() = = v.Name:lower() then |
07 | ff = Instance.new( "ForceField" ,v.Character) --You may need to lower case the Field. Not sure. |
08 | end |
09 | end |
10 | end |
11 |
12 | --All OF Your Code |
13 |
14 | for i,v in pairs (game.Players:children()) do |
15 | for i,char in pairs (v.Character:children()) do |
If you find yourself needing more help PM me @MixCorp