How To Make A Story Game On Roblox - Episode 1

515,315
313
Published 2021-10-29

All Comments (21)
  • It's really generous from you to try help us in this hard time to make a game nice work alvinBlox
  • A month ago I could not write any logic code but after watching many of your videos I have enough knowledge to start programming on Roblox although I am still a beginner I am really grateful to you and I wish you success in your life
  • for anyone having issues with restricted place error code don't worry about it. When you make the game public it should work. Also, make sure that third-party teleports are enabled in the world security settings
  • Sometimes you're games don't work for me, but I love how you explain everything so we can really understand what's going on. Instead of just "do what I do" I actually fine you're videos very educational and I learn something new every time. Keep up the great work💖
  • @serg2104
    Thank you alvinblox! I now know how to teleport people to a server where only they can be in.
  • @hibye-op4gm
    I like how he doesn't say oh I put this script in so it can work. He actually explains the scripts and what they do line by line
  • @MZedits552
    alvin is litterally the best at doing these tutorials. excactly what i was looking for! thanks so much bro your the best! edit: can you do a tutorial on how to make buttons for your game such as shop, trade ect
  • I have a question. My truck does move when I play the game in roblox studio, but when I load up the game normally, the truck doesn’t move nor the sign. Is there something wrong with the script? Somebody please help.
  • Thank you so much! Though I'm not making a story games, it was useful to learn a bit more about parts of the script! You explained it perfectly well, thank you!
  • @Isaacosaure
    I basically learned coding Lua by watching short tutorials and try to understand the code. It took me 2 years to completely learn the code. I think that if watched otherwise AlvinBlox videos I'll take 3 months (sorry English isn't my native language :) )
  • @jacobb4257
    I like alvin, because instead of just explaining what the code says, he explains what the code IS and DOES. It helps us to understand and learn.
  • @D1Breezyy.
    The Code For The Doors: Script.Parent.Touched:connect(function)(hit) local plr = game.Players:GetPlayerFromCharacter(Hit.parent) if plr then --Find Seat for i, v in pairs(truckSeats) do if not v.Occupant then --Seat The Player In The Seat V:Sit(Plr. Character.Humanoid) plr.Character.Humanoid.JumpPower= 0 game.ReplicatedStorage.ShowExitGUI :FireClient(plr) break end end end end)
  • @Geroineto
    Hi, I'm from Russia, and I would like to say, thank you more!! you have the best tutorials all over YouTube ❤ ❤
  • ok, but, everytime I got on the left truck, it went into the darkness and then didn't do anything, it didn't even go to the new place. So if you can, I'm kind of confused on how to fix this
  • @CosmicGalaxyYT
    Thank you your a life saver i barely knew how to make just a regular game and now i can make a story game? Im just so proud of myself thank you very much!
  • @PoppinCorn
    thank you for this tutorial! i'm making a dungeon game and i needed to use the privateserver teleportscript, thanks!
  • @btsgtlp7611
    You explain very well, I understood clearly what every line of code did. I also have some c++ experience and I think that also helped me but thanks for making these, please continue 👌
  • @kofsta4492
    Quick question, how do we prevent the truck from moving backwards?
  • @animefan0576
    I like how he didn't just tell us to copy him and he actually explained it to us so we actually learned something most people just say "copy down this code" this guy actually thought us something