i just want to say thank you right as im watching this video it gave me an idea to make a game like this and im a Roblox studio beginner (kinda) and again thank you for posting vidoes like this to help the roblox community you deserve more views and subscribers :)
Should Absolutely do more video like this, editing style is superb, games are fun and the way they are cartoony and low poly are just chefs kiss 👌 a couple ideas for a future game in this kinda series is maybe a small cartoony quest game where your in a pizza shop and your asked to get ingredients within a certain amount of time and if it blew up you could easily add things to it! :)
@@GamerM8 Also sorry to ask but can you give a tutorial possibly on how you make those thumbnails, you covered it in another video but it wasn't as in-depth as I wish it were. You dont have to of course but its always nice!
can you make a tutorial on how to make this stylised game, I've been searching for a 2d runner tutorial for ages and can't seem too find one. great video, love and played the game
just know, Making a fully 2d game is extremely hard, Because your gonna have to make you own sprites, Tile set system, movement system ect ect. But it is very possible. And their are plugins to help with the process like for animating sprites.
Here is the script if you still need it: local Camera = game.Workspace.CurrentCamera local ContextActionService = game:GetService("ContextActionService") local RunService = game:GetService("RunService") local Character = script.Parent local RootPart = Character:WaitForChild("HumanoidRootPart") RunService.RenderStepped:Connect(function() ContextActionService:UnbindAction("moveForwardAction") ContextActionService:UnbindAction("moveBackwardAction")
Camera.CameraType = Enum.CameraType.Scriptable Camera.CFrame = CFrame.new(RootPart.Position.X, RootPart.Position.Y + 1, RootPart.Position.Z +15) end) Make sure to put it in StarterCharacterScripts, your welcome
Game ideas: 1.Add blocks which has a face and they attack if you touch them but if you jump on them they DIE 2.Add a win stats 3.Add more trails like silver, black, orange
Hi M8 i was your friend back in 2018 my username was m7mad222 and i used to play your own game and we used to play mortem mellum, Maybe is not you but the game you made was a horror game.
HI! You have no idea how much i needed this video, totally not gonna use the scripts to make my own 2D game! (U get credit dw lol) THANKS FOR THIS VID THO RLY I RLY NEEDED IT ❤
This would actually be a great game, please make this into a full platformer game with more stages, you should also add a diamond counter in the corner
omg thank you sm i needed this for my friend's birthday that is july 12th and i was about to give up until i found this video i really needed you thank you so much bro
@@GamerM8 yo dunno why but the script isnt showing the screen exactly straight 2d anymore the cam is a little tilted to the left maybe its the studio update sorry man
waait i might just compromise and use the angle i have rn is gud thank ya for wishin mi friend a gud bday :D also thank u for motavating me to not just give up on this project, couldnt have even started it with out you
I wanted to make a 2D Game for so long but im a bad scripter but i think my builds are Okay well i also need to learn how to make as nice assets like yours you kinda gave me a tutorial. i wanna ask if i may make a 2D game kinda like yours... sorry
Hey gamer m8, fan here! I just had a quick question, how do you make the 2D camera view? I’ve tried but mine has a bug where u can use the W key, which shouldn’t happen.
I love the way where he like scripts the thing in God knows what speed and then "BOOOM that's the script" "BOOOOM the script is done" Fire content 🔥🔥🔥🔥
Man i cant believe that UA-cam recommended something that i needed,im thinking about creating a metroidvania,2D,game in roblox with a history,can i ask for your help?
Heres script for camera: local Camera = game.Workspace.CurrentCamera local ContextActionService = game:GetService("ContextActionService") local RunService = game:GetService("RunService") local Character = script.Parent local RootPart = Character:WaitForChild("HumanoidRootPart") RunService.RenderStepped:Connect(function()
✨PART 2 IS OUT NOW!! GO CHECK IT OUT!!
ua-cam.com/video/woOQEd7D9ns/v-deo.html
part 2 yayayayayayayayayayayayay
The check points are broken and I can’t jump and walk
Bạn làm một tựa game kinh dị trốn tìm đi 😅
What is the game called
😊😊😊
Wow! I can't believe you made that drawing of the map in just 10 seconds!
I know, I can't believe it either! probably because it took way longer than 10 seconds
@@GamerM8 Way longer you say? So about 20 seconds? Still impressive!
close enough
@@GamerM8 lol
@@GamerM8lol
i just want to say thank you right as im watching this video it gave me an idea to make a game like this and im a Roblox studio beginner (kinda) and again thank you for posting vidoes like this to help the roblox community you deserve more views and subscribers :)
that is 2.5d, a style which uses a 3d camera in such a way to make a 2d perspective, while still keeping all the elements 2d.
Oh yeah
🤓
@@MrIIJester "🤓" ~🤓
@@MrIIJester 👆🤓
👆🤓
I can believe you made this
This is just I wanted!
Ty very muchy
Bro made the best drawing ever for a concept
BRO FR
some say it's better than the actual game
facts
Should Absolutely do more video like this, editing style is superb, games are fun and the way they are cartoony and low poly are just chefs kiss 👌
a couple ideas for a future game in this kinda series is maybe a small cartoony quest game where your in a pizza shop and your asked to get ingredients within a certain amount of time and if it blew up you could easily add things to it! :)
thank you so much! and that's an interesting game idea!
@@GamerM8 Also sorry to ask but can you give a tutorial possibly on how you make those thumbnails, you covered it in another video but it wasn't as in-depth as I wish it were. You dont have to of course but its always nice!
@GamerMB
p
0:23 BUDDY YOU MADE IT
can you make a tutorial on how to make this stylised game, I've been searching for a 2d runner tutorial for ages and can't seem too find one. great video, love and played the game
I love it when players make 2d games, they are so cartoony and look so fun!
just know, Making a fully 2d game is extremely hard, Because your gonna have to make you own sprites, Tile set system, movement system ect ect. But it is very possible. And their are plugins to help with the process like for animating sprites.
Sonic classic simulator: rookie🗿
sandbox:👌🏽
Powder box:🍷🗿
can you give me the script of the 2d camera please?
just type it like i did
@@Hiitsduo80 ok
Here is the script if you still need it:
local Camera = game.Workspace.CurrentCamera
local ContextActionService = game:GetService("ContextActionService")
local RunService = game:GetService("RunService")
local Character = script.Parent
local RootPart = Character:WaitForChild("HumanoidRootPart")
RunService.RenderStepped:Connect(function()
ContextActionService:UnbindAction("moveForwardAction")
ContextActionService:UnbindAction("moveBackwardAction")
Camera.CameraType = Enum.CameraType.Scriptable
Camera.CFrame = CFrame.new(RootPart.Position.X, RootPart.Position.Y + 1, RootPart.Position.Z +15)
end)
Make sure to put it in StarterCharacterScripts, your welcome
@@shadowshocking998 TYSM
Are you dumb
I love how he searches for making good lighting then clicks on his own video! 😂😂😂
the best lighting tutorial out there
I’ve looked for a tutorial on this for literal YEARS
well this is more of a dev log than a tutorial, but hopefully you still learn something from it!
Game ideas:
1.Add blocks which has a face and they attack if you touch them but if you jump on them they DIE
2.Add a win stats
3.Add more trails like silver, black, orange
All of your games are so fun :)
Cool game! I will check it out!
you are such a help! after like 4 years experimenting, the solution was just in front of me
When you added the brown and green checkered tiles, I immediately saw Green Hill zone.
Same!!!
same
You did a Great job with this! I’m totally gonna use this for my games!
Make a video game for the next map!!!!
And as a game creator as myself you did a GREAT job making this game!
thanks! I'm glad you like the game!
Hi M8 i was your friend back in 2018 my username was m7mad222 and i used to play your own game and we used to play mortem mellum, Maybe is not you but the game you made was a horror game.
When you at least the game, I tried it for myself, and since I have such a small avatar someway, it kills me when it even try to jump over the lava
I played your game! It was hard cause I’m on mobile but that was so cool! Great job dude 👍🏻👍🏻👍🏻👌🏻👌🏻👌🏻
hopefully I can find a way to make it easier on mobile, but I'm glad you enjoyed playing it!
@@GamerM8you added more levels without telling us lol
@@GamerM8Ya mobile controls make it a bit harder but cool update
HI! You have no idea how much i needed this video, totally not gonna use the scripts to make my own 2D game! (U get credit dw lol) THANKS FOR THIS VID THO RLY I RLY NEEDED IT ❤
LOL thanks, I'm glad I could help! you could always send a link to your game when it's done, so I can check it out!
@@GamerM8 ALR NOW IM DEFINITELY GONNA MAKE ONE BY SEPTEMBER thank you so much 😭
Sketch: why did you copy me
Map: because I had to it looks so good
I respect this video because is shows the script you make:)
This would actually be a great game, please make this into a full platformer game with more stages, you should also add a diamond counter in the corner
Bro’s drawing copied mysticats minecraft 2d vid
You what’s funny the video on the next is mysticat’s vid
He didn’t know
your just saying that cuz your jealous
Womp womp
I mean pretty same but he is prob inspired
Yo, this game that you made is so good
thanks!
honestly, it's really simple and should be easy to make, but it's something i would play
amazing video and amazing 2D game
0:23 bros using his own tutorial 😂
omg thank you sm i needed this for my friend's birthday that is july 12th and i was about to give up until i found this video i really needed you thank you so much bro
im glad i could help! i hope your friend has a great birthday!
@@GamerM8 yo dunno why but the script isnt showing the screen exactly straight 2d anymore the cam is a little tilted to the left maybe its the studio update sorry man
waait i might just compromise and use the angle i have rn is gud thank ya for wishin mi friend a gud bday :D
also thank u for motavating me to not just give up on this project, couldnt have even started it with out you
Hello, im Dan_D im a newbie dev and i just wanted to let you know im taking inspiration of your game, not coping tho.
Love the vids keep it up❤
im glad you enjoy my videos, good luck with your game!
@@GamerM8 aw ty good luck with your building business too, seems good if i could buy it, i would ❤️
Actually turned out there were checkpoints, more maps, etc. Thx!!!
first time here (at this channel) and the accent... 😊 its so nice
This was my first gamer M8 video watched
You should add GUI ! (Menu screen, diamonds collected etc.. )
Is it okay if i copy ur game if yes thank you if no its fine ill try to make my own version but im not gonna copy ur maps
yeah you can make a 2D game, just don't make it exactly the same as mine
@@GamerM8 thank you
I wanted to make a 2D Game for so long but im a bad scripter but i think my builds are Okay well i also need to learn how to make as nice assets like yours you kinda gave me a tutorial. i wanna ask if i may make a 2D game kinda like yours... sorry
Wow how cool, could you make there a shop where you can get upgrades with the diamonds & then several levels!
Great vid!
can u make it to the diamonds do something? Like a diamond shop or something
I'll add that in the next update!
@@GamerM8 thanks
5:03 them trees be looking like a normally distributed, symmetrical, bell curve
Are you from you UK? , because your accent is sounded like a British accent(I don't know if I spell everything right)
Yeah I am
It’s was fun! To play your game
This is helpfull for my 2D Game!
Cool Game Dude!
thanks!
@@GamerM8 I Played That Game Nd It Was A Blast!
The Script doesn't work, the problem is that when start the game the camera dont move with the player but the controls works.
Nice sounds XD
To make it more 2D, increase the camera distance from the player, and decrease FoV
1:30 why doesn't this script work in my game? I also tried to make such a game once, but it doesn't work... pls help?
This is literally in Roblox already
It’s called line runner or smth. It’s one of the starter places
boom I just got a new subscriber
Some particles from unity particles system GAMERS
Mace a consistent jam😄
Your game was so cool and i like it
you sounded like a raven when you kept dying, good video btw
How did you make that black gradient when you fall from the broken tree?
tweening
Can you tell me how?
The grass and dirt makes it look kinda like sonic🦔
Gamer M8 you need to hit 100k subscribers!
almost there!
i like this channel so far i like how he make the script in startercharacterScripts
15 diamonds, 42 deaths in total, your game is awesome!
thanks! good job on getting all the diamonds
Please add a checkpoint on the first gem and every 3 gems after
I miss when you used to do tutorials. Could you start doing them again possibly? Otherwise, this is cool!
You turning in to pro roblox Games Creator
what texture pack did you use?
Nice game! Você é incrível!
there already kinda is 2D games like “Sandbox”
“This lighting is DISGUSTING” had me dying 😂💀
what is the script to pick up the diamonds?
@GamerM8 I've been trying to figure it out on my own but to no avail, my scripts have failed 🙏🙏🙏
wow u almost at 100k, ive been here since 70k
Hey gamer m8, fan here! I just had a quick question, how do you make the 2D camera view? I’ve tried but mine has a bug where u can use the W key, which shouldn’t happen.
I PLAYED YOUR MAP!🤩
I'm learning alot because of you
*infinite loop possible in "HumanoidRootPart"*
Great idea!
what website did you use for the map?
I love the way where he like scripts the thing in God knows what speed and then
"BOOOM that's the script"
"BOOOOM the script is done"
Fire content 🔥🔥🔥🔥
theres many 2d games Like sandbox, powderbox and more
YOU SHOULD MAKE THE FOREST SPIKES THORN BUSHES
Yooooooo I found your game on roblox its soooooooo cool🎉🎉🎉🎉🎉❤❤❤❤❤
I have a question when I copy and paste the thing spawns on top how do I do it so I can just drag like you?
Sorry for Asking again but can you make a Tutorial to how to make videos like you and what font do you use to your text
Thanks for your comment! the font I use is called "Gilroy-Heavy"
i would like to ask something how did you stop making the platform??
. cause mine i can just move my platform in game
I played ur game today!!!🎉
thanks for playing
Man i cant believe that UA-cam recommended something that i needed,im thinking about creating a metroidvania,2D,game in roblox with a history,can i ask for your help?
add doble jump to colecy it easier
banger vid
Edit: IM YOUR 100TH LIKER ON YOUR GAME
nice video!
thanks!
@GamerM8 can you give me a link to the textures you used in this game?
this would be good for a sonic game
Wow thanks for tut!
i really love this game i cant stop playing it good job!
Hey How Do You Make The Rocks Falling? I kinda wanna know for one of my obbys
I tweened the rock to an invisible parts position, so it looks like it's falling
What computer do you use I’m getitng a desktop christmas
The parkour is so hard that can’t even make it through
Heres script for camera:
local Camera = game.Workspace.CurrentCamera
local ContextActionService = game:GetService("ContextActionService")
local RunService = game:GetService("RunService")
local Character = script.Parent
local RootPart = Character:WaitForChild("HumanoidRootPart")
RunService.RenderStepped:Connect(function()
ContextActionService:UnbindAction("MoveForwardAction")
ContextActionService:UnbindAction("MoveBackwardAction")
Camera.CameraType = Enum.CameraType.Scriptable
Camera.CFrame = CFrame.new(RootPart.Position.X, RootPart.Position.Y + 1, RootPart.Position.Z + 15)
end)