- 73
- 20 747
Elijah3314
United States
Приєднався 27 січ 2019
[Roblox] Virtual CPU
Custom ASM language with register view instruction history and custom screen 25x25
Переглядів: 9
Відео
[Coding Projects] 3D Engine From Scratch
Переглядів 34День тому
Using Love2D which is a 2d game creating framework which provides basic functions for input, audio, graphics etc with no 3d capabilities.
[Coding Projects] 3D Renderer Using Love2D
Переглядів 15День тому
[Coding Projects] 3D Renderer Using Love2D
[Coding Projects] 2D Raycasting Optimized
Переглядів 372 місяці тому
[Coding Projects] 2D Raycasting Optimized
[Coding Projects] Particle Simulation
Переглядів 212 місяці тому
[Coding Projects] Particle Simulation
[Roblox] Service Cloud Storage Testing
Переглядів 242 місяці тому
[Roblox] Service Cloud Storage Testing
[Coding Projects] Socket Networking Test
Переглядів 653 місяці тому
[Coding Projects] Socket Networking Test
[Coding Projects] Conways Game Of Life
Переглядів 303 місяці тому
[Coding Projects] Conways Game Of Life
[Roblox] Eclipse Map Generation Test
Переглядів 1205 місяців тому
[Roblox] Eclipse Map Generation Test
Awesome! BTW is the "i/s" instructions a second?
yep
dang nice greedy meshing
I just want to say thanks, using it I was able to find the problem with a script with a huge amount of data received (and data sent)
HOW!??!?!?!?!??!?!??!?!?!?!?
Can I -steal- take your code?
Do you think I could use this model for my game? I love what you did with it
It looks amazing!! could u show a tutorial
Does this use bones or just EditableMesh?
I'm making a skinned mesh ocean, but how do you make it swimmable like in your video ? (on one axis)
Linear Velocity
brooo how did you do that!
Wow I love your creations 🎉🎉🎉🎉🎉🎉🎉🎉😅😅
yea
That's sick bruh
get em big dog
OOOOOOOOO
Nice
sigma
doo doo ahh sigma
ok
script?
make it when before place its transparent a lil
Where did you learn to do all these things :0
lots of time learning
@@Xxelijah3314xX I always dream of doing things like this
Will you make a game out of it or you did it as a hobby ?
just as a test to see if i could, i dont really have the dev team to make an auctual game
@@Xxelijah3314xX Im glad you are not publishing it... else you should go touch grass.
@@William_5956 just a proof of concept to better my skills 👍
Try using something more modern, PlaybackLoudness is outdated and trash. Heres the game ID: 14044636984
Try tweening the colors it'll look better.
You know what, Let me become that one comment on these showcases… Can we have a tutorial
con que lo isiste?
tutorial?
It's just basic a* just modified for 3d. You can see plenty of resources online about the topic but the one that I based mine off of was the video by Sebastian League
@@Xxelijah3314xX I did an a* pathfinding but when it reached far distances my game starts to run slow, is there an option to optimize it to longer distances?
is it for sale?
No, it's just a test like mentioned in the title
@@Xxelijah3314xXawh man it’s so good
yoo this is amazing! I think there should be some screenshakes the more violent the visualizer gets when you test in-game
this was just a test but if this was for a game or something i probably would
Does it only works on “run”?
@@killer684rb3No. It works on server scripts, so if it worked on local scripts, the visualiser won't work. (if its on test run)
@@theREALwedg already fixed in 2 months, thanks
yo ts is fire
how long have you been scripting for?
how was this made?
Just a normal building systems, you can find tutorials on yt
did you use a scrollingframe?
Nope, just used a normal frame and moved it around
Will this be available to the public?
No I don't plan on releasing this as it was just a simple test with messy code.
Oh
For the kingdom! Ahh music
WOW can you do a tutorial please!
it reminds me of booga booga lol
how did you do it?
Just spawn a part where you click and position it inbetween the start position and where your mouse currently is
@@Xxelijah3314xX dont you need a script?
@@Jakethestickmann yeah obviously
@@Xxelijah3314xX i aint stupid ive been a dev for 3 years
so why ask stupid questions?
looks very cool
epic
chromatic:
Wow it's looks cool
Looks great
not bad, but feels unrealistic.
Not supposed to be realistic, look up rogue lineage climb and thats what it's based off of
@@Xxelijah3314xX if you'll wish for some upgrades, using tweens and animations would be good, as well as not being able to climb certains walls. Or maybe with certain weathers like rain, it woul'd be harder or something. Even though not supposed to be realistic, it has a big potential for your game "Essence"; Try putting hard work in it and it could be awesome, trust me.
i see its cool, but its very easy to make
can u make a tutorial
All you need to do is scale the part with the current volume. Sound have a property called "PlaybackLoudness" that you can use this for.
You should check out Bus Simulator, its radio has this similar effect but they made a fully functioning bar thing, it's really cool
bro i recognize u from the protogen game LOL
@@Jr0de hi lol
hate to break it to you but people have already done this like 7 years ago
so what? people have also commented useless things on videos before but you still seem to do it
hate to break it to you, but nobody cares. We're gonna keep having fun making things
hate to break it to you but everything and anything that anyone thinks is unique as 9 times out of 10 already been done before. That's like saying its bad to make a game about a certain genre because its already been done before.
How did you do this?? Im trying to make the same exact thing but i have absolutely no idea how
jusy get the position of the mouse, then cavule a bezier curve from your charater to the mouse with the 3rd point being the halfway point + half the distance on the y axis. then you can go through each point and raycast to the next on(next resolution)
@@Xxelijah3314xX dont quite know how to do this but ill try ig, thanks
thank you i was able to accomplish the same thing
how? i never knew roblox had a system to do things like this
@@amalgam4595 oh yeah i forgot about that. Still, im curious to know how he made this with many parts instead of a singular part.
@@fe4rlesspepsi99 usually when playback volume is used, people will divide the value by 100 or 1000. it looks like each one of these parts are divided by a different integer, giving the effect of an actual audio visualizer.
@@amalgam4595 thanks, im actually going to make something like this