How To Make a RACE CLICKER Game On Roblox - Part 1 - androidgamestore.net

How To Make a RACE CLICKER Game On Roblox – Part 1

DevBlox
Views: 63191
Like: 1097
In this video I will show you how to make a Race Clicker game on Roblox!

join my patreon:

Check out my website for Roblox codes!

My video of working roblox promo codes:

Check out my website for game guides (including Roblox):
Where I find roblox codes:

Support the channel:

👇Roblox Info👇
💎Roblox Group:
⭐Roblox Profile:

👇Social Medias👇
📢discord server:
🐦twitter:

🌟Channel Members🌟
Barbara Bohanan, Victoria Gapuzan, Albin Ridderstedt, faiz, xXYisus GamepleysXx, DJWITHXHEGIDSSS S, Donal Ryan, Josh Martinez, Yosliya Banu, Marlon Cardenas, 김여진, Mike Brown, Nicole Silva, Scott Price, Kyier Jose, Edis Aljukić, kitty reacts, vania

How To Make A Raise A… Game On Roblox – Part 13 (2022) | Like RAISE A FLOPPA!

Got something to share with me? Go here:

#Roblox #RobloxStudio

138 Comments

  1. GUYS if the raceSection isn't showing up its cause you didnt make the folder map and the folder inside of map race

  2. @DevBlox I dont see the waitforchild auto correct will it still work?

  3. omg its so hars fake i tried and u have a mod pack so shut bro u dont say us all so SHUT THE F UP WITH UR F VIDEOS!!

  4. Does anyone know how to make it so it gets longer every time

  5. help I copied the script and doubled check that everything was right and it was but it only spawn 1 bit and is grey

  6. The map like the spawn area is too big I’m soooooo small

  7. the best way it was but do not make any small mistake it would make your whole work wrong

  8. If your race track is not replicating as expected, it's probably because the original creation location is not the same as in the video. Try relocating it on the opposite side of the spawn platform, this is what I had to do with my son's project. I also needed to change the x,y,z coordinates order in the code.

  9. When I made it it cloned itself not in a straight line 😊

  10. Bro I'm new to making stuff I think you should explain how u do stuff more.

  11. local replicatedStorage = game:GetService("ReplicatedStorage")

    local raceSection = replicatedStorage:WaitForChild("RaceSection")

    local map = workspace:WaitForChild("map")

    local race = map:WaitForChild("race")

    local stages = 0

    local oldXPosition = 0

    while stages < 1000 do

    wait()

    local newSection = raceSection:Clone()

    newSection.Parent = race

    newSection.base.BrickColor = BrickColor.Random()

    local newXPosition = oldXPosition

    for i, child in pairs(newSection:GetChildren()) do

    child.Position = child.Position + Vector3.new(newXPosition,0,0)

    end

    oldXPosition = oldXPosition + 1000

    stages = stages + 1

    end

    –fixed script if it isnt generating a straight line

  12. I think i have a big problem if i spawn i will start flying and gonna die 😭😂

  13. When i spawn the Place That You Spawn In Just Falls What Fo I Do With that

  14. umm i tried but you had more buttons in the studio than i had

  15. Hey Gaming Dan! I'm very new to coding. I don't know why, but if I write the code it works but the platform don't spawn length wise they spawn side by side (I'm sorry for the bad english, I suck at it.)

  16. everytime test it it keeps sayign base is not a valid member of Model "Workspace.map.race.raceSection"

  17. tutorial on how to make color race pleaseeee

  18. Oh my gosh this helps so much I’m going to subscribe keep it up 😊

  19. why is it when i load in im in the box but the actual race area isent there?

  20. nah i can't i tought i did everything ok but when i tried the game there was litteraly nothing exept that one lil block that u spawn on bruh

  21. somewhere in the code he entered oldZpostion and that is not how you spell position

  22. when i did it there was only 1 and it just kep changing colors how do i fix it?

  23. its not working for me
    when i join the tracks just fall

  24. how for me it fols why pls hlep @devblox

  25. Oh my god a full playlist. Thank you for making this, I can finally start creating on Roblox Studio. Thank you so much

  26. it only spawned once here is what it said in the output "12:57:44.180 position is not a valid member of Part "Workspace.Map.Race.RaceSection.Base" – Server – MapGenerator:16"

  27. For those whose "raceSection" part isn't loading after entering the script and playing, double check the anchored on. The base and parts, make sure it is on cuz each time you exit player mode it goes off ( this was the case for me).

  28. is it possible to copy your code for the description?

  29. does anyone have a fix to how my raceSection disappeared when i put it in replicated storage?

  30. i got problem when i finish
    script and i test the parts falls down

  31. Thanks i will try i wanted to make a game slide clicker

  32. Yo my track isn't replicating, I've made sure the race section orgin is at 0,0,0

  33. local replicatedStorage = game:GetService("ReplicatedStorage")

    local raceSection = replicatedStorage:WaitForChild("raceSection")

    local map = workspace:WaitForChild("map")

    local race = map:WaitForChild("race")

    local stages = 0

    local oldZPosition = 0

    while stages < 1000 do

    wait()

    local newSection = raceSection:Clone()

    newSection.Parent = race

    newSection.base.BrickColor = BrickColor.random()

    local newZPosition = oldZPosition

    for i, child in pairs(newSection:GetChildren()) do

    child.Position = child.Position + Vector3.new(0,0,newZPosition)

    end

    oldZPosition = oldZPosition + 1000

    stages = stages + 1

    end

Leave a Reply

Your email address will not be published.