drgn42
|
  |
| Joined: 11 Feb 2010 |
| Total Posts: 3231 |
|
|
| 02 Oct 2011 11:02 AM |
ok, i need help with this script inside a brick. its not changing the value of monster.
function onTouched(hit)
game.Players.Character.Player.PlayerGui.Monster.Value = 1
end
script.Parent.Touched:connect(onTouched)
|
|
|
| Report Abuse |
|
|
|
| 02 Oct 2011 11:33 AM |
script.Parent.Touched:connect(function(h) p = game.Players:GetPlayerFromCharacter(h.Parent) p.PlayerGui.Monster.Value = 1 end) |
|
|
| Report Abuse |
|
|
Miro034
|
  |
| Joined: 07 Oct 2009 |
| Total Posts: 6568 |
|
| |
|
drgn42
|
  |
| Joined: 11 Feb 2010 |
| Total Posts: 3231 |
|
| |
|
eJorge
|
  |
| Joined: 09 Jun 2011 |
| Total Posts: 5966 |
|
|
| 02 Oct 2011 12:58 PM |
| Aren't there 2 same threads like this one at Scripting Helpers? |
|
|
| Report Abuse |
|
|