Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

How do i make a checkpoint for my speed run game?

Asked by 5 years ago

I am currently working on a speed run game, and have had many requests to make checkpoints, I have searched for a long time with no avail, I need help.

Thanks, BoringTrex

0
local spawn = script.Parent spawn.Touched:connect(function(hit) if hit and hit.Parent and hit.Parent:FindFirstChild("Humanoid") then local player = game.Players:GetPlayerFromCharacter(hit.Parent) local checkpointData = game.ServerStorage:FindFirstChild("CheckpointData") if not checkpointData then checkpointData = Instance.new("Model", game.ServerStorage) checkpointData.Name = "Checkpo noobproplayz1 -1 — 5y

1 answer

Log in to vote
1
Answered by 5 years ago

ROBLOX's obby template has a checkpoint model. You can also use the Team's and Spawn Locations by going into a Spawn Locations properties, checking off neutral, changing it's Team Color to the Color of your made team and check Change team on touch.

0
Thank you, And thanks for relying so fast. BoringTrex 0 — 5y
0
No problem. Asytrion 11 — 5y
Ad

Answer this question