local player = game.Players.LocalPlayer local character = player.Character or player.CharacterAdded:Wait() local humanoidRootPart = character:WaitForChild("HumanoidRootPart") local speedrunStart = workspace:WaitForChild("SpeedrunStart") local speedrunEnd = workspace:WaitForChild("SpeedrunEnd") firetouchinterest(humanoidRootPart, speedrunStart, 0) firetouchinterest(humanoidRootPart, speedrunStart, 1) firetouchinterest(humanoidRootPart, speedrunEnd, 0) firetouchinterest(humanoidRootPart, speedrunEnd, 1)