|
| 10 Oct 2015 02:48 PM |
wait(1); local ta1 = 5; Plrs = game:GetService("Players") me = Plrs.LocalPlayer char = me.Character
How do I make it so everyone who joins gets this Combat? If this dosent help ill show you more of the Original Script |
|
|
| Report Abuse |
|
|
| 10 Oct 2015 02:50 PM |
wait(1); local ta1 = 5; Plrs = game:GetService("Players") me = Plrs.LocalPlayer char = me.Character Modelname = "Combat (WIP)" dmgs = {Pdmg = {50, 80, "Punch"}, Kdmg = {50, 80, "Kick"}, K2dmg = {50, 80, "Doublekick"}, Rdmg = {53, 96, "DragonKick"}, Kardmg = {50, 80, "Chop"}} dmg = dmgs.Pdmg Surfaces = {"FrontSurface", "BackSurface", "TopSurface", "BottomSurface", "LeftSurface", "RightSurface"} necko = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0) able = true block = false breakblock = 1 holdkey = false effectOn = false
Here is more of the Script |
|
|
| Report Abuse |
|
| |
|
| 10 Oct 2015 02:54 PM |
| I can show the whole script if you want |
|
|
| Report Abuse |
|
| |