Hello there Gonçalo,
You can use Check<Role>Role function:

In the menu, you may place some If widgets around the buttons and show them accordingly, using these functions. Or use this function in Visible property of the buttons.
In order to use these functions, you just need to pass an UserId as input parameter. Since you want to check for the logged user, you just need to use something like this:
CheckAdminRole(GetUserId())
Hope that this helps you!
Kind regards,
Rui Barradas