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

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

DevBlox
Views: 3856
Like: 81
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 RACE CLICKER Game On Roblox – Part 7

Got something to share with me? Go here:

#Roblox #RobloxStudio

19 Comments

  1. Hi! Can anyone help me? I was working a script, But then when I play tested, It didn't work, I opened the output, And no errors was there. – The glitch I am having is that the tool is not equipping, Can you spot the error? :

    local player = game:GetService("Players").LocalPlayer

    local character = player.Character

    if not character or not character.Parent then

    character = player.CharacterAdded:Wait()

    end

    local replicatedStorage = game:GetService("ReplicatedStorage")

    local values = replicatedStorage:WaitForChild("values")

    local canClick = values:WaitForChild("canClick")

    local timerToClick = replicatedStorage:WaitForChild("timeToClick")

    local humanoid = character:WaitForChild("Humanoid")

    local tool = script.Parent

    if canClick.Value == true then

    humanoid:EquipTool(tool)

    local character

    tool.Equipped:Connect(function()

    character = tool.Parent

    end)

    end

    timerToClick.OnClientEvent:Connect(function(available)

    if available == true then

    humanoid:EquipTool(tool)

    local character

    tool.Equipped:Connect(function()

    character = tool.Parent

    end)

    elseif available == false then

    humanoid:UnequipTools()

    end

    end)

  2. make sure that line 30: local script is humanoid:UnquipTools()

  3. if you have the equipped error heres the script you should use instead

    local player = game:GetService("Players").LocalPlayer

    local character = player.Character

    local StarterPack = game:GetService("StarterPack")

    local tool = StarterPack:WaitForChild("Tool")

    if not character or not character.Parent then

    character = player.CharacterAdded:Wait()

    end

    local replicatedStorage = game:GetService("ReplicatedStorage")

    local values = replicatedStorage:WaitForChild("values")

    local canClick = values:WaitForChild("canClick")

    local timeToClick = replicatedStorage:WaitForChild("timeToClick")

    local humanoid = character:WaitForChild("Humanoid")

    if canClick.Value == true then

    humanoid:EquipTool(tool)

    local character

    tool.Equipped:Connect(function()

    character = tool.Parent

    end)

    end

    timeToClick.OnClientEvent:Connect(function(available)

    if available == true then

    humanoid:EquipTool(tool)

    local character

    tool.Equipped:Connecct(function()

    character = tool.Parent

    end)

    elseif available == false then

    humanoid:UnequipTools()

    end

    end)

  4. it doesnt work and it disabled my barrier too

  5. Thanks for tutorial can you make it faster please

  6. How many of you guys completed it till part 7 and its works.I completed it till part 7 and it works for me.

  7. Can you do a game tutorial, like Evade i mean like how to make a game like evade or shrek in the backrooms??

  8. I think that many would like to see in your guide how to make pets that add speed, and below the player counter where it shows the location of the player on the field.

  9. idk dude almost all parts of this series dont work for me idk dude i just do everything just like you i check every script literally everything and its just wrong idk

  10. Equiptool is not a valid member of Humanoid "Workspace.Vous123asd.Humanoid"

    How to fix it ?

Leave a Reply

Your email address will not be published.