|
| 14 Dec 2011 12:03 AM |
ok heres my script no bad imput it just wont do what i tell it to script:
game.StarterPack.Paint.PaintballShooter.Archivable = false game.StarterPack.Paint.PaintballShooter.Disabled = true
wait(15) while true do local h = Instance.new ("Message") h.Parent = game.Workspace h.Text = "Game Starting..." wait(5) h.Parent = game.Lighting
p = game.Players:GetChildren() for i = 1, #p do p[i].Character.Torso.CFrame = CFrame.new(-42.8, 93.6, 32) end
while true do wait() script.Halotheme:Play() wait(4)
game.StarterPack.Paint.PaintballShooter.Archivable = true ---- this and game.StarterPack.Paint.PaintballShooter.Disabled = false -----this
wait(60)
script.Halotheme:Stop()
local pla = game.Players:children() for x = 1, #pla do pla[x].Character.Torso.CFrame = CFrame.new (877.6, 208.9, -376) end h.Parent = game.Workspace h.Text = "Game End" wait(5) h:Remove() local m = Instance.new ("Hint") m.Parent = game.Workspace for i =15, 0, -1 do wait(1) m.Text = "Next game starting in "..i.." seconds" end m:Remove()
end
end |
|
|
| Report Abuse |
|
|
|
| 14 Dec 2011 12:07 AM |
| Okay so do you want a paintball gun or somthing elce because i will work part time 30 tix a year plus overtime so... |
|
|
| Report Abuse |
|
|
|
| 14 Dec 2011 12:08 AM |
| nope got paintball gun it just wont enable the script i want it to enable |
|
|
| Report Abuse |
|
|
| |
|
|
| 18 Dec 2011 01:00 PM |
| K ill get the same gun fix it and ill let you take it okay? |
|
|
| Report Abuse |
|
|
|
| 18 Dec 2011 01:03 PM |
| Ill need to know the model name. |
|
|
| Report Abuse |
|
|