|
| 23 Mar 2015 09:10 AM |
function onTouched(hit) local character = hit.Parent local player = game.Players:GetPlayerFromCharacter(character) local humanoid = hit.Parent:findFirstChild("Humanoid") if humanoid then if player then player.PlayerGui.BillboardGui.Enabled = true end end end
script.Parent.Touched:connect(onTouched)
No errors, nothing happens |
|
|
| Report Abuse |
|
K7Q
|
  |
| Joined: 23 Mar 2013 |
| Total Posts: 5546 |
|
|
| 23 Mar 2015 10:44 AM |
| mario, i have a script that does this exact same thing, pm me, i will pm it to you after school |
|
|
| Report Abuse |
|