
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
31.07.2023
8:37
thanks
it says bas in script 13 isn't right
GUYS if the raceSection isn't showing up its cause you didnt make the folder map and the folder inside of map race
@DevBlox I dont see the waitforchild auto correct will it still work?
doesn't work for me😐
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!!
take the L
Does anyone know how to make it so it gets longer every time
help I copied the script and doubled check that everything was right and it was but it only spawn 1 bit and is grey
weird how i cant find the racing thing
The map like the spawn area is too big I’m soooooo small
the best way it was but do not make any small mistake it would make your whole work wrong
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.
idk what i did wrong but it doesnt work?
When I made it it cloned itself not in a straight line 😊
Bro I'm new to making stuff I think you should explain how u do stuff more.
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
DOESNT WORK HELP PLS
I think i have a big problem if i spawn i will start flying and gonna die 😭😂
When i spawn the Place That You Spawn In Just Falls What Fo I Do With that
umm i tried but you had more buttons in the studio than i had
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.)
everytime test it it keeps sayign base is not a valid member of Model "Workspace.map.race.raceSection"
tutorial on how to make color race pleaseeee
It doesnt work for me can someone help me?
it didnt work for me
Oh my gosh this helps so much I’m going to subscribe keep it up 😊
why is it when i load in im in the box but the actual race area isent there?
2:45 BRB!
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
somewhere in the code he entered oldZpostion and that is not how you spell position
when i did it there was only 1 and it just kep changing colors how do i fix it?
its not working for me
when i join the tracks just fall
how for me it fols why pls hlep @devblox
Oh my god a full playlist. Thank you for making this, I can finally start creating on Roblox Studio. Thank you so much
Balls 😂
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"
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).
is it possible to copy your code for the description?
does anyone have a fix to how my raceSection disappeared when i put it in replicated storage?
i got problem when i finish
script and i test the parts falls down
My map falls down
Thanks i will try i wanted to make a game slide clicker
I cant See the colors idk why 😢
I cant See the colors idk why 😢
I cant See the colors idk why 😢
Yo my track isn't replicating, I've made sure the race section orgin is at 0,0,0
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
help its not working