
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
22.11.2022
⭐Join my Patreon: https://www.patreon.com/DevBlox⭐
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)
make sure that line 30: local script is humanoid:UnquipTools()
Can you make a pet system
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)
it doesnt work and it disabled my barrier too
Nicee
day 5 of asking for a complete pet system!
Successful Project!)
Thanks for tutorial can you make it faster please
hi
yeah next part 👍💯 thank you
How many of you guys completed it till part 7 and its works.I completed it till part 7 and it works for me.
Can you do a game tutorial, like Evade i mean like how to make a game like evade or shrek in the backrooms??
part 8 pls
Asking for a speedometer please
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.
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
Equiptool is not a valid member of Humanoid "Workspace.Vous123asd.Humanoid"
How to fix it ?