TextDraw editor

Text draw editor

Only native UI

How to use:

  • Include this resource in your server
  • Press F1 to activate MainMenu
  • Profit

Where my saved files?

  • Check your server folder

Can i save C# or Lua?

  • Yes you can. TDE generated Lua or C# code.

Source: https://github.com/AppiChudilko/TextDraw-Editor
Download: https://drive.google.com/file/d/11pqXgSZXnuGbGm5hZDomeOUKxGAUz15h/view?usp=sharing

Thanks @Disquse for help.

23 Likes

Very nice @Appi. You’re very knowledgeable and this release shows it!

2 Likes

Ah, neat!

Saves me/people from adjusting float values all the time and reloading resources :’)

2 Likes

nice work going to try this on my server for sure :slight_smile: keep the scripts coming, its nice to see different things for a change.

2 Likes

Very nice release sir!

2 Likes

Can anyone open this menu on the server? or is it like ACE perms?

1 Like

This is more of a developer based resource, I would recommend doing it on a private server, then when everything is working push the update.

Neat release, I like it.

1 Like

+1 very useful


1 Like

Boss release! Saves me tons of time instead of having to edit my float values and recompile my files.

1 Like

Ahh alright… It would be cool for it to be permission based and then maybe make it to where it shows on everyones screen… kinda like a troll type of thing… lmfao…

Useful release, very complete!

1 Like

Well, you could but you would need an array to hold something to whitelist them on, wouldn’t be hard. As there is currently no source code, you would have to decompile it.

sooo much workkk… lol… Maybe he will see our comments and eventually post the source code.

Amazing! Like synn said, saves a bunch of time!

1 Like

Just press F1, if u include resource

Source here: https://github.com/AppiChudilko/TextDraw-Editor

Extremely useful and I’m definitely going to be using this. It will make development way faster, in the sense that it saves time from adjusting values and reloading the resource to see the effect.

There you go he posted the source code, simply create a void to check if an identifier is in a array, if so they can open the menu, if not then they can’t.

aka_Lucifer:
There you go he posted the source code, simply create a void to check if an identifier is in a array, if so they can open the menu, if not then they can’t.

Alright, thank you…

Appi:
Source here: https://github.com/AppiChudilko/TextDraw-Editor 9

Thank you for posting the source code!