#please help
38 messages · Page 1 of 1 (latest)
im confused
Can you please tell me again what this script should do @rain rock
** You are now Level 3! **
make the local part 0.5 transparency
I was a little bit confused why you referenced the pink part when it isnt used in the script
You mean the pink one?
nono
.
im just new to coding i wanted to mess around with the coding but im confused why it didn't work
But ur post said pinkpart
it was supposed to make the localpart to the pinkpart transparent 0.5
Wdym with pink part, can you please send a screenshot of your object browser
Or just a screenshot in studio
** You are now Level 1! **
that pink part
.
Idk, I would try to put the Script in ServerScriptServive and would type
local newPart = Instance.new("Part")
newPart.Parent = game.Workspace
newPart.Transparency = 0.5
try setting the transparency before setting the parent
Im not at home rn so I cant test it, maybe im just stupid right now
are you trying to change the transparency of the part in the picture or the new part you're creating in the script?
I think the one he created in the script
well probably just have to set the position of the part too
But it should spawn at 0,0,0 when theres no Position given or am I trippin