Need help with UserInputService.OnScreenKeyboardPosition

Here is the code

local UIS = game:GetService("UserInputService")
UIS.OnScreenKeyboardPosition = Vector2.new(4,4)

here is the error
aa

any help is appreciated :grinning:

https://developer.roblox.com/en-us/api-reference/property/UserInputService/OnScreenKeyboardPosition

This property is read-only. You cannot set its value.