Channel | Publish Date | Thumbnail & View Count | Actions |
---|---|---|---|
| 2024-01-01 08:00:00 | ![]() 1,305,294 Views |
(Expand Description for Scripts!)
By the end of this video, you should have a completely functioning game where you can make Robux and play with your friends!
Make sure to subscribe if this video helps you, and enjoy!
Discord Server: https://discord.gg/2b6PDk7BAP
Patreon: https://www.patreon.com/CodeBro29
MERCH: https://codebro29-official-merch.creator-spring.com
Scripts -[
1️⃣ Checkpoint Script:
script.Parent.Touched:Connect(function(hit)
if game.Players:FindFirstChild(hit.Parent.Name) then
local plr = game.Players:FindFirstChild(hit.Parent.Name)
if plr:FindFirstChild(/”leaderstats/”) and plr.leaderstats:FindFirstChild(/”Stage/”) then
plr.leaderstats.Stage.Value = script.Parent.Stage.Value
end
end
end)
2️⃣ Leaderstats Script:
game.Players.PlayerAdded:Connect(function(plr)
local l = Instance.new(/”Folder/
Please take the opportunity to connect and share this video with your friends and family if you find it useful.