Greasy Fork

Greasy Fork is available in English.

Roblox Role Dropdown

A simple tool that adds a dropdown menu to change the role of your group members directly from the group wall.

目前为 2021-06-03 提交的版本。查看 最新版本

作者
HotDog 640
评分
0 0 0
版本
0.9.3
创建于
2021-06-02
更新于
2021-06-03
大小
6.8 KB
许可证
暂无
适用于

Roblox Role Dropdown

A simple tool that adds a dropdown menu to change the role of your group members directly from the group wall.

How to use

  1. Go to the group wall of a group you have "Manage lower-ranked member ranks" permissions in.
  2. Click the dropdown on the post of a member whose role you wish to change.
  3. Click on the desired role.

Config

At the top of the script source, there's an object called RRDConfig. You can change these properties to customise its behaviour.

const RRDConfig = {
    enabled: true,              // Set this to false if you want to disable RRD.
    dropdown_width: '12rem'     // The width of dropdown. Can be any CSS length.
};

Disclaimers

  • The code is written in ES6 syntax. This may not work on older browsers. As far as I'm aware, if you use a modern version of Chrome, Edge, Firefox, or Opera; you should be fine.
  • This should work fine in tandem with BTRoblox and Roblox+, though, this has not been thoroughly tested. (It should work with BTRoblox's "Make Group Wall Paged").