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:
![]()
Thanks in advance!!