|
| 05 Jan 2014 12:01 AM |
local P = game.Players:GetChildren() for i = 1, #P do if P[i]:IsA("Player") and P[i].TeamColor == BrickColor.new("Really red") then game.Lighting:findFirstChild("Superball"):clone().Parent = P[i].Backpack
local P = game.Players:GetChildren() for i = 1, #P do if P[i]:IsA("Player") and P[i].TeamColor == BrickColor.new("Bright blue") then game.Lighting:findFirstChild("Superball"):clone().Parent = P[i].Backpack
doesnt work .-. |
|
|
| Report Abuse |
|
|
| |
|
Azarth
|
  |
| Joined: 17 Aug 2012 |
| Total Posts: 2760 |
|
|
| 05 Jan 2014 12:04 AM |
for i,v in pairs(game.Players:GetPlayers()) do if v.TeamColor == BrickColor.new("Really red") or v.TeamColor == BrickColor.new("Bright blue") then game.Lighting:findFirstChild("Superball"):Clone().Parent = v.Backpack end end |
|
|
| Report Abuse |
|
|
| |
|
Azarth
|
  |
| Joined: 17 Aug 2012 |
| Total Posts: 2760 |
|
| |
|
| |
|
|
| 05 Jan 2014 12:13 AM |
01:11:08.509 - Successfully opened file - C:/Users/User/AppData/Local/Roblox/visit.rbxl logging probability 0.74446852015748 not logging 01:11:08.610 - [string "code = {27,76,117,97,81,0,1,4,4,4,8,0,29,14..."]:1: attempt to call a nil value 01:11:08.617 - Script '[string "code = {27,76,117,97,81,0,1,4,4,4,8,0,29,14..."]', Line 1 01:11:08.617 - Script 'Workspace.AI.Daviidi's AI script!', Line 1 01:11:08.618 - stack end 01:11:14.851 - httpGet http://www.roblox.com/Asset/?id=100808216&serverplaceid=0 failed. Trying again. Error: Asset is not trusted for this place. Elapsed time: 0.174692 01:11:14.852 - Content failed for http://www.roblox.com/Asset/?id=100808216&serverplaceid=0 because Asset is not trusted for this place |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 05 Jan 2014 12:18 AM |
| if statements without ending them? |
|
|
| Report Abuse |
|
|
|
| 05 Jan 2014 12:19 AM |
i put all the ends at the very end of the script theres no red squigly lines anywhere so i think theres enough ends |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
| |
|
|
| 05 Jan 2014 12:27 AM |
| THIS IS SO FREAKING FRUSTRATING |
|
|
| Report Abuse |
|
|
| |
|
| |
|