Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 8,079
» Latest member: seanac11
» Forum threads: 10,350
» Forum posts: 91,276
Full Statistics
|
Online Users |
There are currently 225 online users. » 0 Member(s) | 224 Guest(s) Bing
|
Latest Threads |
I'm leaving the site too....
Forum: 2DWorlds Discussion
Last Post: Jacob_
07-03-2023, 04:59 AM
» Replies: 12
» Views: 6,414
|
hi there.
Forum: 2DWorlds Discussion
Last Post: Jacob_
01-03-2020, 04:30 AM
» Replies: 1
» Views: 775
|
obroke
Forum: Current Games
Last Post: FrancisSah
09-06-2017, 10:11 AM
» Replies: 0
» Views: 20,546
|
fcouldn't
Forum: Current Games
Last Post: FrancisSah
09-06-2017, 09:02 AM
» Replies: 0
» Views: 8,256
|
qhow
Forum: Current Games
Last Post: PhilipShums
09-06-2017, 07:25 AM
» Replies: 0
» Views: 2,141
|
zstone
Forum: Current Games
Last Post: TimothyTox
09-06-2017, 07:03 AM
» Replies: 0
» Views: 1,010
|
vbit
Forum: Current Games
Last Post: FrancisSah
09-06-2017, 03:00 AM
» Replies: 0
» Views: 985
|
sildenafil 100 mg sandoz
Forum: Current Games
Last Post: RichardLen
09-06-2017, 12:28 AM
» Replies: 0
» Views: 1,203
|
mhis
Forum: Current Games
Last Post: TimothyTox
09-05-2017, 04:09 PM
» Replies: 0
» Views: 1,009
|
sildenafil citrate 100mg ...
Forum: Current Games
Last Post: Waltertog
09-05-2017, 12:27 PM
» Replies: 0
» Views: 964
|
|
|
ROBLOX Script |
Posted by: Dignity - 07-09-2011, 04:37 PM - Forum: Programming
- Replies (4)
|
 |
(SH isn't being very helpful today)
[lua]
game:GetService("Teams")
color = 0
Teams = {"Camo","Bright red","Br. yellowish orange","Bright violet","Black","Deep blue"}
TeamDefeats = {["Camo"]=false,["Bright red"]=false,["Br. yellowish orange"]=false,["Bright violet"]=false,["Black"]=false,["Deep blue"]=false}
--CREATE TEAMS--
for i=1, #Teams do
t = Instance.new("Team")
t.Name = Teams[i]
t.TeamColor = BrickColor.new(Teams[i])
t.Parent = game.Teams
end
--THE PROBLEM IS SOMEWHERE HERE!--
while true do
wait()
if (script.Launch.Value=="true") then
c = Workspace.Map:getchildren()
for i=1, #c do
if (c[i].Name == "CommandCenter") then
c[i] = c[i]:Getchildren()
if (c[i].Name == "Asthetic") then
c[i].BrickColor = Teams[color]
color = color + 1
else
print("Not ready")
end end end end end
[/lua]
No output. It simply doesn't work.
|
|
|
R.I.P |
Posted by: Tyler - 07-09-2011, 03:21 PM - Forum: The Community
- Replies (10)
|
 |
ILiekMudkipz
Dark
Kieron
Car
PyroMancer
Crap
Darklord
Mat(Numbers?)
Dragon_Slayer
Noli
|
|
|
New and IMPROVED active user list |
Posted by: Tyler - 07-09-2011, 02:27 PM - Forum: The Community
- Replies (5)
|
 |
AK-47
All the mods
Daria-Theblabybla
Asai
Bosk
XRay
Litvyak
DJ_Waffles
Aquapaulo
Sumo(Micky)
Rare
C00lcurt
Blandflakes (Glome)
Random
Nyht
Chaos
Vince
LOL
Cheesesticks
Duck
Sergentkyle
Crazyman32
Holybanana
Brasshrino
Luckyone
Noob007
Eric(Nice)
Who
Domino
Fish
Toast
McNoobSter
Testerrocksroblox
TheFlame
RoPerson
Veil_Of_Maya(Fumetsu)
Sorry if I forgot any...
|
|
|
|