At 14:10, you mentioned network ownership, but couldnt show it easily In the console (f9 or "/console" in chat), under the DebugVisualizations tab, and also in studio settings under Network, there is a toggle called "Are Owners Shown" which (as the name suggests), shows assembly's network owners. Also you can use studio's tools (move, rotate, scale, etc) on things regardless of where they are, eg a part in a viewport frame (case and point 25:40 ), in server storage, the void (Immidiate parent is game), etc. (remember that holding tab puts the handles by your cursor)
I made something similar some time ago but in first person If you want to make it better to receive the mouse input to control the character, you can get the MouseDelta and set the camera's CFrame to be relative to it
18:10 can be fixed by pre-declaring the values like (rig:Model), I myself use this a lot in modules for clarity and so that I don't have to type out the arguments per hand
A good example of a game inside a game is the original Donkey Kong arcade game inside Donkey Kong 64's Frantic Factory level, although I suck at it and still haven't beaten it.
I have made a similar game before with a big screen on a wall and control buttons on the side. It works similarly, and no multiplayer support either 😅. YT will probably delete or hide this comment if I post the link. The game's name is "[Simulation]" (it was called "Roblox inside Roblox" but I decided to change it) and it's in the group "FutureBlox Games".
A really cool way to improve that idea is having another computer INSIDE the rig's 'world', so you can interact and go even more nested (like a player playing the rig playing another rig, etc...)
Great video man, just one thing. If you have to send info from the client to the server… Always assume the client info will be either tampered with or missing! I have seen too many games where they send alot of data to the server from the client and get exploited so easily.
You can make the character animations by copying and pasting the local script "Animation" that is inside your ORGINAL character into the fake character
It already has it when you import it you need to transform the local script into a normal script, just copy the code from the local script to the server script
Yo ByteBlox. Im trying to get into Game making in Roblox and I just cant seem to get the start going. My goal is to make a game similar to AUT (A universal time), where you can obtain different abilities (for example Gomu (Luffy), Shanks, Golden Experience Requiem, stuff like that. Just different stuff from different games or anime). The problem is that I just dont know where to start. Do I make the map? Do I start with the combat system? Maybe make an ability first? Or something completely different? I know that map building, animating and doing VFX and coding is part of a completely different field, but I kinda want to make a game alone. If youre able to could you please explain in a video on how to start making a fully fledged out game? And if its not possible to make a video could you be so kind and explain it in a reply? Would be really appreciated!
I’d start with making the abilities themselves. Here I’ll give you a challenge; whenever the player presses E, it should take away 50% health of everyone around the player, and this ability should be on a 3 second cooldown. You’ll instantly realize you don’t know many things and you’ll go look them up. Then move on to the abilities you actually want to add and try developing them
its not the same it runs through an actuall roblox account probablly using some api thingy majiggy thing to transfer inputs from studio to that account (and what the character screen)
yo i made the anims working so all u needa do is first disable them at the rig and then when youre changing to it enable the animate script from the rig and thats it
idea: anticheat that when they hack or anything turns there screen red and scary and makes everyone invisible to them and playscary noises and kicks them
HAPPY HALLOWEEN! USE CODE "BYTEHALLOWEEN" FOR 50% OFF:
linktr.ee/ByteBlox
photos of my pet pigeons: instagram.com/subnautica_man
k
k
Cool
where is the roblox game link?
Cute Pigeons!!
Doom eternal was literally my first thought when you talked about games inside games!
At 14:10, you mentioned network ownership, but couldnt show it easily
In the console (f9 or "/console" in chat), under the DebugVisualizations tab, and also in studio settings under Network, there is a toggle called "Are Owners Shown" which (as the name suggests), shows assembly's network owners.
Also you can use studio's tools (move, rotate, scale, etc) on things regardless of where they are, eg a part in a viewport frame (case and point 25:40 ), in server storage, the void (Immidiate parent is game), etc. (remember that holding tab puts the handles by your cursor)
I made something similar some time ago but in first person
If you want to make it better to receive the mouse input to control the character, you can get the MouseDelta and set the camera's CFrame to be relative to it
helo paul
@@baconheadhair6938 hi
hi paul
@@ZeduxDev hi x2
@@Paul1Rbhi paul
18:10 can be fixed by pre-declaring the values like (rig:Model), I myself use this a lot in modules for clarity and so that I don't have to type out the arguments per hand
26:54 Note: In game.Workspace, there is a property called "FallenPartsDestroyHeight", which controls where parts are destroyed
A good example of a game inside a game is the original Donkey Kong arcade game inside Donkey Kong 64's Frantic Factory level, although I suck at it and still haven't beaten it.
Apocalypse Rising mentioned!
nice! now make roblox studio work in roblox studio.
I have made a similar game before with a big screen on a wall and control buttons on the side. It works similarly, and no multiplayer support either 😅.
YT will probably delete or hide this comment if I post the link. The game's name is "[Simulation]" (it was called "Roblox inside Roblox" but I decided to change it) and it's in the group "FutureBlox Games".
What if you managed to RUN Roblox inside ROBLOX?
Someone did already. It's deleted though
A really cool way to improve that idea is having another computer INSIDE the rig's 'world', so you can interact and go even more nested (like a player playing the rig playing another rig, etc...)
I'm not gonna lie to this is actually really impressive.
no really?
@@vyasiyer2887sarcasm final boss
For real
Dannng i thought this is simple jesus am I that good?
I think you have the best channel about scripting on studio.
Also you have pigeons! Thats amazing, just makes me happy
no
@@baconheadhair6938 who asked you to speak bad buddy?
@@tvmaneditz_official i dont care
@@baconheadhair6938 Ur funny lol
tbh your one of my fav youtubers
Me too!
@@restartartyt Me three!
Great video man, just one thing. If you have to send info from the client to the server… Always assume the client info will be either tampered with or missing! I have seen too many games where they send alot of data to the server from the client and get exploited so easily.
Yeah ik I tend to ignore stuff like this for quick scripts
19:04 how to get animations: when playing the game copy and paste the animations from the player into a character
There was a game flamingo played where you could play roblox in roblox and visit the bot in games, you could also send it to different games
Can you run roblox inside of roblox inside of roblox and inside of roblox?
Now run Roblox in Roblox in Roblox >:]
I played one of those a long time ago, someone made one of these and it worked well like this one.
To fix the animations, you need to copy the code from the script animate and paste it into a server script
next video: "How I finally made roblox playable in itself also there's a playable optical illusion for some reason"
You can make the character animations by copying and pasting the local script "Animation" that is inside your ORGINAL character into the fake character
It already has it when you import it you need to transform the local script into a normal script, just copy the code from the local script to the server script
Byteblox is becoming too powerful
Bomb diffusal game - switch between your character and a bomb diffusal robot - control it via remote with screen thingy (similar to a drone)? idk
im just in awe-
this is how robloxs imagnation should be used lol
This is so cool
Idea what if it was a horror game and you had to protect your character from monsters or else ya die
Y do Roblox devs only think of createing anime or horror games?
@@contentdeletedforgood ever heard of block tales?
@@EvaleAxolotl mid game
@@EvaleAxolotl hello fellow Axolotl
@Axolotldagoat hello fellow axolotl
Yo ByteBlox. Im trying to get into Game making in Roblox and I just cant seem to get the start going. My goal is to make a game similar to AUT (A universal time), where you can obtain different abilities (for example Gomu (Luffy), Shanks, Golden Experience Requiem, stuff like that. Just different stuff from different games or anime). The problem is that I just dont know where to start. Do I make the map? Do I start with the combat system? Maybe make an ability first? Or something completely different? I know that map building, animating and doing VFX and coding is part of a completely different field, but I kinda want to make a game alone. If youre able to could you please explain in a video on how to start making a fully fledged out game? And if its not possible to make a video could you be so kind and explain it in a reply? Would be really appreciated!
I’d start with making the abilities themselves. Here I’ll give you a challenge; whenever the player presses E, it should take away 50% health of everyone around the player, and this ability should be on a 3 second cooldown.
You’ll instantly realize you don’t know many things and you’ll go look them up. Then move on to the abilities you actually want to add and try developing them
@@byteblox100 damn bro, your good
when you’re making a game you always should start with fundamentals and frameworks and maps should be the last priority
@@byteblox100that’s op gotta be like 30 second cd
Sheesh 2am upload
1 am upload :D
10 PM upload ;)
Why is bro the best coder in Roblox Studio on the face of earth
he is not, the concept is really cool but the code isn’t good no offense
although i still did learn a lot cause i had no clue that you could control other rigs just by changing their network owner
@@baconheadhair6938how is the code bad
@@whatsomeonesaidwastaken9216 he didn't say it was bad no one is the best coder out there
btw, you can change the fallen parts destroy height in workspace properties
some other dudes did this years ago flamingo played it and theyres dose multiplayer and can join other roblox games
Yeah i saw that video the bot's name was like "Bot1000"
its not the same it runs through an actuall roblox account probablly using some api thingy majiggy thing to transfer inputs from studio to that account (and what the character screen)
@@Leupy oh ok thanks for the clarification
Adding this rn to my jerk sesh playlist.
Bloxception
What
@@RoSo-g2pbloxception
Dart Monkey
Bloxals
@@RoSo-g2p Bloxception
yo i made the anims working so all u needa do is first disable them at the rig and then when youre changing to it enable the animate script from the rig and thats it
YOO FIRE AVATAR, YOU SHOULD KEEP IT
good vid! btw, when u making oil up tutorial?
My google assistant opend when he sayd google ai lmao😂
where is the game? i want to play it
where is the link???
Bro that's so cool!
idea: anticheat that when they hack or anything turns there screen red and scary and makes everyone invisible to them and playscary noises and kicks them
I have a problem that whenever you swap to another player, then swap back to your character, your movements are delayed
Guys….. HE FOUND A FRACTAL, WERE ALL STUCK FOREVER!
0:38 Minecraft? Like, not as a normal system, because it’s all custom-made by players (similar to what you do in this video, presumably).
You should've made Mouse moves, based of the Position!
"I don't Want to make this video like a hour long"
ironic.
would it be cool if u make an obby where u use the computer as a tool gui and U also do obby in the obby on the tool like roblox in roblox
for you younglings out there this is an old news
"I don't want this video to be an hour long" WELL TOO BAD
I think I played the same harry potter game. I have been trying to find it for years 😭
PIGEONS! 🐦🐦🔥
Skip to 3:55 and watch at 1.5 to 2x speed
this is epic
Now We Need To Run Roblox Inside Of Roblox And In The 2nd Roblox We Run A 3rd Roblox In The 2nd Roblox
why did you block me? i was just trying to edit for you?
Sounds like you could use this for obby with a friend. But without. A friend.
yo dude i wanna test a few things in the game but where can i find the uncopylocked version
you can literally port doom to anything by the way
what if you could use more than one viewportframe to get a higher res
game link pls (imma make a teamwork puzzle game from this)
*I am the globgoglabalab*
Skibidi in Toilet 🙀🙀🙀
day 4 of asking you to make a tutorial on roblox physics
is this fake
He said it’s playable
Go test :P
yeahh i think hes just lying for 40 minutes
@@froodlenoodle exactly he is stinker liar
its not fake :D
how to make the character rotate
this looks pretty simple
I am watching this on a Samsung Portable SSD T7.
I was thinking that anyone could probably make the GTA character switch system with this. 😃
ive been trying to make that for a hot minute and thanks to this guy i figured out how to do it lol
wheres the game link D:
wow this shit is fucking awesome thank yoy
Fireee
interesting..
Hello byteblox100
100?
@@xJayPlayzhis username
hello
make doom
This idea have been done before, it’s just laggy
Finally
2 Days, Lol!
yoooooooooooooooooooooooo
pov me being dumb 30:47
first lol
Under 20 Minutes! below
I’m so early?!
Ooooo
Imagine using Mac 💀
Mb bro I should use a shitty Linux laptop instead
first
22nd
alright michael, im joking my CYLINDER to this 🥭🥭🥭
Third
damn could you just make a game
Edgeblox in edgeblox
byteblox its leaking all over the screen
i edge to this
STOP YAPPING BRUH IM OUT
USE A FUNCTION, USE. A. FUNCTION. 18:50
NO!!!
@@byteblox100 GRAARRAHHHHHHH
local function😡😡 @@byteblox100
YOO FIRE AVATAR, YOU SHOULD KEEP IT