local args = { [1] = "[Start]", [2] = 1 } workspace:WaitForChild("Npcs"):WaitForChild("Scarecrow"):WaitForChild("TalkPart"):WaitForChild("Interact"):FireServer(unpack(args)) local player = game.Players.LocalPlayer local humanoidRootPart = player.Character.HumanoidRootPart local humanoid = player.Character:WaitForChild("Humanoid") local targetPosition = humanoidRootPart.Position - Vector3.new(0, 4, 0) humanoidRootPart.CFrame = CFrame.new(targetPosition) humanoid.PlatformStand = true humanoidRootPart.Anchored = true wait(125) humanoid.PlatformStand = false humanoidRootPart.Anchored = false