|
| 30 May 2014 06:46 PM |
help
part = script.Parent function touch(par)---Touch Function function getname(plr,txt) return plr end nme = getname(par.Parent.Name) print("Hi",nme)--test if it works part.SurfaceGui.TextLabel.Text = "Hi",nme-- won't show the name :C end
part.Touched:connect(touch)--connects function part = script.Parent function touch(par)---Touch Function function getname(plr,txt) return plr end nme = getname(par.Parent.Name) print("Hi",nme)--test if it works part.SurfaceGui.TextLabel.Text = "Hi",nme-- won't show the name :C end
part.Touched:connect(touch)--connects function
|
|
|
| Report Abuse |
|
|
| 30 May 2014 06:47 PM |
| Oops copied and pasted the script two times |
|
|
| Report Abuse |
|
DataStore
|
  |
| Joined: 07 Feb 2012 |
| Total Posts: 8540 |
|
| |