RadialMenu [STANDALONE][PAID]



[Preview]

Streamable - RadialMenu Demo


[Explanation]

This is a standalone RadialMenu to make the execution of actions easy and replace every Job or interaction Menu.




[Functions]

  • Multiple Sub Menus
  • Responsive Menus (e.g. Job menu)
  • Fully customizable
  • Clean Design
  • Sound on hover and click
  • Can replace every Job menu
  • High Performance (CPU msec: idle 0.00ms; activated: 0.02)
  • Clean animation
  • Setup help in Config

[What to set in config]

  • Key to open Radialmenu
  • Color of the inner Radial
  • Color of the outer Radial
  • Duration of the Animation
  • IMG, lable, events and submenus of inner Radial
  • lable and event of outer Radial
  • Responsive Sub Menus (e.g Job-Menu)

[Optimization]

This script is completely optimized.

  • Idle: 0.00ms;
  • In use: 0.01 - 0.03ms;

Download (34.99€)

Get this resource at Tebex

Code is accessible Mostly
Subscription-based No
Lines (approximately) 1200
Requirements None
Support Yes

oh oke

Hello, can we change everything? the images, the menus, that we can change the triggers too?

Hey @Nicolas60 ,
sure you can change everything in the Config

Example:

img = "suitcase.png",
lable = "Koffer",
event = "",
attribute = "",
close = false,
submenu = {
   [1] = {
      img = "search.png",
      lable = "Suchen",
      event = "",
      attribute = "",
      close = true,
      submenu = false
   },
   [2] = {
      img = "search.png",
      lable = "Suchen",
      event = "",
      attribute = "",
      close = true,
      submenu = false
   },
   [3] = {
      img = "search.png",
      lable = "Suchen",
      event = "",
      attribute = "",
      close = true,
      submenu = false
   },
   [8] = {
      img = "back.png",
      lable = "Zuruck",
      event = "Radial:goBackMenu",
      attribute = "1",
      close = false,
      submenu = false
   },
}
                

even, is this where you put the trigger to show the identity card for example?

a little bit clickbait :upside_down_face:

1 Like

Exactly, you can put already existing events or create your own events to trigger in the event variable, which are triggered if you click on the Element. So for example to show the identity card

Hey @XenoS.exe,
Why do you think its clickbait?

The first image, looks much nicer and that it works based on the finger, which in the screens below is not there

1 Like

Please include the required template you removed during topic creation.

OK, I see what you mean, but it should really just point at the radial menu

I added it