rLuau discord bot compiler
4:38
2 ай бұрын
frog
2:03
2 ай бұрын
Chunk Reworking
2:18
3 ай бұрын
repeating world concept
1:04
4 ай бұрын
Brawl Shapes | School project
4:22
progress update
3:33
5 ай бұрын
Entity Saving
1:40
7 ай бұрын
Custom Camera System
3:35
7 ай бұрын
Region Block Saving
4:06
7 ай бұрын
stuff idk
8:22
8 ай бұрын
interesting
1:38
9 ай бұрын
Prototype culling system
1:17
9 ай бұрын
new Perlin Worms system (Roblox)
1:34
prototype biome blending (roblox)
1:40
interstellar meme
0:11
11 ай бұрын
Faster Generation System
1:08
Жыл бұрын
man face man.exe
1:49
Жыл бұрын
Пікірлер
@Franchescovisk
@Franchescovisk Күн бұрын
the github link is broken
@haotian2006
@haotian2006 Күн бұрын
should be updated
@Franchescovisk
@Franchescovisk 2 күн бұрын
how do how open the debug window?
@haotian2006
@haotian2006 2 күн бұрын
its custom made using iris
@Franchescovisk
@Franchescovisk Күн бұрын
@@haotian2006 I'm glad you answered me. Another question, how are you dividing the work between each worker/actor? I didn't understand this part very well
@haotian2006
@haotian2006 Күн бұрын
@@Franchescovisk right now its just keeping track of the current actor number and increasing it each time a task gets sent.
@Franchescovisk
@Franchescovisk Күн бұрын
@@haotian2006 cool, I'm making an actor for each client CPU core, does this have any impact compared to using an actor for each task?
@haotian2006
@haotian2006 Күн бұрын
@@Franchescovisk roblox can balance it better if you do it for each task while a actor for each worker threads gives you more control on when a task should be ran
@Sano_WasTaken
@Sano_WasTaken 6 күн бұрын
is the raycasting using dda?
@ZenkaiDragon400
@ZenkaiDragon400 13 күн бұрын
hao when are you gonna make ur own game engine
@mischieviouly8392
@mischieviouly8392 15 күн бұрын
the minecraft character is using alot of triangles considering it is just a rectangle and a square considering both shapes can be made with 2 triangles
@bajsucks
@bajsucks 14 күн бұрын
No, not really. Custom skins require each pixel to be it's separate square (real minecraft uses textures for this, but it's impossible to use them in this specific case in roblox)
@ballad
@ballad 17 күн бұрын
How do you skip rendering air chunks
@haotian2006
@haotian2006 17 күн бұрын
If a chunk is fully air it is just an empty buffer so i just check for that
@Aizu_YT
@Aizu_YT 19 күн бұрын
amazing
@Neptunium4
@Neptunium4 21 күн бұрын
frog
@abidbmtt
@abidbmtt 22 күн бұрын
your noise calculation is incorrect, thats why the tip of your mountains are black
@uhm9355
@uhm9355 23 күн бұрын
Greedy meshing too?
@abu0082
@abu0082 16 күн бұрын
from the wireframe you can tell that there is no greedy meshing
@Revoltition
@Revoltition 25 күн бұрын
Can you please help me? What is culling in this context? How is it helpful to your needs? What are you trying to make?
@MangoTheTamer
@MangoTheTamer 28 күн бұрын
nice
@russtycrussty7884
@russtycrussty7884 28 күн бұрын
why does ur character model have so many tris
@baccln67k
@baccln67k 27 күн бұрын
minecraft
@yumcheese2513
@yumcheese2513 28 күн бұрын
THE CULLING GAMES!?!? im sorry
@jlboss_ps4751
@jlboss_ps4751 Ай бұрын
Good system, I'm gonna study this
@Uncharted_Roblox
@Uncharted_Roblox Ай бұрын
yoo is there any way to contact you? I was wondering because Im very interested in terrain generation and have some questions
@Uncharted_Roblox
@Uncharted_Roblox Ай бұрын
yoo is there any way to contact you? I was wondering because Im very interested in terrain generation and have some questions
@Uncharted_Roblox
@Uncharted_Roblox Ай бұрын
yoo is there any way to contact you? I was wondering because Im very interested in terrain generation and have some questions
@maxiluaces505
@maxiluaces505 Ай бұрын
Roblox use Lua? ps: wow, I just checked and yes. Incredible, I plan to use other open source engines that are based on Lua and I wanted to check if it is an efficient language as C# or C++ are.
@Chun_Cheon
@Chun_Cheon 2 ай бұрын
hello. I have a question about this system. Can I know your Discord ID?
@Haoblox2006
@Haoblox2006 2 ай бұрын
my discord id is 435997176477253682
@Chun_Cheon
@Chun_Cheon 2 ай бұрын
@@Haoblox2006 i need your nickname. maybe 435997176477253682 is your id
@Chun_Cheon
@Chun_Cheon Ай бұрын
@@Haoblox2006 it's ID. I need your discrod name
@Chun_Cheon
@Chun_Cheon Ай бұрын
@@Haoblox2006 I sent a friend request. Please accept my request
@TIMEFLIESWHENYOURHAVINGFUN
@TIMEFLIESWHENYOURHAVINGFUN 2 ай бұрын
Wow the screenshot feature is awesome! Could you elaborate on how it works?
@Haoblox2006
@Haoblox2006 2 ай бұрын
In my js server i basically just intercept the message and check if its the ss command and if it is, take a screen shot of roblox and send it to discord.
@TIMEFLIESWHENYOURHAVINGFUN
@TIMEFLIESWHENYOURHAVINGFUN 2 ай бұрын
How would this work across multiple servers?
@Haoblox2006
@Haoblox2006 2 ай бұрын
i've made it so only 1 server can run the bot at a time
@dayjobman9031
@dayjobman9031 2 ай бұрын
how do you send requests through the bot?? is there a workaround like spreadsheets or something you're using? as far as i know webhook requests were always one sided and not inputted from the webhook location. I wanna do a implementation with banning through a bot to roblox. I think it would be very useful to get rid of exploiters without actually having to get up.
@haotian2006
@haotian2006 2 ай бұрын
I just have a node server set up as a proxy so that roblox can communicate with discord
@haotian2006
@haotian2006 2 ай бұрын
also roblox has a messaging service cloud API which you could make it simpler
@dayjobman9031
@dayjobman9031 2 ай бұрын
@@haotian2006 oh thats really sick i never knew about roblox having a cloud API, your own server to recieve requests makes the most sense when you put it that way. wouldn't a node server be a lot more harder though since you actually have to run and create it by hand? or is it just the restrictions on the open cloud API that made you make your own server?
@haotian2006
@haotian2006 2 ай бұрын
roblox is missing websockets meaning i couldn't connect to discords gateway in roblox and also because discord's API is banned from live roblox servers
@unitornsreal
@unitornsreal 2 ай бұрын
Bro just make minecraft lol
@alex-jp7vq
@alex-jp7vq 2 ай бұрын
boing
@happyeevee4955
@happyeevee4955 2 ай бұрын
boing boing boing boing boing boing boing
@maranini7879
@maranini7879 2 ай бұрын
frog expert here, frogs do go boing boing
@Anarqism
@Anarqism 2 ай бұрын
wow
@thememermonkey
@thememermonkey 2 ай бұрын
wow
@dad8102
@dad8102 3 ай бұрын
Are u still using greedy meshing if so how can you destroy and place blocks whilst still greedy meshing is the map generated on the server ??
@haotian2006
@haotian2006 3 ай бұрын
Yeah i'm still doing greedy mesh, the mesh data is being recalculated when a block is a modified and then rendered
@alex-jp7vq
@alex-jp7vq 3 ай бұрын
cool stuff
@alex-jp7vq
@alex-jp7vq 3 ай бұрын
go haoblox go!
@totalkitkatbar2219
@totalkitkatbar2219 4 ай бұрын
hao what 😂
@helloiamk0
@helloiamk0 4 ай бұрын
hao dont sink the boat in a wavy trip frfr dood
@Carebaraa
@Carebaraa 4 ай бұрын
Hi, can I contact you on Discord? I have a question and want to pay you for something
@GreatGameTutorials
@GreatGameTutorials 4 ай бұрын
parallel scripting 😌
@rudithecutie
@rudithecutie 4 ай бұрын
thats like that one tiktok game where it has this and it implements size too
@October-TE
@October-TE 4 ай бұрын
it kinda reminds me of minetest, this is really cool
@hostras
@hostras 4 ай бұрын
looks really nice
@akshatwajge2847
@akshatwajge2847 4 ай бұрын
JOEY SHOWED ME THIS LMAO
@haotian2006
@haotian2006 4 ай бұрын
lol
@DwnOfficial
@DwnOfficial 4 ай бұрын
First
@firepalmmy5933
@firepalmmy5933 5 ай бұрын
Minecraft lawsuit
@smokedmetal
@smokedmetal 4 ай бұрын
you can copy a game 1:1, as long as it doesn't reuse any assets its not illegal
@firepalmmy5933
@firepalmmy5933 4 ай бұрын
@@smokedmetal ty
@imran_huseyn
@imran_huseyn 5 ай бұрын
Truly a cubical 2 by haotian moment of all time
@voltable
@voltable 5 ай бұрын
no idea what this means since i am an abhorrent scripter but nice
@feaddsfdsgfewfsdffgdf
@feaddsfdsgfewfsdffgdf 5 ай бұрын
i need that now man ): i rlly need it
@haotian2006
@haotian2006 5 ай бұрын
you're probably better of using json rather then it since I came to realise that there was much efficient ways to store the data.
@shoppingcart69420
@shoppingcart69420 6 ай бұрын
very epic
@UcehSen
@UcehSen 6 ай бұрын
dang