Result of a crafting Gui, dont work in the "Results" button, why? [closed]
Asked by
7 years ago Edited 7 years ago
i created a script that when you click, he will use 2 stringvalue, one for crafting1 and the other for crafting2, he will use the value in both sentences to reach the model, but dont work
02 | if c 1 = = "None" and c 2 = = "None" or c 1 = = "None" or c 2 = = "None" then |
03 | script.Parent.Parent.Failed.Visible = true |
05 | script.Parent.Parent.Failed.Visible = false |
07 | script.Parent.Parent.Parent.Parent.Parent.Parent.Parent.Parent.stats.r 3. Value = "Yes" |
08 | script.Parent.Parent.Result.r 3. Visible = true |
18 | c 1 = script.Parent.Parent.Parent.Parent.Parent.Parent.Parent.Parent.stats.Creation 1. Value |
19 | c 2 = script.Parent.Parent.Parent.Parent.Parent.Parent.Parent.Parent.stats.Creation 2. Value |
20 | r 1 = game.Lighting.AkumaNoMi [ script.Parent.Parent.Parent.Parent.Parent.Parent.Parent.Parent.stats.AkumaNoMi.Value ] .c 1. c 2 |
23 | script.Parent.MouseButton 1 Down:connect(Click) |