generic image
Processing...
  • Games
  • Catalog
  • Develop
  • Robux
  • Search in Players
  • Search in Games
  • Search in Catalog
  • Search in Groups
  • Search in Library
  • Log In
  • Sign Up
  • Games
  • Catalog
  • Develop
  • Robux
   
ROBLOX Forum » Game Creation and Development » Scripters
Home Search
 

Help with Trello posting

Previous Thread :: Next Thread 
mat123321g is not online. mat123321g
Joined: 20 Feb 2010
Total Posts: 133
07 Sep 2015 06:31 PM
I dont know if this is the correct place to put this... so sorry if its wrong...

I am making a GUI that needs to take a user's name and post it to trello.. I have everything else working...

I have it working from studio but in-game it fails... I am using the Trello API from one of the people (they are all the same anyways)

This is on a TextButton with a everything correct... It just wont run in game. It submits nothing to trello.

Code (spaced out correctly in studio):
ap = require(game.StarterGui.ScreenGui.TrelloAPI)
local Board = ap:GetBoardID("FeedBack") --EDIT NAME OF BOARD (Don't use ID just the name)
local List = ap:GetListID("FeedBack",Board) --EDIT NAME OF LIST (Don't use ID just the name)
local count = false
local play = game.Players.LocalPlayer
script.Parent.MouseButton1Down:connect(function()
if count == false then
ap:AddCard(play:GetFullName(),"1) "..script.Parent.Parent.Q1.Text.." 2) "..script.Parent.Parent.Question2.Text,List,"","top")
--count = true -- To stop resubmits
end
end)

--end of code

Thanks if you help.
Report Abuse
BenIsBetter is not online. BenIsBetter
Joined: 16 May 2012
Total Posts: 402
07 Sep 2015 06:37 PM
If it's a text button, then you need to do function OnClicked() then all of that.
Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Game Creation and Development » Scripters
   
 
   
  • About Us
  • Jobs
  • Blog
  • Parents
  • Help
  • Terms
  • Privacy

©2017 Roblox Corporation. Roblox, the Roblox logo, Robux, Bloxy, and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.



Progress
Starting Roblox...
Connecting to Players...
R R

Roblox is now loading. Get ready to play!

R R

You're moments away from getting into the game!

Click here for help

Check Remember my choice and click Launch Application in the dialog box above to join games faster in the future!

Gameplay sponsored by:
Loading 0% - Starting game...
Get more with Builders Club! Join Builders Club
Choose Your Avatar
I have an account
generic image