|
| 11 Jun 2015 04:01 PM |
| I have a few things I need done before I can relax one of those is a script that favorites,likes and lets you comment on a game by clicking buttons inside the game since my games are now what I call unable to be Favorited,liked or commented on due to the fact that they are in a game universe, I need this complex script please help me |
|
|
| Report Abuse |
|
|
hdtv13
|
  |
| Joined: 18 Sep 2012 |
| Total Posts: 1628 |
|
|
| 11 Jun 2015 04:02 PM |
This will teach you how to be the BEST scripter on rboxlox11
I have skin, potatoes have skin, therefore I'm a potato. |
|
|
| Report Abuse |
|
|
| |
|
|
| 11 Jun 2015 04:05 PM |
function onTouched(hit) local player = game.Players:GetPlayerFromCharacter(hit.Parent) if player then game:GetService Comment on game"126851878", player) end end script.Parent.Touched:connect(onTouched)
|
|
|
| Report Abuse |
|
|
| |
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
| |
|
|
| 11 Jun 2015 04:08 PM |
| this is not a troll post I seriously need a script for my game universe |
|
|
| Report Abuse |
|
|
|
| 11 Jun 2015 04:11 PM |
| I need this script does anyone have a idea of how to do this |
|
|
| Report Abuse |
|
|
|
| 11 Jun 2015 04:13 PM |
this was a fix where you touch a wall and it was supposed to comment but it failed function onTouched(hit) local player = game.Players:GetPlayerFromCharacter(hit.Parent) if player then game:GetService Comment "126851878", player) end end script.Parent.Touched:connect(onTouched) |
|
|
| Report Abuse |
|
|
|
| 11 Jun 2015 04:15 PM |
| this would have been so nice to have to a game that lets you comment in game like in game and favorite all inside the game just by clicking a button, how sad hopefully someone can help me or maybe roblox could help,they are experts at this (DUH) |
|
|
| Report Abuse |
|
|
|
| 11 Jun 2015 04:33 PM |
| Ive been looking throughout the forum for something but all I have seen so far is a gui button now this looks promising and may work for what I need so I will keep this post updated with what I may find out |
|
|
| Report Abuse |
|
|
|
| 11 Jun 2015 05:06 PM |
| I was thinking about it and I can use the button gui with the http service and possibly create something to make it click and like,click and comment, click and subscribe but I would need help from other scriptwriters for this to work |
|
|
| Report Abuse |
|
|
Adive
|
  |
| Joined: 11 Nov 2012 |
| Total Posts: 159 |
|
|
| 11 Jun 2015 05:08 PM |
| wouldn't work, since you can't get the players login information to comment/like/favorite. |
|
|
| Report Abuse |
|
|
|
| 11 Jun 2015 05:12 PM |
| true but there has to be a way this has to end with a good thing |
|
|
| Report Abuse |
|
|
rayk999
|
  |
| Joined: 18 Feb 2011 |
| Total Posts: 4705 |
|
| |
|
|
| 11 Jun 2015 05:36 PM |
| Where theres a will there is a way and my will is unbreakable |
|
|
| Report Abuse |
|
|
|
| 11 Jun 2015 05:42 PM |
There isn't anything implemented in roblox to allow you to do that. So you can't do it. |
|
|
| Report Abuse |
|
|
KEVEKEV77
|
  |
| Joined: 12 Mar 2009 |
| Total Posts: 6961 |
|
| |
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 11 Jun 2015 05:46 PM |
Nope, not really possible. The only possible method I can think of is to have the user also send in their login credentials so you can login to their account and post a comment. github/matthewdean/roblox-web-apis And you'll have to figure out (not hard) how to send a request to post a comment. |
|
|
| Report Abuse |
|
|
|
| 11 Jun 2015 06:10 PM |
| yeah well you must not be like lots of people on this forum because if you were you would know 1 I am a noob scripter, 2 I barely can use the studio and 3, I mostly use peoples models to help myself so very little chance for me to figure this out so you gotta help me |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 11 Jun 2015 06:11 PM |
I wish I could help you, but it's impossible. The method I said would require people to actually give their pesward meaning anyone with a brain won't do it |
|
|
| Report Abuse |
|
|
|
| 11 Jun 2015 06:13 PM |
| can you show me a script that may work with that way where I could at least tinker with the script and test it with myself |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 11 Jun 2015 06:14 PM |
I'd need a server and to setup a bunch of stuff. But from the Lua side it's just as simple as:
game:GetService("HttpService"):GetAsync("website here?u=usr&p=blah&cmnt=blah"); |
|
|
| Report Abuse |
|
|
|
| 11 Jun 2015 06:19 PM |
thanks so it goes like this so far
function onTouched(hit) local player = game.Players:GetPlayerFromCharacter(hit.Parent) if player then game:GetService("HttpService"):GetAsync("http://www.roblox.com/games/256871505/My-Favorite-Worlds-not-mine-MultiWorld?u=usr&p=blah&cmnt=blah"); end script.Parent.Touched:connect(onTouched) |
|
|
| Report Abuse |
|
|
|
| 11 Jun 2015 06:21 PM |
| OMG THANK YOU SO MUCH :) YOUR AWESOME DUDE |
|
|
| Report Abuse |
|
|