janlari
|
  |
| Joined: 09 Dec 2008 |
| Total Posts: 311 |
|
|
| 04 Feb 2013 06:53 AM |
| What do you call to the script when you got damaged by somebody it shows a gui ontop of your name it shows how much/many damage you got. |
|
|
| Report Abuse |
|
|
gamert7
|
  |
| Joined: 18 Nov 2008 |
| Total Posts: 4986 |
|
|
| 04 Feb 2013 07:07 AM |
You call it
function onTouched(hit) |
|
|
| Report Abuse |
|
|
janlari
|
  |
| Joined: 09 Dec 2008 |
| Total Posts: 311 |
|
| |
|
gamert7
|
  |
| Joined: 18 Nov 2008 |
| Total Posts: 4986 |
|
|
| 04 Feb 2013 07:16 AM |
Well use this to get yourself started;
local damage = "Enter Your Weapon here"
function onTouched(hit)
a = hit.Parent:findFirstChild("Humanoid") |
|
|
| Report Abuse |
|
|