Hi, I’m learning how to code by using Videos from youtube now because I like money and I just want to start making my own game. And maybe become biggest developer out there.
2.
-- function changeTransparency(part,newTransparency)
part.Transparency = newTransparency
end
changeTransparency(game.Workspace.Spawnlocation,0.5)
wait(2)
changeTransparency(game.Workspace.SpawnLocation,0.75)
Error Message: Spawnlocation is not a valid member of Workspace “Workspace”