WEIRDEST Roblox Studio Feature #roblox #robloxstudio

preview_player
Показать описание
50% OFF COUPON WITH "DOUBLEBYTE" (ends in 3 days):

You’ll also get 20% off an annual premium subscription!

wondered how to make a main menu in roblox studio? or how to create a shop which has working GUI? ive made lots of 2024 roblox scripting tutorials about all the different bits of roblox to give you some up-to-date information about all of its properties and events.

my goal is to simply give some insight on how to use the various features and instances roblox studio, and show you some fun stuff you can do with them. thanks for checking out this roblox scripting tutorial :)
Рекомендации по теме
Комментарии
Автор

script builders use this and they're what got me into scripting. its really fun running your own scripts for others to see and watching other people use their own things.
i learned so much from editing scripts and looking up tutorials/documentation whenever errors came up

taylozen
Автор

cool! I thought load string was used for running other scripts

hagglleer
Автор

I see loadstring in a lot of executer scripts 💀

tricky
Автор

Loadstring converts string into a function that can be executed.

yarik_superpro
Автор

this is also how you make a executor game which allows you to play around with scripts on a map with other people... the key difference is with others not just yourself

someoneshadowy
Автор

It's also worth noting that with an LBI in Lua, you can also accomplish this without the setting enabled!

kaiduwu
Автор

loadstrings are essential to backdoors in roblox games. if you see a hacker that has FE access he most likely got a backdoor in the game that mobilizes loadstring...

edit: the replies are all wrong. they are talking about clientsided, external exploits whereas im talking about serversided embedded static scripts in the game (backdoor). external executors dont need loadstring, backdoors need to use loadstring to run individual code. most people know that the require() func is used for this but loadstring is used in the background to actually process that require request.

drax
Автор

Script Builders used this but where killed off due to the inability to moderate such a feature without completely removing the ability to create from the player.

They still exist but the optional ability to play and show friends is what made them so powerful and popular.

Without the ability to share the code or show someone else it’s better you just make your cool stuff in studio and have people pop over and see it.

Smurfis
Автор

i thought loadstrings could only be used in executors (kind of) 😭

forgivensoul
Автор

I thought this feature was just a shower thought 😭

wonsole
Автор

I could REALLY use this in Game Maker: Studio 2 right now

Resueman_
Автор

so loadstring isnt just used for executers? cool

RedMan
Автор

The client actually has no means of using loadstring(). The only way to construct a function from a string is to use a ModuleScript someone has made which specializes in acting like Roblox's loadstring(). Using this method also means you cannot use += or other forms like it unless you configure the module to include these features.

GSFigure
Автор

This is really useful! I thought you had to do some 50 lines of code just to make it work but nope, roblox has it all figured out.

YourLocal_Mkara
Автор

Video 12 of asking for marketplace service tutorial

gggthereal
Автор

it would've been cool if retro studio used this as a second type of programming instead of using blocks

aratesses_OfficialYT
Автор

THIS ISNT A ROBLOX FEATURE THATS A LUA FEATURE

SyferTheProto
Автор

That’s true, but I’m pretty sure you could literally just insert a script and type print(“——“
Like how whenever you add a normal script it says print(“hello world”) by default. I could be wrong tho

EnchantedOwl
Автор

oh.. so thats how they made roblox studio in roblox with roblox studio.

Radation
Автор

I've actually been thinking about how you'd do such a thing as I've seen games allow you to input a script and it working

rimspee
visit shbcf.ru