Nuacht

-- Find the player and the tool local player = game:GetService("Players").LocalPlayer local toolName = "F3X" local tool = player.Backpack:FindFirstChild(toolName) -- Wait for the player's character to ...