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
|
  |
| 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 |
|
|
|
| 14 Nov 2015 10:02 PM |
| script.Parent.MouseButton1Down:connect(A) |
|
|
| Report Abuse |
|
|
spinywind
|
  |
| Joined: 26 Jan 2012 |
| Total Posts: 3580 |
|
|
| 14 Nov 2015 10:18 PM |
Ty it was the "leadertat" lol
#typo's |
|
|
| Report Abuse |
|
|
|
| 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 |
|
|