BrickUser
|
  |
| Joined: 19 Dec 2011 |
| Total Posts: 21266 |
|
|
| 04 Oct 2014 02:55 PM |
| When a person visits a game, he get's a "You Visited Badge"? |
|
|
| Report Abuse |
|
|
BrickUser
|
  |
| Joined: 19 Dec 2011 |
| Total Posts: 21266 |
|
| |
|
BrickUser
|
  |
| Joined: 19 Dec 2011 |
| Total Posts: 21266 |
|
| |
|
| |
|
|
| 04 Oct 2014 02:57 PM |
#FreeModel
"Popularity don't last that long, enjoy it while you can." |
|
|
| Report Abuse |
|
|
| |
|
BrickUser
|
  |
| Joined: 19 Dec 2011 |
| Total Posts: 21266 |
|
|
| 04 Oct 2014 02:58 PM |
| helpssssssssss meeeeeeeeeeee |
|
|
| Report Abuse |
|
|
BrickUser
|
  |
| Joined: 19 Dec 2011 |
| Total Posts: 21266 |
|
| |
|
clubkris
|
  |
| Joined: 05 Aug 2010 |
| Total Posts: 4758 |
|
|
| 04 Oct 2014 03:00 PM |
| That's the easiest thing... to do... ever |
|
|
| Report Abuse |
|
|
BrickUser
|
  |
| Joined: 19 Dec 2011 |
| Total Posts: 21266 |
|
|
| 04 Oct 2014 03:01 PM |
| Well I am kind of new with badges |
|
|
| Report Abuse |
|
|
clubkris
|
  |
| Joined: 05 Aug 2010 |
| Total Posts: 4758 |
|
|
| 04 Oct 2014 03:02 PM |
Create a badge,
local BadgeID = 12312321 -->Put the badges ID there function onEntered(player) wait(1) local a = game:GetService("BadgeService") a:AwardBadge(player.userId,BadgeID) end game.Players.PlayerAdded:connect(onEntered) |
|
|
| Report Abuse |
|
|
dash
|
  |
| Joined: 16 Jan 2007 |
| Total Posts: 28222 |
|
| |
|
BrickUser
|
  |
| Joined: 19 Dec 2011 |
| Total Posts: 21266 |
|
|
| 04 Oct 2014 03:03 PM |
@Dash, that's what I did, and still I have no results.
@club where do I put that? |
|
|
| Report Abuse |
|
|
clubkris
|
  |
| Joined: 05 Aug 2010 |
| Total Posts: 4758 |
|
|
| 04 Oct 2014 03:04 PM |
Basically create a badge, there then should be a badge that is on the roblox website itself then a badge in your game, you need to go to the badge script and put that script in.
Paste the ID of your WEBSITE badge in where is says Paste ID |
|
|
| Report Abuse |
|
|
Krimulous
|
  |
| Joined: 17 Mar 2011 |
| Total Posts: 7993 |
|
|
| 04 Oct 2014 03:06 PM |
local id = 123 --edit the badge ID here
game.Players.PlayerAdded:connect(function(player) local BadgeService = game:GetService("BadgeService") BadgeService:AwardBadge(player.userId,id) end)
put this in a script in workspace
settle down easy jim |
|
|
| Report Abuse |
|
|
BrickUser
|
  |
| Joined: 19 Dec 2011 |
| Total Posts: 21266 |
|
|
| 04 Oct 2014 03:09 PM |
I'mg going to track this thread for later use!
thanks guys! |
|
|
| Report Abuse |
|
|
BrickUser
|
  |
| Joined: 19 Dec 2011 |
| Total Posts: 21266 |
|
| |
|
|
| 04 Oct 2014 08:49 PM |
Try this idk http://www.roblox.com/On-Join-Badge-item?id=178480845 |
|
|
| Report Abuse |
|
|