VideoEVG
|
  |
| Joined: 15 Jul 2013 |
| Total Posts: 1867 |
|
|
| 16 May 2014 05:54 AM |
| how to add meet badges i mean not to buy one but how to make it give to the person that met him and get the badge |
|
|
| Report Abuse |
|
|
|
| 16 May 2014 05:58 AM |
Make a part that is transparent, put it on the character spawns: I don't know the actual script put I'm pretty sure it goes something like:
function giveGP() gamepass = game.GamePassService (Make it give it to any player who toches it) end script.Parent.Touched:connect(giveGP)
|
|
|
| Report Abuse |
|
|
|
| 16 May 2014 06:23 AM |
They want a meet a person badge.
~masterCameron101, advanced Lua programmer, certified in Photoshop and geek. Have I help you? If so; support me by buying gear from any of my games, I'd appreciate it!~ |
|
|
| Report Abuse |
|
|
|
| 16 May 2014 06:42 AM |
repeat wait() until game.Players.PlayerName
--Badge stuff |
|
|
| Report Abuse |
|
|
|
| 16 May 2014 06:53 AM |
| ^ Just put it in a playeradded function, that is so inefficient. |
|
|
| Report Abuse |
|
|
vlekje513
|
  |
| Joined: 28 Dec 2010 |
| Total Posts: 9057 |
|
| |
|