Setting the AnchorPoint of an ImageLabel doesn't work?

Hello there Robloxian,
I am currently working on a custom bubblechat feature, while I was configuring the AnchorPoint of an ImageLabel I got an error.
The error being: Players.kjelt15.PlayerScripts.BubbleChat:260: attempt to call a table value

Script-line 260:
ImageLabel .AnchorPoint = Vector2(.5,0)

Could anyone tell me what I did wrong, as on the ROBLOX developer page it clearly shows that the AnchorPoint is a vector2 instance:
image
Thanks in advance!!

Construct using Vector2.new(x, y)

Oh good grief, a beginners mistake, thanks!