Why isn't the code changing its values?
It isn't changing the values below. Also, for some reason, changing the value in the client doesn't do anything. I tried pretty much everything (Remote events). Any solution?
02 | local number = script.Parent.Parent.Parent.Parent.QuestionNumber.Value |
03 | local Value = script.Parent.Parent.Parent.Parent.QuestionNumberWordForm.Value |
04 | script.Parent.MouseButton 1 Click:Connect( function () |
07 | script.Parent.Parent.Parent:TweenPosition(UDim 2. new(- 1.386 , 0 , 0.356 , 0 ), 'Out' , 'Quad' , 1 ) |
09 | if Value = = "One" then |
12 | elseif Value = = "Two" then |
15 | elseif Value = = "Three" then |
18 | elseif Value = = "Four" then |
21 | elseif Value = = "Five" then |
24 | elseif Value = = "Six" then |
27 | elseif Value = = "Seven" then |
31 | game.ReplicatedStorage.Remotes.FillValue:FireServer(Value, script.Parent.Parent.TextBox.Input.Text) |
32 | if Value ~ = "Eight" then |
33 | script.Parent.Parent.Parent:TweenPosition(UDim 2. new( 0.386 , 0 , 0.356 , 0 ), 'In' , 'Elastic' , 2 ) |
35 | script.Parent.Parent.Parent.Parent.SubmitScreen:TweenPosition(UDim 2. new( 0.386 , 0 , 0.356 , 0 ), 'In' , 'Elastic' , 2 ) |