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

How do I do BackgroundTransparency = 1 ???

Asked by 2 years ago
Edited 2 years ago

How do I do

backgroundTransparency = 1

it will force me to put () like

backgroundTransparency = 1 ()

it won't work right? so i putted the 1 inside it

backgroundTransparency = (1)

and it still won't work.

(I have learned basics already and now learning the LocalScript, so is this an update or the ways of scripting between normal script and localscript isn't the same?)

aight here look https://media.discordapp.net/attachments/893852610015154230/922645474253623326/Screenshot_773.png?width=1440&height=613

2
You have not learned "the basics" under any circumstances. NotFrindow 346 — 2y
0
like in a script? MLGGAME08 7 — 2y
0
other wise you can open the properties tab in the veiwv button and then just select the frame annd search up "Backround transparency in the properties and turn it to 1 MLGGAME08 7 — 2y
0
ayo dude Sergeant_noob31 3 — 2y

1 answer

Log in to vote
0
Answered by 2 years ago
Edited 2 years ago

You have to reference the object you are changing the 'backgroundtransparency' properties. You can put the localscript inside the GUI object like a frame which you wanna change the 'backgroundtransparency' properties and do

local frame = script.Parent
frame.BackgroundTransparency = 1 

Spell it exactly the same. Not backgroundTranspancy but BackgroundTransparency.

0
It's the website. and I am talking about the () and the 1 Sergeant_noob31 3 — 2y
0
What do you mean by 'it's the website'? Oh, and you don't need () AProgrammR 398 — 2y
0
Damn dude. Sergeant_noob31 3 — 2y
0
"its by the website" I mean like its on the website it will automatically capitalize when it is studio Sergeant_noob31 3 — 2y
View all comments (3 more)
0
Read it again dammmnnn Sergeant_noob31 3 — 2y
0
@Sergeant_noob31 I don't think you understand what Studio even is... Studio is not a website, it's an application. PaleNoobs 37 — 2y
0
@PaleNoobs Yo shut up i mean like its a website, this where we talking rn is website understand it. Sergeant_noob31 3 — 2y
Ad

Answer this question