Here’s a script that opens the User Library folder.
–this script opens the startup disk window and opens the Library folder of the home folder in the Users folder
tell application “Finder”
open disk “name of your hard drive”
activate
set target of Finder window 1 to folder “Library” of folder “your user name” of folder “Users” of startup disk
end tell