Helpful Robloxians Forum
Hello! Please login if you are a returning member, or register a new account.

Join the forum, it's quick and easy

Helpful Robloxians Forum
Hello! Please login if you are a returning member, or register a new account.
Helpful Robloxians Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Big problem

4 posters

Go down

Big problem Empty Big problem

Post by Intern33t Mon May 13, 2013 3:18 am

So i wanted to script my place, but i have a problem.

Has anybody got te script for when EXAMPLEINTEGER is 50, the teams will be arranged 3 people in black and all the rest in red?

Intern33t


Back to top Go down

Big problem Empty Re: Big problem

Post by ravenatorman Mon May 13, 2013 8:15 am

idk how to script
sorry
ravenatorman
ravenatorman


http://www.roblox.com/User.aspx?ID=23361143&ForcePublicView=

Back to top Go down

Big problem Empty Re: Big problem

Post by Blizzardous Tue May 14, 2013 4:50 pm

No, I'm sorry I don't. But, if you need other scripting help, I MAY be able to assist.
Blizzardous
Blizzardous
Administrator


http://www.roblox.com/User.aspx?ID=3026072

Back to top Go down

Big problem Empty Re: Big problem

Post by Intern33t Tue May 21, 2013 8:51 am

Bump? Comeon.

Intern33t


Back to top Go down

Big problem Empty Re: Big problem

Post by BunnyBoy26 Sun Jun 09, 2013 10:45 pm

if EXAMPLEINTEGER == 50 then
r = game.Players:GetPlayers()
for i=1,3 do
local a = math.random(#r)
r[a].TeamColor = BrickColor.new("Really black")
table.remove(r,a)
end
for _,v in pairs(r) do
v.TeamColor = BrickColor.new("Really red")
end
end
BunnyBoy26
BunnyBoy26


http://www.roblox.com/User.aspx?ID=8598683

Back to top Go down

Big problem Empty Re: Big problem

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum