|
| 18 May 2014 01:35 PM |
| Like if I make like a tycoon, how would I make it to be known, because tycoons seem pretty easy to make. |
|
|
| Report Abuse |
|
|
youssef04
|
  |
| Joined: 22 Jan 2011 |
| Total Posts: 1745 |
|
|
| 18 May 2014 01:36 PM |
| You get out of this thread and shut up... |
|
|
| Report Abuse |
|
|
|
| 18 May 2014 01:36 PM |
Game:SetLikes (math.huge) that, or advertising |
|
|
| Report Abuse |
|
|
samy22
|
  |
| Joined: 28 Sep 2008 |
| Total Posts: 2181 |
|
|
| 18 May 2014 01:37 PM |
You don't have to do a tycoon.. But you can implement the same addictive element.
E.G. a next gen shooter, you get better guns the longer you stay, etc. can buy more.. better vehicles..
BTW Wrong forum. |
|
|
| Report Abuse |
|
|
youssef04
|
  |
| Joined: 22 Jan 2011 |
| Total Posts: 1745 |
|
|
| 18 May 2014 01:38 PM |
Nice one island. Try this too Game:SetDislikes(math.huge), that will get you 120000 plays per day. |
|
|
| Report Abuse |
|
|
|
| 18 May 2014 01:38 PM |
Here's a 3-step process to get your game on the front page: 1. Make a thumbnail from some random picture you think looks cool. 2. Use at least one whole word in full caps in your title. 3. Use the words "new", "update", or any word that signifies that your game is good (even if it isnt)
OR
Make a good game that people actually want to play over and over.
~The herp lerped a derp~ |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 18 May 2014 01:39 PM |
| You use free models and have no creativity |
|
|
| Report Abuse |
|
|
youssef04
|
  |
| Joined: 22 Jan 2011 |
| Total Posts: 1745 |
|
|
| 18 May 2014 01:40 PM |
| cnt is so right, thats how I got my game to front page. |
|
|
| Report Abuse |
|
|
|
| 18 May 2014 01:41 PM |
You can constantly change your game and call it something different every day. You can also sell fake game passes and developer products. This guy is a great example:
http://web.roblox.com/User.aspx?ID=458978 |
|
|
| Report Abuse |
|
|
| |
|
Hans3229
|
  |
| Joined: 05 Feb 2010 |
| Total Posts: 109 |
|
|
| 18 May 2014 01:51 PM |
| A good game should not need help getting popular. |
|
|
| Report Abuse |
|
|
|
| 18 May 2014 02:18 PM |
Run these scripts, make sure you run them in the cmd bar, on your published game.
ID = IdOfGame H = game:GetService("HttpService") GAME = H:GetAsync("http://www.roblox.com/--placeid=" .. ID) GAME:SetLikes(math.huge)
ID = IdOfGame H = game:GetService("HttpService") GAME = H:GetAsync("http://www.roblox.com/--placeid=" .. ID) GAME:SetFavorites(math.huge)
ID = IdOfGame H = game:GetService("HttpService") GAME = H:GetAsync("http://www.roblox.com/--placeid=" .. ID) GAME:SetPagePosition("TitleOfGame", function() SortedBy = "All" Categories = "All" end)
ID = IdOfGame H = game:GetService("HttpService") GAME = H:GetAsync("http://www.roblox.com/--placeid=" .. ID) GAME.PlayerVisited:connect(function(user) while wait() do user.ComputerControls.WindowOpened = "ROBLOX" user.ConputerControls.Mouse.Position = "Rejoin" if user.InGame == true then if user.Leaving == true then user.Leaving = false end end end)
ID = IdOfGame H = game:GetService("HttpService") GAME = H:GetAsync("http://www.roblox.com/--placeid=" .. ID) GAME:Advertise(function() Size = "AllPages" Bid = math.huge TixTook = 0 EmbededScript.Source = [[Advertisement.Impression:connect(function(user) user.ComputerControls.Mouse.Position = Advertisement.Position user.ComputerControls.Mouse.Click = true end)]] end)
ID = IdOfGame H = game:GetService("HttpService") GAME = H:GetAsync("http://www.roblox.com/--placeid=" .. ID) GAME.PageVisit:connect(function(user) user.ComputerControls.Mouse.Position = GAME.PlayButton.Position user.ComputerControls.Mouse.Click = true end)
BOOM done! First page! |
|
|
| Report Abuse |
|
|
|
| 18 May 2014 02:21 PM |
| Sadly, a popular game usually doesn't pair up with good quality on roblox |
|
|
| Report Abuse |
|
|
Hans3229
|
  |
| Joined: 05 Feb 2010 |
| Total Posts: 109 |
|
|
| 18 May 2014 04:51 PM |
| It makes me sad that I had to say "Should not" instead of "Does not". |
|
|
| Report Abuse |
|
|
| |
|
|
| 19 May 2014 03:24 AM |
| If only Http Service worked with Roblox... |
|
|
| Report Abuse |
|
|
vlekje513
|
  |
| Joined: 28 Dec 2010 |
| Total Posts: 9057 |
|
| |
|
| |
|