rolandj
|
  |
| Joined: 14 Dec 2010 |
| Total Posts: 12768 |
|
|
| 21 Aug 2012 08:49 PM |
I can't find the spot in this script where I put the name of the item in lighting I want for VIP
---Boomers INC. function Respawn(p) wait(5) if p.Character.Torso.roblox.Texture == "http://www.roblox.com/asset/?id=28706250" then----Shirt ID local a = game.Lighting:FindFirstChild("VIP")-----Name of the group if a ~= nil then local b = a:GetChildren() for i=1, #b do b[i]:Clone().Parent = p.Backpack end end end end function Enter(p) wait(5) if p.Character.Torso.roblox.Texture == "http://www.roblox.com/asset/?id=28706250" then---Shirt id local c = game.Lighting:FindFirstChild("VIP")-----Name of group if c ~= nil then local d = c:GetChildren() for i=1, #d do d[i]:Clone().Parent = p.Backpack end end end p.Changed:connect(function (property) if (property == "Character") then Respawn(p) end end) end game.Players.ChildAdded:connect(Enter)
|
|
|
| Report Abuse |
|
|
|
| 21 Aug 2012 08:50 PM |
Free model, ew?
† KMXD 2.0 † |
|
|
| Report Abuse |
|
|
rolandj
|
  |
| Joined: 14 Dec 2010 |
| Total Posts: 12768 |
|
|
| 21 Aug 2012 08:54 PM |
I didn't ask for idiots to tell me something I already know.
I am the nice one on RT since all the other people are mean and cruel. |
|
|
| Report Abuse |
|
|
|
| 21 Aug 2012 08:55 PM |
I didn't ask for you to care.
† KMXD 2.0 † |
|
|
| Report Abuse |
|
|
|
| 21 Aug 2012 08:56 PM |
"I didn't ask for idiots to tell me something I already know."
You didn't ask for anything. |
|
|
| Report Abuse |
|
|
rolandj
|
  |
| Joined: 14 Dec 2010 |
| Total Posts: 12768 |
|
|
| 21 Aug 2012 08:58 PM |
I asked for some help.Then I get some useless posts q.q
I am the nice one on RT since all the other people are mean and cruel. |
|
|
| Report Abuse |
|
|
|
| 21 Aug 2012 09:00 PM |
How am I an idiot? You can't even do the most basic thing.
† KMXD 2.0 † |
|
|
| Report Abuse |
|
|
rolandj
|
  |
| Joined: 14 Dec 2010 |
| Total Posts: 12768 |
|
|
| 21 Aug 2012 09:01 PM |
Because I tried what it said and It didn't work.I was thinking I did something wrong.Or it was changed or something idk.
I am the nice one on RT since all the other people are mean and cruel. |
|
|
| Report Abuse |
|
|
|
| 21 Aug 2012 09:02 PM |
Help < No '?'
I can't find the spot in this script where I put the name of the item in lighting I want for VIP < Statement |
|
|
| Report Abuse |
|
|
rolandj
|
  |
| Joined: 14 Dec 2010 |
| Total Posts: 12768 |
|
|
| 21 Aug 2012 09:05 PM |
I just asked a simple question,why can't someone just answer.
I am the nice one on RT since all the other people are mean and cruel. |
|
|
| Report Abuse |
|
|
|
| 21 Aug 2012 09:07 PM |
Wheres the question?
^^ That's a question. |
|
|
| Report Abuse |
|
|
rolandj
|
  |
| Joined: 14 Dec 2010 |
| Total Posts: 12768 |
|
|
| 21 Aug 2012 09:08 PM |
I'll figure it out myself bye.
I am the nice one on RT since all the other people are mean and cruel. |
|
|
| Report Abuse |
|
|
| |
|