Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make this make the text for transparency in the value?

Asked by 4 years ago
Edited 4 years ago

So basically its a slider and it shows the vlaue of where you slid it on the text label and then i want it to go to a value and the brick call the value

script.Parent.Text = script.Parent.Invis.Value

then that is suppose to get the value of it and then

the brick does this sceipt

wait(3)
game.StarterGui.Shop.Frame.TransparencyBox.TransparencyDragger.SliderObject.Invis = game.Workspace.ear.Transparency
0
Idk if I'm the only one but I don't understand this question. killerbrenden 1537 — 4y
0
So basically its a slider and it shows the vlaue of where you slid it on the text label and then i want it to go to a value and the brick call the value KronxGoat 50 — 4y
0
I don't fully understand what you are trying to achieve, but maybe you could try using a local script for the brick, and do game.Players.LocalPlayer instead of game.StarterGui. Jack_AviationRBX 25 — 4y

1 answer

Log in to vote
0
Answered by
CyDave 42
4 years ago

Change

game.StarterGui.Shop.Frame.TransparencyBox.TransparencyDragger.SliderObject.Invis = game.Workspace.ear.Transparency

to

game.StarterGui.Shop.Frame.TransparencyBox.TransparencyDragger.SliderObject.Invis.Value = game.Workspace.ear.Transparency

(Add .Value to Invis to change the value of it)

0
but then when I do the slider the value dosen't change KronxGoat 50 — 4y
0
add me on discord JR#0542 KronxGoat 50 — 4y
Ad

Answer this question