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
 

Re: Twitter Code script

Previous Thread :: Next Thread 
spinywind is online. spinywind
Joined: 26 Jan 2012
Total Posts: 3580
14 Nov 2015 09:53 PM
Umm so when i click the redeem button it just does nothing D:


function A()
local Points = script.Parent.Parent.Parent.Parent.Parent.leadertats.Points
if script.Parent.Parent.Code.Text == script.Parent.Parent.Code.Code.Value then
script.Parent.Parent.Code.Text = "Successfully Redeemed"
script.Parent.Sound:Play()
Points.Value = 500
wait(4)
script.Parent.Parent.Code.Text = "Click to enter your code"
elseif script.Parent.Parent.Code.Text == script.Parent.Parent.Code.Code.Value then
script.Parent.Parent.Code.Text = "Invalid Code"
wait(4)
script.Parent.Parent.Code.Text = "Click to enter your code"
end
end

script.Parent.MouseButton1Click:connect(A)
Report Abuse
OmariHero is not online. OmariHero
Joined: 14 Aug 2013
Total Posts: 4193
14 Nov 2015 09:59 PM
local Points = script.Parent.Parent.Parent.Parent.Parent.leadertats.Points
"leadertats" could be a problem

script.Parent.Parent.Code.Code.Value then

two "Code"
intentional? idk
Report Abuse
LegendaryAccount is not online. LegendaryAccount
Joined: 02 Jun 2010
Total Posts: 13193
14 Nov 2015 10:02 PM
script.Parent.MouseButton1Down:connect(A)
Report Abuse
spinywind is online. spinywind
Joined: 26 Jan 2012
Total Posts: 3580
14 Nov 2015 10:18 PM
Ty it was the "leadertat" lol

#typo's
Report Abuse
AlertedDynamite is not online. AlertedDynamite
Joined: 12 Jun 2015
Total Posts: 667
15 Nov 2015 01:54 AM
Reading this thread made me create a game with codes, I made a gui to xD, I have my own twitter code script
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