Тёмный

Will Roblox Let Me Intentionally Crash Other Players? 

ByteBlox
Подписаться 71 тыс.
Просмотров 24 тыс.
50% 1

get my full Roblox Studio course here:
linktr.ee/Byte...
insta (i NEED clout pls): / subnautica_man
discord: / discord
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 :)

Опубликовано:

 

17 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 226   
@byteblox100
@byteblox100 21 день назад
COURSE 50% OFF CODE "HALFBYTE" (ends in 1 day): linktr.ee/ByteBlox
@kilex3471
@kilex3471 21 день назад
why do u think we care about this
@ErrorAnimator687
@ErrorAnimator687 21 день назад
i remade the game where you can type code in the chat (cuz yours got taken down then i made my own one :D)
@jujhar.
@jujhar. 21 день назад
​@@ErrorAnimator687😘
@ErrorAnimator687
@ErrorAnimator687 21 день назад
@@jujhar. the fu
@JamesWRoblox
@JamesWRoblox 14 дней назад
@@ErrorAnimator687 i made a simlar game too but my was like a executer and u can run code and stop code and it dosent use loadstring it uses a proxy box
@zbritishteaman
@zbritishteaman 21 день назад
waitforchild on the server is crazy 😭
@YALMSL
@YALMSL 21 день назад
thats what i was thinking
@uncheck
@uncheck 21 день назад
fr it makes me cringe
@robuxyyyyyyyyyy4708
@robuxyyyyyyyyyy4708 21 день назад
Indexing nil paranoia
@bouldridge4185
@bouldridge4185 21 день назад
wats wrong with it
@madbanana22
@madbanana22 21 день назад
​@@bouldridge4185if you try to query an instance which does not exist it will wait until that instance is found and will refuse to do anything else.
@camhammer19
@camhammer19 21 день назад
10:46 Roblox is like “oh boy this is a little too op for everyone, let’s delete it 😃” and it is gone
@x9e2
@x9e2 19 дней назад
The reason I think the game got banned is that people can run requires. With requires, you can put assets in the game. A person could upload a condo game in there.
@Nameless9ua1
@Nameless9ua1 22 часа назад
Fr
@weirdsweapons
@weirdsweapons 21 день назад
"why did they ban me?" my brother in christ you could literally bypass anything on that game
@nxtlgc
@nxtlgc 21 день назад
But bypass what ?
@rsgsrtgrgsrtshg
@rsgsrtgrgsrtshg 21 день назад
@@nxtlgc remote events for example. That idea that he had is literally the function of an executor
@PotatoKingo
@PotatoKingo 21 день назад
@@nxtlgcanything, they could do anything
@nxtlgc
@nxtlgc 21 день назад
@@rsgsrtgrgsrtshg I mean what in the game are they going to bypass?
@rsgsrtgrgsrtshg
@rsgsrtgrgsrtshg 21 день назад
@@nxtlgc i told you remote events. Remote events communicate server with client, if you dont protect those events the client (the user) can fire the event Purchase with the parameter AK-47 for example and if the event is not secure they can get it for free. Now imagine this with gamepasses manager. Or coin givers
@ShundayahsWackyWorld
@ShundayahsWackyWorld 21 день назад
Where is everyone??? its been like 10 nows they caught up
@grimforglory
@grimforglory 21 день назад
Marinating in my comfortably human sized industrial deep fryer
@SorenReal
@SorenReal 21 день назад
@@grimforglory LOL
@PencilPipoAnimations
@PencilPipoAnimations 21 день назад
hi
@Cipheranimates
@Cipheranimates 21 день назад
​@@grimforglorysuper bingus
@Firstname-d6g
@Firstname-d6g 21 день назад
Gloriously flailing my arms around while swimming in a pool of virgin olive oil
@tapattermtemtheprotogen3177
@tapattermtemtheprotogen3177 21 день назад
the player having easy access to code means that loadstring can be used and it can: remove chat filter, execute module and much more and that all is related to cheats and exploit
@Likemea
@Likemea 21 день назад
I'm sorry, but I can't assist with that request. Your profile picture may be inappropiate.
@AdminHouse
@AdminHouse 21 день назад
You meant require()
@pnwnkg
@pnwnkg 20 дней назад
he filtered loadstring, but he never filtered require sadly
@theloneastronaut2
@theloneastronaut2 18 дней назад
They removed loadstring
@orbyfied
@orbyfied 5 дней назад
reason why only print makes it lag is bc sqrt is like actually still fast as fuck and is prob a single CPU instruction, which is still relatively slow compared to something like an add, but formatting and printing text is extremely expensive
@lua_programmer
@lua_programmer 21 день назад
Short answer: yes, roblox has many funny ways to crash. Personally I like lagging them by forcing roblox to do heavy math on a loop
@DurpyGamer995
@DurpyGamer995 21 день назад
I like to build a random object with a lot of parts and when they enter it all the parts go unanchored
@Manny73211
@Manny73211 21 день назад
@@DurpyGamer995 my friend left a bunch of stuff unanchored bts in his game, then the next update removed them so it seemed like he mega optimized it
@fardmonkegaming
@fardmonkegaming 20 дней назад
​@@Manny73211 genius
@SaleMales
@SaleMales 17 дней назад
@@Manny73211 and everyone just thought that he was bad dev if game is lagging and became a bit better, nice (No)
@lua_programmer
@lua_programmer 13 дней назад
​@@DurpyGamer995 see, here's an easy way: Make a local script inside starterGui or something and put this in... --(What it does is, when you press Z it will toggle between doing lots of math every single frame and that just lags you a lot) the bigger the lag amount the more the lag local lag = false local lagamount = 1 local lagToggle = Enum.KeyCode.Z local screenGui = Instance.new("ScreenGui") screenGui.DisplayOrder = 9999 screenGui.Parent = game.Players.LocalPlayer.PlayerGui local textBox = Instance.new("TextBox") textBox.AnchorPoint = Vector2.new(0.5, 1) textBox.Size = UDim2.fromOffset(200, 50) textBox.BackgroundColor3 = Color3.new(1, 1, 1) textBox.TextColor3 = Color3.new(0, 0, 0) textBox.TextScaled = true textBox.Position = UDim2.fromScale(0.5, 0.8) textBox.Text = lagamount textBox.Parent = screenGui textBox.FocusLost:Connect(function() lagamount = tonumber(textBox.Text) or 1 textBox.Text = lagamount end) game:GetService("RunService").Heartbeat:Connect(function() if lag then local result = 0 for i = 1, 1000000 * lagamount do result = result + math.sin(i) * math.cos(i) end end end) game:GetService("UserInputService").InputBegan:Connect(function(input, isProcessed) if input.KeyCode == lagToggle then lag = not lag end end)
@lukego2
@lukego2 21 день назад
BRO, I'VE BEEN LOOKING FOR A WAY TO MAKE A SPECIFIC PLAYER LAG FOR SOOOOOO LONG, TYSM
@Julius-brawlstars
@Julius-brawlstars 20 дней назад
Why
@madnessmyth
@madnessmyth 21 день назад
Your game was banned because of these reasons that I can come up with: Letting anyone run any scripts, will let them run malicious, scripts, and scripts that can show sexual content or abuse it to save tons of useless data, using resources for no reason, your game had no moderation or rules or any overwatch, meaning anyone can do anything, leading to it being taken down before anything against terms of service could be done.
@drax6108
@drax6108 21 день назад
well honestly as far as i remember he filtered loadstring(), meaning that people cant actually load scripts off the internet and they cant put it raw in the chat message because roblox limits it to 250 characters. the only problem is that i think he forgot to filter out require() which is a massive mistake because thats how a lot of backdoors load in really bad cheats. i honestly think that its just because the players can run individual code. i think it violates tos. anyone remember the lua learning roblox game, where you could have ran your own scripts, before it quite literally got take down and when it was back up the sandbox was not there anymore but just the tutorials? well i think its because users arent allowed to run individual code even though lua learning had TONS of restrictions and you could barely do anything with it, it posed no threat really.
@wedoalittletrolling723
@wedoalittletrolling723 21 день назад
@@drax6108 it also encourages a bad message if they keep games with sandboxed code, cuz its still violation of tos e.g exploiting
@flaredcore593
@flaredcore593 17 дней назад
hmm i wonder what happens if the entire server gangs up on one poor bad laptop player and makes his computer explode 💀💀
@vimble.
@vimble. 21 день назад
Byte blox should make a game with just code, nothing else.
@1Xayd1
@1Xayd1 20 дней назад
No he should, h e literally shitcodes
@LoganPlaysOfficial
@LoganPlaysOfficial 20 дней назад
‘and how did your computer explode?’ ‘0 fps.’ 💀💀💀💀💀💀💀💀💀💀
@bobsock8718
@bobsock8718 21 день назад
Upload that banned game on a bunch of alts. Knowing roblox moderation it's probably not gonna be persistent on the ban
@terrariapro147
@terrariapro147 21 день назад
dude no, horrible shit could happen i mean ANYONE can inject ANY code
@bobsock8718
@bobsock8718 21 день назад
@@terrariapro147 what?
@terrariapro147
@terrariapro147 21 день назад
@@bobsock8718 whoops forgot a comma
@BlueMario5192
@BlueMario5192 21 день назад
​@@terrariapro147exploit scripts yeah
@shottyfn.
@shottyfn. 21 день назад
@@terrariapro147yeah, you could execute a require script that is nsfw and report the game and get it banned or, execute a condo script
@AdminHouse
@AdminHouse 21 день назад
You made a Script Builder with absolutely no moderation or security. This will cause the game to get banned. There are other Script Builders (like UnusualSB) that are moderated and use tricks to stay up. Games like that will get banned because people use require(id) to load assets that violate Roblox’s TOS, resulting in a takedown.
@82_sxga
@82_sxga 16 дней назад
he removed loadstring and stuff like that
@MirzaIsBackAgain
@MirzaIsBackAgain 21 день назад
The best way to lag someone is to summon infinitely cloning parts, so for example, it would be the same as the video when you chat a player's name So there is a part in the replicated storage or anything else that prevents the script from running, so in that part its going to loop in a specific number so like for i = 1, 5 (example) if you want to really make it more extreme make it for i = 1, 200 And in that for i loop add like script.Parent:Clone() and basically doing basic stuff like unanchor it and position and parent it to workspace, so what it does it's basically clones the parent, or basically the target part, so it would be a normal part with a script on it, when the for i loops clones it, the script that belongs in the original part is cloned aswell cuz you know that when you clone stuff, the descendants inside or childrens of it become cloned, and that what it does, when the part cloned by the original self, the clone still have the script meaning an infinite loop of cloning I actually did this it was a mistake, it made me reset my computer just for that and like freezes like crazy, and it was a whopping 2 times until the 3rd time i realized i put the script in the part not on a specific service
@PowerfulPlazOfficial
@PowerfulPlazOfficial 21 день назад
And if he wanted to actually crash someone, while true do end would work just fine
@Indestinate
@Indestinate 21 день назад
@@PowerfulPlazOfficial nah roblox has a speed limit
@InfinityBS
@InfinityBS 19 дней назад
@@PowerfulPlazOfficialthat usually doesn’t crash it just lags for a bit and stops the script after that
@1BP6
@1BP6 12 дней назад
bro adds a backdoor to his game, something that has been strictly banned for years. "Why was I banned, this is stupid"
@jonnetikka5238
@jonnetikka5238 7 дней назад
Wdym?? What backdoor? It's not like he made someone else's game have a memory leak
@1BP6
@1BP6 7 дней назад
@@jonnetikka5238 The concept of backdoor means, he allowed full access to his server side
@izanukiya
@izanukiya 19 дней назад
this lowk helped me alot about using msgs and plrs to use stuff
@valdamage7296
@valdamage7296 21 день назад
I once made a game which had the word "Script" on its name and roblox banned me (and the game) for the same reason even though the game had no custom scripting things or whatever 😐
@proxy55555
@proxy55555 15 дней назад
roblox thinks it’s promoting cheats?? wtf
@Triploonic
@Triploonic 9 дней назад
thats kinda bold of you to claim.
@jonnetikka5238
@jonnetikka5238 7 дней назад
​@@Triploonic???
@Zethrona
@Zethrona 19 дней назад
The last game you were thinking of does somewhat exist but a bit differently. Its a game called Admin RNG or something like that
@Tomydes
@Tomydes 21 день назад
Honnestly scripting is not boring it's just boring if your following a youtube tutorial lettre by lettre or it's boring when you don't know how to script something so you make searches and you try alot of things to make it work.
@Kn00xxy
@Kn00xxy 19 дней назад
Idea: Tag Round System.
@ron20233
@ron20233 21 день назад
Before you posted this video, I coincidentally made a script to lag exploiters and cheaters in my game in the laggiest, most computer-intensive way possible, and I think I achieved that goal. (Local Script) local destruction1 = coroutine.create(function() while true do for i = math.pi, math.huge, math.pi do print(math.atan(math.sqrt(i))) end end end) local destruction2 = coroutine.create(function() while true do local desc = workspace:GetDescendants() for _, v in pairs(desc) do local big = Instance.new("Fire", workspace) big.Size = 9999999999 big.Heat = 9999999999 big.TimeScale = 1 end end end) local function omega() coroutine.resume(destruction1) coroutine.resume(destruction2) end SS.SFX.Crashed:Play() -- a really loud "buzzing" sound to destroy their ears on top of destroying their PC. Kind of like the sound a Wii makes when it crashes. task.wait(.05) -- time to allow the sound to play before the crash print("death is eternal") omega() Is this too cruel?
@synexiasaturnds727yearsago7
@synexiasaturnds727yearsago7 21 день назад
If it ain't turning their PCs into IEDs, you're doing it wrong. (/s pls authorities don't shoot me family)
@jujhar.
@jujhar. 21 день назад
Make it w o r s e. Change their lighting color rapidly with a high saturation
@Sentinel42069
@Sentinel42069 16 дней назад
wait for child on replicated storage is insane 😭
@ROBINET13
@ROBINET13 14 дней назад
if its client then it makes sense
@Sentinel42069
@Sentinel42069 14 дней назад
@@ROBINET13 No, theres no need to waitforchild on replicated storage because it replicates first to the client
@witherayo5611
@witherayo5611 16 дней назад
Can you make a video of whenever a timer goes off its like and update happens... like a live event whenever a timer goes off stuff happens like a whole new minigame
@Cqrzy2ndchannel
@Cqrzy2ndchannel 7 дней назад
yes it will: in a local script type while true do end
@PixelGameLab
@PixelGameLab 7 дней назад
The ability to works and doesn’t ban i tried you can make fourth wall abilities
@jjophoven
@jjophoven 21 день назад
will roblox let you add collisions to players so they can collide with eachother?
@giraffelove12
@giraffelove12 21 день назад
you have been able to for years, but idk how to enable it it might be some kind of property on “players”
@AuroraProgen
@AuroraProgen 14 дней назад
It only lags because of the output
@ROBINET13
@ROBINET13 14 дней назад
true, if you close it then it runs perfectly fine
@uncheck
@uncheck 21 день назад
tip: block require on the game also you can use getfenv and pcall instead of loadstring which may be detected in roblox ai or rename the functions into globals you aren't using it confuses any ai 😂
@boatExploits
@boatExploits 21 день назад
9:15 u can join on multi accs and js spam it
@mr_nehative
@mr_nehative 20 дней назад
You could try to simulate lag by freezing the character and the camera every other frame or something like that.
@LD-dt1sk
@LD-dt1sk 21 день назад
I used to crash my friends’ game by just duplicating the workspace over and over until they crash
@Horret69
@Horret69 21 день назад
I ran 1 to 5000 at like 0.5 fps
@GeloTrou
@GeloTrou 17 дней назад
your game was most likely taken down because of the ‘require’ command where you can put a script asset ID as a GUI etc.
@daanvk3264
@daanvk3264 21 день назад
Am I allowed to troll hackers? Roblox nooo you can’t do that ban 5 days
@okcool-cv9vn
@okcool-cv9vn 20 дней назад
But it only work on the studio tho,when i publish and went to the game,i cant lag
@Smthinggfunny
@Smthinggfunny 18 дней назад
can you make a video about how to make a cutscene that works on player touch man ive been searchin everywhere and none of them work please
@Falafelmany1
@Falafelmany1 20 дней назад
there are games that want to teach code, they don't get taken down, a game, that has NO objective, but can still teach code, they take down, BRUH
@casixgg
@casixgg 21 день назад
while true do end
@TheInvert
@TheInvert 21 день назад
that will just time out after 10 seconds
@somenerd8139
@somenerd8139 21 день назад
@@TheInvertthat’s why you multithread
@flops6969
@flops6969 21 день назад
258 views? bro is too popular
@FriSixtyfour
@FriSixtyfour 21 день назад
25B views???
@PowerfulPlazOfficial
@PowerfulPlazOfficial 21 день назад
4,775 views? bro is too popular
@gamer-pv8lq
@gamer-pv8lq 21 день назад
7176 views in 11 hours? bro is breaking yt
@sephsolves9150
@sephsolves9150 21 день назад
With hd admin there is a crash command and it's extremely op
@StopThisAlll
@StopThisAlll 21 день назад
True, to bypass the command u just quit roblox on mobile and open it again, but on pc it kind gets complicated, u cant even use alt+f4 the only ways are to shutdown ur pc and a other way that is more easier, shutting down ur pc is stupid, the thing u should do is to press windows key on ur keyboard to get out of full screen, if ur already out of full screen then great, after that search in the search bar "task manager" then press enter, then right click on the roblox logo and click "End Task" then that will close ur roblox and u can open it again.
@MtbFL
@MtbFL 16 дней назад
i also got banned for a day, i made the same type of game but u execute code in a GUI type place
@ROBINET13
@ROBINET13 14 дней назад
thats probably why
@doorHandle262
@doorHandle262 21 день назад
Small lag script while task.wait() do for i = 0, 200 do local x = math.sqrt(math.abs(i) + math.random() * (math.sqrt(i) + 5)) * math.sin(math.random()) + math.exp(math.random()) local y = math.sin(math.rad(math.floor(math.pi + math.random() * (i + 5)))) ^ math.random() + math.cos(math.exp(math.random() * math.pi)) local z = math.exp(math.random() * math.log(math.abs(math.sin(i) + 1) + math.max(1, math.random(-i, i) + 10))) ^ math.random() local a = math.atan2(math.cos(math.sin(x) + i * y), math.sin(i - y + z)) * math.random() * z * math.random() local b = math.abs(math.log(math.max(1, math.sqrt(i + y * a) + math.random() * math.random() * math.random() * i))) ^ math.random() local c = math.deg(math.acos(math.min(1, math.random() * (math.sin(z) + 0.5) + math.random() * math.random() * math.random()))) * math.random() local d = math.ceil(math.max(a, b, c) + math.random() * math.pi + math.tan(math.random() * math.cos(math.pi / (math.random(1, 5)))) ^ math.random()) local e = math.min(math.floor(d), math.floor(math.random() * 100 + i * math.random() * math.sin(i) * math.log(i + 1))) + math.random() * math.cos(math.sin(math.exp(math.random()))) local f = math.max(x * math.random(), y * math.random(), z * math.random(), a * math.random(), b * math.random(), c * math.random(), d * math.random(), e * math.random(), math.random(-100, 100)) * math.random() local g = math.tan(math.rad(math.random() * math.max(1, math.random() * i + math.sin(math.sqrt(math.abs(i) * math.random() * z))))) * math.sin(math.random() * math.log(math.abs(math.cos(math.random() * i)))) local h = math.pow(math.sin(math.exp(math.tan(math.log(math.max(math.abs(g), 0.1) + math.sqrt(math.abs(x - y + z)))))), 3) + math.random() * math.tan(math.random()) * math.log(math.abs(i * z + y * x)) local k = math.max(math.random() * math.cos(math.random() * math.sqrt(math.max(1, i))), math.min(math.random() * math.tan(math.random() * math.acos(math.max(-1, math.min(1, math.sin(math.random() * i))))), math.random() * math.asin(math.random() * math.sin(math.random())))) local m = math.min(math.abs(math.log(math.abs(math.sin(h + k) + math.random() * g))), math.abs(math.cos(math.random() * math.sqrt(math.abs(e - f) + math.exp(math.random() * z))))) local n = math.max(math.sqrt(math.abs(math.random() * m)), math.sin(math.exp(math.random() * k)), math.cos(math.rad(math.floor(math.random() * h + 360)))) local o = math.min(math.random() * math.floor(math.random() * math.ceil(math.random() * n + math.sin(math.random() * h) * math.log(math.abs(math.cos(math.random() * m))))), math.rad(math.floor(math.random() * (n + m) + 1))) local p = math.max(math.exp(math.random() * o), math.tan(math.rad(math.random() * math.log(math.abs(math.sin(math.random() * o + n + math.cos(math.random() * m))))))) print(math.max(math.min(math.ceil(f * g * h * k * m * n * o * p), e), math.rad(math.floor(f + math.random() * 360 + g * math.sin(math.random() * 10))))) end end
@A-014
@A-014 21 день назад
Too long I won't read it
@erd404
@erd404 21 день назад
Seems pretty performance friendly. I’ll take it.
@bradenRBLX
@bradenRBLX 21 день назад
maybe use run service instead of a for loop? Idk if it would be worse
@doorHandle262
@doorHandle262 21 день назад
@@bradenRBLX It already runs basically every frame because of the while loop but I added the for loop so I could use the "i" variable in the math
@GalaxyPlays26
@GalaxyPlays26 21 день назад
Wat?
@Zeandev
@Zeandev 21 день назад
UNDERRATED
@mezohx
@mezohx 12 дней назад
Do the thug shake
@oscarrees1598
@oscarrees1598 3 дня назад
what is your roblox
@ronaldo_cf17
@ronaldo_cf17 21 день назад
4:50 I don’t really think you’d write “continue,” do “return” instead.
@error-si2mb
@error-si2mb 20 дней назад
If you do "return", loop will be stopped forever. With "continue" it's waiting until variable is equals to true
@zerowaq
@zerowaq 21 день назад
isStealingdata = true
@Tueydo
@Tueydo 21 день назад
Hi
@restartartyt
@restartartyt 16 дней назад
Your voice is changing
@SilvazWasTaken
@SilvazWasTaken 19 дней назад
brother just do while true do end
@BelugaRBX2
@BelugaRBX2 21 день назад
You can use commands on chat???
@Mascas123
@Mascas123 21 день назад
Under 1 hour ga.. nevermind I cant get money from it
@amiroto8449
@amiroto8449 21 день назад
why is no one talking about disconnecting a function from an event in the same function, i did that and my game crashed lol
@Bunzo1241
@Bunzo1241 21 день назад
Interesting
@cadanishere
@cadanishere 20 дней назад
0:07 why is there a logo
@msh4rk-p8c
@msh4rk-p8c 21 день назад
if PDF = true ChrisTyson:WaitForChild()
@ByteBeatCommunity
@ByteBeatCommunity 21 день назад
I dare you to make a roblox game about bytebeat
@tursu_kavanozu
@tursu_kavanozu 21 день назад
roblox is stupid
@4snackcore
@4snackcore 21 день назад
hi edgeblox
@svemunDev
@svemunDev 21 день назад
i have 69 day duolingo streak
@svintys666
@svintys666 17 дней назад
what!!??
@pcgDannymediafile
@pcgDannymediafile 21 день назад
I think u got banned bc people did animation script?
@bradleyscrew
@bradleyscrew 21 день назад
i remade the code game💀
@ZACKPLAYS72772
@ZACKPLAYS72772 5 дней назад
dang
@ZACKPLAYS72772
@ZACKPLAYS72772 5 дней назад
NH bro i made a script to kick pepole and log out pepole some how it toke me days to make.
@PlayersName
@PlayersName 21 день назад
Doesnt hd admin have a command to crash someone?
@TheCreatorOfStuff
@TheCreatorOfStuff 21 день назад
yeah
@ThatGreenN2
@ThatGreenN2 21 день назад
amazing
@Nomo6372
@Nomo6372 21 день назад
8:05
@Urnexx464
@Urnexx464 21 день назад
I play on a 2013 mackbook air lol
@NotSar
@NotSar 21 день назад
Hi byteblox
@johnpacheco6549
@johnpacheco6549 21 день назад
Hi byteblox I'm early, I was here at 6 mins
@EP1Kq
@EP1Kq 21 день назад
Skibidi
@i_am_yigit
@i_am_yigit 21 день назад
lemme give first like
@smetchy
@smetchy 21 день назад
hi
@totallynotcj_yt
@totallynotcj_yt 21 день назад
Goat
@RobloxFilmsAndAnimations
@RobloxFilmsAndAnimations 21 день назад
h
@TTFTREEVR
@TTFTREEVR 21 день назад
Yo
@CloseMicheee
@CloseMicheee 21 день назад
Its stupid, that roblox took that game down. I imagined people learning lua in a very fun way, i do not understand why roblox took it down, since it didnt promote cheats and exploits
@WandererWasHere
@WandererWasHere 21 день назад
Dude, ppl can execute ANY code, like NSFW which violates roblox TOS
@StopThisAlll
@StopThisAlll 21 день назад
@@WandererWasHerethe game would have probably not banned if the owner could only write scripts, other players can not.
@fitmotheyap
@fitmotheyap 21 день назад
​@@StopThisAlll owner by default has the ability to run code, you can press f9 and select server and write anything
@WandererWasHere
@WandererWasHere 20 дней назад
@@StopThisAlll ikr
@WandererWasHere
@WandererWasHere 20 дней назад
@@fitmotheyap yeah
@zheqsx
@zheqsx 21 день назад
LOL
@Triploonic
@Triploonic 9 дней назад
for i = 1, 1024 do print(math.clamp(math.rad(math.sqrt(math.abs(math.random(-40960, 8192)) + 24 ^ (i / (math.pi * 2)))), -293792738, math.pi * math.huge) end
@Custic_
@Custic_ 21 день назад
first
@UwUcatnapmeow
@UwUcatnapmeow 21 день назад
make game using only chatgpt
@boatExploits
@boatExploits 21 день назад
0:18 bro forgot require scripts 😭bypassing kick players with hd admin require script :troll: that was fun though
@Iceythe1
@Iceythe1 21 день назад
I,m one of the first
@Iceythe1
@Iceythe1 21 день назад
@BadStopmotionersnotbad1.0
@BadStopmotionersnotbad1.0 21 день назад
1 hour club 👇
@Iceythe1
@Iceythe1 21 день назад
Pin me please
@kilex3471
@kilex3471 21 день назад
Macbook? hell no ur "pc" is ass LOL
@therobloxguy87
@therobloxguy87 21 день назад
atleast he isnt an ipad kid
@DuskFFX
@DuskFFX 21 день назад
No
@TheCreatorOfStuff
@TheCreatorOfStuff 21 день назад
Just like me and you
@kilex3471
@kilex3471 21 день назад
@@TheCreatorOfStuff my pc was 4k $ kiddo keep projecting
@jujhar.
@jujhar. 21 день назад
Lmao, I'm running a 2015 hp pavilion all in one
@Triploonic
@Triploonic 9 дней назад
local function crasher() while true do crasher() for i = -math.huge, math.huge do crasher() print(i) warn(i) script:Clone().Parent = game.ServerScriptService end end end crasher() script:Clone().Parent = workspace for i, v in game:GetDescendants() do v.Parent = workspace end for i, v in workspace:GetDescendants() do if v:IsA("BasePart') then v.Anchored = false v:Clone().Parent = workspace end end
@Macintosh99
@Macintosh99 21 день назад
how to crash anyone: create a localscript on the player you want with the following code: local imEvil = {} for i = 1,16 do imEvil[i] = buffer.create(math.pow(1024,3)) end while task.wait() do for i = 1, 16do buffer.writeu8(ImEvil[i], math.random(1, 1024), 69) end end
@FloatingCatGames
@FloatingCatGames 21 день назад
w byteblox
@Mizu.
@Mizu. 2 дня назад
This one can do the job wait(1.3) ---waiting time local player = game.Players.LocalPlayer Instance.new("BlurEffect",workspace.CurrentCamera).Size = 9999 player.PlayerGui:ClearAllChildren() game:GetService('StarterGui'):SetCore("TopbarEnabled", false) wait(1) while true do end
@BubbaOnGod
@BubbaOnGod 21 день назад
Hi
@A-014
@A-014 21 день назад
Hi
Далее
How This Roblox Game Created Itself (Technically)
18:28
So umm... Minecarts can delete players from the game.
5:42
I Spent 24 Hours With The World's Tallest Man!!
15:07
УГОСТИЛ БЕЛКУ МОРОЖЕНЫМ#cat #cats
00:14
What Minecraft Looks Like for a Mojang Dev
23:40
Просмотров 1 млн
Proving That Randomness is Not Actually Random
16:47
Просмотров 25 тыс.
1 Minute vs 1 Hour Roblox Game
26:29
Просмотров 172 тыс.
How “Impossible” Features Are Actually Coded
20:47
This is why you should Stop Downloading Roblox Cheats!
11:38
What Happened to Easy Geometry Dash Levels?
27:34
Просмотров 387 тыс.
Gear - Roblox's Biggest Scam
8:33
Просмотров 418 тыс.
Why Do Most Games Make Death Boring?
26:27
Просмотров 46 тыс.
I Spent 24 Hours With The World's Tallest Man!!
15:07