|
| 20 Jun 2014 03:57 AM |
| I need a script which when you go in the server your characters torso glows. |
|
|
| Report Abuse |
|
|
|
| 20 Jun 2014 04:00 AM |
while true do Spawn(function() wait(1) loadstring(" game.Players.PlayerAdded:connect(function(p) p.CharacterAdded:connect(function(c) Instance.new('PointLight', c:WaitForChild("Torso") end) end) ") end) end
This will not work how it is. Lets see if you can find the actual part.
|
|
|
| Report Abuse |
|
|
| |
|
|
| 20 Jun 2014 04:59 AM |
lol esi
game.Players.PlayerAdded:connect(function(p) p.CharacterAdded:connect(function(c) Instance.new('PointLight', c:WaitForChild("Torso") end) end) |
|
|
| Report Abuse |
|
|
|
| 21 Jun 2014 11:52 PM |
| bump more help please I have know knowledge on scripting. |
|
|
| Report Abuse |
|
|
Reqkt
|
  |
| Joined: 17 Jun 2014 |
| Total Posts: 210 |
|
|
| 22 Jun 2014 12:04 AM |
| Then what are you doing here? |
|
|
| Report Abuse |
|
|