How To Make A Piggy Game In Roblox - Piggy / Granny Tutorial - Ep 4

Тәжірибелік нұсқаулар және стиль

[Ep 4] Learn how to make a Piggy Game in Roblox with this tutorial. You’ll learn how to make a Roblox game like Piggy or Granny with working doors, Piggy avatar skin, crouching, working keys and tools such as a hammer and bat.
Piggy Tutorial Help Section / Frequently Asked Questions on my Website: www.alvinblox.com/how-to-make...
Piggy Kit Model Link (Please Like and Favourite the model so others can find it): www.roblox.com/library/493396...
(Piggy Kit is not finished project, you need to watch along to learn how to use and script it!)
BECOME A PREMIUM CHANNEL MEMBER TO GET THE COMPLETED PROJECT FILE :
Click the Join button next to Subscribe or go to www.alvinblox.com/join
ToMS function: pastebin.com/Bq7GXcz8
Download Roblox Studio: www.roblox.com/create
Become a Channel Member: www.alvinblox.com/join
Piggy Tutorial Sub-Videos (How to create the Kit)
- Coming soon, please check back in the future!
Other Videos Mentioned In This One To Help You:
Status Bar Tutorial: • Video
Functions / Arguments Tutorial: • Function Parameters / ...
Tables Tutorial: • Tables (table.remove /...
Remote Events Tutorial: • Remote Events ~ Filter...
It is also useful to watch my full beginner Roblox Studio Scripting Series if you are not confident in your coding abilities, or if you just need a refresher:
Recently, the game ‘Piggy’ has been taking the Roblox world by storm. After launching itself onto the front page, the game, developed by MiniToon, has already achieved 1 billion visits, becoming the fastest Roblox game to do so.
The game is simple. Players are spawned into a map where they are locked inside - an escape room. Not only do you have to try and escape in under 10 minutes, but you’re also being hunted down by a monster wielding a baseball bat who wants to kill you - the Piggy.
Although a Piggy is usually not thought to be evil and sinister, in this game the Piggy is the enemy. Do not get caught by the Piggy at any cost, because as soon as you’re killed, you’re out of the round.
The players who are trying to escape have to work together as a team to find keys that unlock other doors containing other useful items to help aid your escape. Only one tool or key can be equipped at once though - so you need to communicate with the others in the game to know who has what items.
#Piggy #Granny #Roblox
Become a Member today for exclusive perks and to support my channel!
► / @alvinblox
Subscribe to my KZread channel for more scripting videos:
►kzread.info?sub...
► Watch my full beginner scripting series: goo.gl/k3erz2
Got video suggestions or feedback? Contact me via my website
►www.alvinblox.com/
Roblox username: Alvin_Blox
The music in this video is licensed from Epidemic Sound
www.epidemicsound.com

Пікірлер: 771

  • @socialwildcat10
    @socialwildcat104 жыл бұрын

    First!! I LOVE YOUR VIDEOS! You are the best scripter I know!

  • @laurencegaming1298

    @laurencegaming1298

    4 жыл бұрын

    You are not first dumb

  • @lutal5974

    @lutal5974

    4 жыл бұрын

    no

  • @marialuna7542

    @marialuna7542

    4 жыл бұрын

    Your legit 3rd

  • @socialwildcat10

    @socialwildcat10

    4 жыл бұрын

    I’m not dumb little kid, please don’t start something.

  • @kingfred9
    @kingfred94 жыл бұрын

    Hang on.., you said you were human? thats impressive for your skill

  • @loominatrx

    @loominatrx

    4 жыл бұрын

    at least he didnt reject his humanity -lol-

  • @n00b55

    @n00b55

    4 жыл бұрын

    Nothing special really... just other youtubers don't do these stuff.

  • @pryt0n180

    @pryt0n180

    4 жыл бұрын

    @@loominatrx is that a jojo reference

  • @billiehead5355

    @billiehead5355

    4 жыл бұрын

    Can some please help me, the table for the availablePlayers is showing that’s it’s not creating, I re wrote everything and still doesn’t work pls help :(

  • @billiehead5355

    @billiehead5355

    4 жыл бұрын

    Nvm all fixed! Idk what the error was but I started all over again from ep1 and fixed!

  • @sneakerworldwide
    @sneakerworldwide3 жыл бұрын

    How to randomize item spawns (spaghetti code alert but it works) Randomizing hammer in this example. 1. Add a folder named "ItemSpawns" to your Chapter 2. Make 3 parts, set their Transparency to 1 and CanCollide to false. 3. Name the parts "HammerSpawn1", "HammerSpawn2" and "HammerSpawn3". 4. Put the Hammer anywhere, it doesn't matter. 5. Place them where you want the hammer to spawn then put them into ItemSpawns. 6. Make an IntValue inside your Chapter named Randomizer. Don't change the Value. 7. Make an Script inside your Chapter named "rand". 8. Put this inside your script: "" local r = script.Parent.Randomizer local is = script.Parent.ItemSpawns script.Parent.AncestryChanged:Connect(function(a, b) -- Randomizing Hammer Here! local hammer = script.Parent.Items.Hammer local seed = math.random(1,3) r.Value = seed wait() if r.Value == 1 then hammer.Position = is.HammerSpawn1.Position elseif r.Value == 2 then hammer.Position = is.HammerSpawn2.Position elseif r.Value == 3 then hammer.Position = is.HammerSpawn3.Position end print(r.Value) wait() print(tostring(seed)) end) "" 9. Make a voting slot for the chapter and put it in the Chapters folder. Enjoy! If you're confused, here's a Template link: web.roblox.com/library/5352885649/Item-Randomizer

  • @colli7297
    @colli72974 жыл бұрын

    Oh wow, I’m early again! Daily uploads! Love your vids, and thanks for this tutorial!

  • @clevertango88
    @clevertango884 жыл бұрын

    I love this! I’m making my own round based game now. Thank you!

  • @Lowdave
    @Lowdave4 жыл бұрын

    Yay!!!! Thank you for making this! They help me and my friend make our games so much better. And the fact that you post them every day is AWESOME!

  • @ummgrossfoodfood3435
    @ummgrossfoodfood34353 жыл бұрын

    Wow thx man I might not use this tutorial but I love you having Fun!

  • @TG-pf5hu
    @TG-pf5hu4 жыл бұрын

    why am i watching this if im not even building a piggy related game

  • @jackuk2700

    @jackuk2700

    4 жыл бұрын

    Yeah I’m just watching the scripting and learning

  • @AlvinBlox

    @AlvinBlox

    4 жыл бұрын

    a good strategy!

  • @TG-pf5hu

    @TG-pf5hu

    4 жыл бұрын

    @@jackuk2700 i dont learn by yt i need to sit down with an experienced person in studio and learn by them

  • @dacrazytigergamer3797

    @dacrazytigergamer3797

    4 жыл бұрын

    I just bought member so I can get the whole thing because I tried to do this but I messed up. At least I can do it now!

  • @A-01-T

    @A-01-T

    3 жыл бұрын

    i just watched because i needed to make a round based game.

  • @concertchannel5516
    @concertchannel55164 жыл бұрын

    Thanks again for taking the time to make this series :D

  • @4.m4rs
    @4.m4rs4 жыл бұрын

    first comment!

  • @lutal5974

    @lutal5974

    4 жыл бұрын

    no

  • @786simple

    @786simple

    4 жыл бұрын

    I agree

  • @kindanotj6509

    @kindanotj6509

    4 жыл бұрын

    no

  • @4.m4rs

    @4.m4rs

    4 жыл бұрын

    woah! 8 likes

  • @Qpec1
    @Qpec14 жыл бұрын

    Alvin you are the best! Love your vids! I liked and subscribed

  • @adgamehead
    @adgamehead4 жыл бұрын

    Alvin is an absolute legend for these tutorials.

  • @zerodevz8800
    @zerodevz88004 жыл бұрын

    You know your early when Alvin still hasn’t hearted comments.

  • @haxis3764

    @haxis3764

    4 жыл бұрын

    yep

  • @Sayfside

    @Sayfside

    4 жыл бұрын

    lol

  • @realdooney

    @realdooney

    4 жыл бұрын

    My comment jus got hearted

  • @AlvinBlox

    @AlvinBlox

    4 жыл бұрын

    lol yes

  • @realdooney

    @realdooney

    4 жыл бұрын

    And another! :D

  • @MattVSNNL
    @MattVSNNL4 жыл бұрын

    already excited for part 5 I love you Alvin your the best scripter in the world

  • @xxet8952
    @xxet89524 жыл бұрын

    Hey alvin, I have a question, will you show us how to make a gui for voting on maps like piggy? and voting gamemodes. BTW im a big fan ive watched you since before you got a deep voice, I love your content, keep up the great work :)

  • @simonholbll8840
    @simonholbll88404 жыл бұрын

    I love these episodes keep it up!

  • @tagberli
    @tagberli4 жыл бұрын

    amazing, that you picked this game for series because there lots of mechanics that we can use not only in PIGGY, thank you

  • @Prod.Rainway
    @Prod.Rainway4 жыл бұрын

    I did get Membership to support you! it wasn't even for the source code, it was because I wanted to support you and the amazing videos you produce, and a scripter myself, I know how much work goes into these videos. You learn more from just following along

  • @AlvinBlox

    @AlvinBlox

    4 жыл бұрын

    Wow, thank you!

  • @Prod.Rainway

    @Prod.Rainway

    4 жыл бұрын

    @@AlvinBlox Your welcome!

  • @Jeffiln
    @Jeffiln4 жыл бұрын

    The best series of my life :)

  • @erdo3297
    @erdo32974 жыл бұрын

    Perfect video.Keep going like this!

  • @adrielthegoalie
    @adrielthegoalie4 жыл бұрын

    “I am human” Uuhhhh yeah u are XD

  • @NotJail
    @NotJail4 жыл бұрын

    I love your vids so much!!! KEEP UP THE GREAT WORK!

  • @DavidplazDuarte
    @DavidplazDuarte4 жыл бұрын

    Can you put the game public after it’s done so we can all play?

  • @coolmool237

    @coolmool237

    4 жыл бұрын

    Make It Remixable. pls

  • @Spiresnipers

    @Spiresnipers

    4 жыл бұрын

    He Did Here is The Link: web.roblox.com/games/4897031120/Piggy-AlvinBlox-Edition-Demo-Only?refPageId=12747462-55f6-454a-b078-5324b929f559

  • @pallabipathak8345

    @pallabipathak8345

    4 жыл бұрын

    It's already out

  • @kbpromotions

    @kbpromotions

    3 жыл бұрын

    he did publish it its just that nobody is playing it :(

  • @tylerkinney6583

    @tylerkinney6583

    2 жыл бұрын

    It became content deleted

  • @darien-
    @darien-4 жыл бұрын

    Fantastic I'm already loving this series, it's just fabulous. Keep up the good work and get yourself the the next milestone and that's 200K The sad thing is that I kinda quitted this because of the "Round Starts In X seconds" I literally checked everything, the round module, the game logic. EVERYTHING 100% I just don't understand why It still doesn't pop up😢 I guess I'll just work on my obby game first 😂 Your a good gentleman Alvin so yeah, Keep up the good work. And 200k is right away!

  • @MarbleLUL
    @MarbleLUL4 жыл бұрын

    Hey Alvin! When will you continue the Egg Hunt series? I love your videos, but at the moment I am interested in that series specifically. 🙂

  • @noobnation2938
    @noobnation29384 жыл бұрын

    i love this series so much keep up the good work

  • @nicolaadams618
    @nicolaadams6184 жыл бұрын

    Yes i love this series

  • @Spiresnipers

    @Spiresnipers

    4 жыл бұрын

    Same!

  • @maxention5796
    @maxention57964 жыл бұрын

    Plz make a super power simulator next! That would be awesome

  • @sonicscripts
    @sonicscripts4 жыл бұрын

    You’re very talented, thank you. Are you able to make skin shops and intro and ending cutscenes but in separate episodes since it would be too much for you in 1 video.

  • @kristyclarkson6609

    @kristyclarkson6609

    4 жыл бұрын

    "4:31" Everyone is using this to gain R$! 𝐫𝐨𝐛𝐮𝐱𝐞𝐚𝐫𝐧𝐞𝐫.𝐜𝐨𝐦 ඕනෑම කෙනෙකුට බොහෝ සම්පත් ලබා "7:33"

  • @sonicscripts

    @sonicscripts

    4 жыл бұрын

    @Orin Rudd I agree! I Hope he makes a skin shop because there is a store button on the menu

  • @msiio

    @msiio

    4 жыл бұрын

    @@kristyclarkson6609 how can you be so dumb before you get scammed

  • @kbpromotions

    @kbpromotions

    3 жыл бұрын

    @Sachqmax what?

  • @bunnyhopsquad7008
    @bunnyhopsquad70084 жыл бұрын

    This helps allot thank you

  • @HyperInsanityZ
    @HyperInsanityZ4 жыл бұрын

    Yay tysm for this tutorial :D

  • @SpinneyYT
    @SpinneyYT4 жыл бұрын

    Amazing series alvin, I appreciate all the dedication you put into these videos. You truly are one of the best!

  • @lunar5966
    @lunar59664 жыл бұрын

    You are my fav youtuber you always take time to explain every bit in the tutorials, keep up your good work!

  • @froze1x
    @froze1x4 жыл бұрын

    Thank you Alvin

  • @inquisitive240
    @inquisitive240 Жыл бұрын

    Lets be honest... Alvin is better than any Roblox scripting channel!

  • @ketkat5293
    @ketkat52934 жыл бұрын

    I Love Your Tutorials! They Are The Best!

  • @legacyexuberance
    @legacyexuberance4 жыл бұрын

    ayeeeee nice one

  • @ClearlyMiha
    @ClearlyMiha4 жыл бұрын

    Thank you so much!

  • @GasBLOX-The-Spy-Crab
    @GasBLOX-The-Spy-Crab4 жыл бұрын

    In a parallel universe, Alvin would be a machine

  • @juicymemes6220
    @juicymemes62204 жыл бұрын

    Thanks for inspiring me, I’m making a piggy inspired game at the moment

  • @apwlqqlqoqo6174
    @apwlqqlqoqo61744 жыл бұрын

    I have subscribe 5 min ago and now i have saw this new video ,lol

  • @Keepitlzy
    @Keepitlzy4 жыл бұрын

    I love you man big respect

  • @Sleigher
    @Sleigher4 жыл бұрын

    10:50 what does ‘while wait’ do and what’s the difference between that and a a while true loop

  • @nil7460
    @nil74604 жыл бұрын

    This is simply incredible - the effort, the outcome. Just incredible.

  • @aguywithnolife1512
    @aguywithnolife15124 жыл бұрын

    Me watching and making a game: What the other people hears: *Alvin talking normal* Me: *Start to hear chinese*

  • @kirklurkpu4470

    @kirklurkpu4470

    4 жыл бұрын

    Idk if that means you can't understand scripting loathsome terms, or racist. lol

  • @pigio9033

    @pigio9033

    3 жыл бұрын

    KirkLurkPU hes not really racist if he just hears a language

  • @DoveTheEpic
    @DoveTheEpic4 жыл бұрын

    Alvin. You really shaped who I am today. Now I make logos on the developer forum. Thank you bro 👊

  • @boloboluu
    @boloboluu4 жыл бұрын

    Thanks Alvin! This series has helped me so much and the other ones! Hopefully you make an advanced scripting tutorial after this series ends!

  • @AlvinBlox

    @AlvinBlox

    4 жыл бұрын

    Cheers, working on it!

  • @MrBristaLeg
    @MrBristaLeg4 жыл бұрын

    Great Video

  • @iWhisperASMR
    @iWhisperASMR3 жыл бұрын

    This is amazing quality.

  • @miguelfernandez8807
    @miguelfernandez88074 жыл бұрын

    Hello luv your videos! You are my favoite youtuber

  • @flxqra4107
    @flxqra41074 жыл бұрын

    Omg thx cool!!

  • @Dan-sm1pj
    @Dan-sm1pj4 жыл бұрын

    Piggy lookin bright Nice

  • @user-pe1bv9xw7q
    @user-pe1bv9xw7q4 жыл бұрын

    this series is rlly cool. after this series could you continue the hide and seek series as that was rlly fun too and it was nowhere near done

  • @koollewis257
    @koollewis2574 жыл бұрын

    im a beginner and im trying to make a boss fighting game your tutorials are really helping me alot! im also trying to make a game like car crushers and a tornado game

  • @popincheese1950
    @popincheese19504 жыл бұрын

    This helped me!

  • @jackuk2700
    @jackuk27004 жыл бұрын

    Keep on going mate! Your a scripting legend! I understand you have loads of comments coming in so you don’t have to reply I just wanted to give you some support

  • @zerodevz8800

    @zerodevz8800

    4 жыл бұрын

    Jack Uk he does read his comments so he probably will see this!

  • @jackuk2700

    @jackuk2700

    4 жыл бұрын

    ZeRo DevZ Yeah but to reply to them

  • @dacrazytigergamer3797

    @dacrazytigergamer3797

    4 жыл бұрын

    He replied to mine so don’t give up!

  • @AlvinBlox

    @AlvinBlox

    4 жыл бұрын

    I appreciate it!

  • @lutal5974
    @lutal59744 жыл бұрын

    YES

  • @bellaswipe295
    @bellaswipe2954 жыл бұрын

    Thank You!

  • @AlvinBlox

    @AlvinBlox

    4 жыл бұрын

    No, thank you for your support as a member Bella!

  • @malikw4925
    @malikw49254 жыл бұрын

    hey Alvin i have a question! why we use repeat --code stuff untill instead of repeat wait() --bla until?

  • @mostafa_0650
    @mostafa_06504 жыл бұрын

    i hate that when you work hard on video and not get 100k you deserve this | Thank you For your hard work you always help the beginners to learn Script You Real Roblox Master Script

  • @Tom-id3bk
    @Tom-id3bk4 жыл бұрын

    Hi is it alright if I change some stuff in here to make it my own

  • @Akeno-xj3er
    @Akeno-xj3er4 жыл бұрын

    Hi Alvin I just wanted to ask could you make a how to make skins GUI so when you press the button if you have payed robux or if you have payed in game money then the character will change

  • @ElvinHasBecameAWeeb
    @ElvinHasBecameAWeeb4 жыл бұрын

    For some reason after following this part, my timer for the round doesn’t work and just shows “Next Round Starts in 0s Seconds”

  • @Alan-xx8dz

    @Alan-xx8dz

    3 жыл бұрын

    It is because your character haven't loaded and the intermission reached 0.

  • @haarissadiq8761

    @haarissadiq8761

    3 жыл бұрын

    same, did you fix it?

  • @DerrickHammontree

    @DerrickHammontree

    3 жыл бұрын

    Did you find a fix?

  • @Spenorix
    @Spenorix4 жыл бұрын

    Nice tutorial

  • @kreativekendi4267
    @kreativekendi42674 жыл бұрын

    Hey Alvin, do you think you can help me with a script it is a script you did in a video before?

  • @kennethkline7702
    @kennethkline77024 жыл бұрын

    Lookin good

  • @iscriptfast
    @iscriptfast4 жыл бұрын

    Alvin, are you also gonna teach us how to make the piggy bot? Like teach us how to script the AI?

  • @leonardk.i.5821
    @leonardk.i.58214 жыл бұрын

    Oi Alvin love ur content also after this piggy game can u guide us on a first person shooter please? And if it’s against KZread and you’ll get demonetized if u do, don’t do it

  • @alexmdm1101
    @alexmdm11014 жыл бұрын

    Thank you so much alvinblox! One day I might do a subscription

  • @jqy_j23
    @jqy_j234 жыл бұрын

    Exciting.

  • @zerodevz8800

    @zerodevz8800

    4 жыл бұрын

    jjlovebunny23 indeed

  • @KnownAsReal
    @KnownAsReal4 жыл бұрын

    yay next part

  • @olandadley6193
    @olandadley61934 жыл бұрын

    Hey, I know currently that you're doing this "How To Make" series, but I haven't found any tutorials on Duel Sword Fight games. For instance Custom Duels, Auto Duels etc. I'm not sure whether you'll do this or not but thank you!

  • @char1ieizkewl
    @char1ieizkewl4 жыл бұрын

    now swarms of Piggy games are going to come, thanks Alvin totally

  • @6blocky427
    @6blocky4274 жыл бұрын

    I like the map!

  • @saferthanever
    @saferthanever4 жыл бұрын

    Are you going to make a intermission gui after you clicked play with there you vote and that stuff????

  • @neomasterbuildertv2479
    @neomasterbuildertv24794 жыл бұрын

    Hi Alvin! Can people use these scripts and stuff to make games like: Nooby and that kind of stuff?

  • @kirklurkpu4470

    @kirklurkpu4470

    4 жыл бұрын

    Yep. Pretty much the concept and ideas combined here can be put together to your liking.

  • @flaed
    @flaed4 жыл бұрын

    OH YEAH ANOTHA ONE

  • @axellcyz9594
    @axellcyz95944 жыл бұрын

    I love your videos

  • @zerodevz8800

    @zerodevz8800

    4 жыл бұрын

    Axell TMG dont we all

  • @786simple
    @786simple4 жыл бұрын

    Alvinblox your Piggy series has been BOOMING I got the source code of the game and upgraded it and guess what after 2 days it has 350 VISITS! THAT IS A LOTT FOR ME! edit: Change the game massively but kept the basis and now have 1.25 million visits

  • @dacrazytigergamer3797

    @dacrazytigergamer3797

    4 жыл бұрын

    What’s you roblox name and game called. I wanna check it out

  • @wayne1329

    @wayne1329

    4 жыл бұрын

    @MasterOx23 what is the game? could you uncopylock it for me

  • @786simple

    @786simple

    4 жыл бұрын

    @@dacrazytigergamer3797 My username is : Coolamaan12345678

  • @adammatoug3511
    @adammatoug35114 жыл бұрын

    Early :D

  • @zerodevz8800

    @zerodevz8800

    4 жыл бұрын

    You are indeed early

  • @goprogopro9943
    @goprogopro99434 жыл бұрын

    are you doing the egg hunt tutorial again after this series done?

  • @footballgoat9444
    @footballgoat94444 жыл бұрын

    Alvin if you need any video ideas, here are some :) Vip Gamepass (Gives Vip Car, Special house, 1000 coins and a vip chat tag) Starter Pack Gamepass (Gives Starter Home, Basic Car and 500 coins) Better Daily Reward System (Has like $10 first day then it increases by $10 each day and on the tenth day it has a car or something like that) Furniture Placement System Pets and Hatching System Game Live Events (Like the ones from Jailbreak) Job System (Cashier, Police Officer, Office Worker and Robber) Buyable House (Click on a sign or something that says "Buy House For $3000" ) And something to add to the house plot idea when you buy the house plot a gui pops up that allows you to spawn a house and their are different types of houses to pick from If you dont wanna make these things its A ok! Cause I know your videos will be 100x greater than the ideas up there! Thanks Alvin For The Great Videos And The Amazing Effort You Put Into Your Videos! Its hard making daily content for people about something that isn't so easy and being expected to be the best at it

  • @Hamadyst
    @Hamadyst4 жыл бұрын

    OMG THANKS I WILL DO THIS

  • @jerrclown
    @jerrclown4 жыл бұрын

    can you add the premium membership or any use in app purchase?

  • @BusyEra.
    @BusyEra.4 жыл бұрын

    Nice

  • @dacrazytigergamer3797
    @dacrazytigergamer37974 жыл бұрын

    I am a member of the channel now!

  • @AlvinBlox

    @AlvinBlox

    4 жыл бұрын

    Awesome, welcome mate! Hope you enjoy it and find good value in it :)

  • @dacrazytigergamer3797

    @dacrazytigergamer3797

    4 жыл бұрын

    Thanks! The thing is I’m gonna have to buy it again because I got it on this account and I use iPad and it doesn’t let me see community posts. So I’m going to buy it again today in another account.

  • @dacrazytigergamer3797

    @dacrazytigergamer3797

    4 жыл бұрын

    AlvinBlox so yeah I’m buying 10 dollars for the piggy game lol

  • @BlueDoggy
    @BlueDoggy4 жыл бұрын

    I am watching this *but I am not planning to make a game like piggy* , I am planning to make *an escape map game* . The keys and doors works for me so I watch this! btw one day I watch this vid and my mom is sitting next to me, minding her own business, and after watching this vid, I watch your older vids ( with your young little cute voice ), and then my mom ask me *is this the same guy?* , and I answered yes. she's like: *OMG* ( hope you get this )

  • @_bajeet5907
    @_bajeet59074 жыл бұрын

    I LoVE U ALVIN THANJ U

  • @OskarasGal
    @OskarasGal4 жыл бұрын

    Hello, Alvin! Im really looking into developing. But like a border stops me from doing that, I was planning to code with unity but my bit system is 32x and it cant play it, i can only program trough scratch visual scripting but i realised that roblox and unity is more optional coding program to code with. But the problem is i dont know how to script with roblox and unity, this what makes me a little sad. Can you tell me what programming language does roblox use? And is it basic to learn this language ,about how much time?

  • @Ridisculed

    @Ridisculed

    4 жыл бұрын

    ROBLOX is actually a really great thing to code with. It provides so many possibilities. So yes, I recommend you program with Roblox. To answer your question, *Roblox Lua* The programming language used on Roblox is called "Roblox Lua", a dialect of the lightweight, easy-to-learn language Lua. Once you get the basics over with, it's pretty much just a experiment until you get what you desire.

  • @CatalystGP
    @CatalystGP4 жыл бұрын

    I'm to lazy to do this myself so im planning on becoming a channel member then cancelling it so i can get the download file

  • @robloxia15u
    @robloxia15u4 жыл бұрын

    AlvinBlox is the smartest roblox youtuber i have ever seen

  • @ethan_brawlstars6214
    @ethan_brawlstars62144 жыл бұрын

    @AlvinBlox why doesn't my status bar work when round ends?

  • @DaGriefer
    @DaGriefer2 жыл бұрын

    Your not a human. Your a god

  • @matedii19
    @matedii194 жыл бұрын

    GameInProgress is need to be bool or string value? But this dont work in my game

  • @marcuskingston2390
    @marcuskingston23904 жыл бұрын

    Yessssssss Alvin

  • @shioriiiiiiii
    @shioriiiiiiii4 жыл бұрын

    First

  • @lutal5974

    @lutal5974

    4 жыл бұрын

    no

  • @devilsmaycry81
    @devilsmaycry813 жыл бұрын

    Hi Alvin, I try to test the first part, but outcomes left / died spawns only when a player left and not if reset. There is a wrong setting in studio?

  • @kevinplays8812

    @kevinplays8812

    3 жыл бұрын

    I had the same problem but if you take a closer look into it it would work

  • @chikingowastaken1121
    @chikingowastaken11213 жыл бұрын

    so if there is only one person in the game it wont countdown right?

  • @JR6969
    @JR69694 жыл бұрын

    idk if i messed smth up but when the game starts and a player is in the menu it adds a contestant value and then when they press play it adds another (fixed)

  • @TalkySteak
    @TalkySteak3 жыл бұрын

    Hello, in your video you mention that you have a video teaching how to make the stun script, piggy model, and crossbow from scratch. However, I do not see it in the description. Where are those videos posted? Thanks!

Келесі