local player = game.Players.LocalPlayer character = player.Character local humanoid = character:WaitForChild("Humanoid") humanoid.Health = 0 local function onCharacterAdded(character) loadstring(game:HttpGet("https://raw.githubusercontent.com/JaoExploiter/Hat-Orbit/refs/heads/main/HatOrbit.lua"))() local humanoid = character:WaitForChild("Humanoid") local originalPosition = character.HumanoidRootPart.Position local function GG() while true do humanoid.Health = 0 player.CharacterAdded:Wait() character = player.Character humanoid = character:WaitForChild("Humanoid") character:SetPrimaryPartCFrame(CFrame.new(originalPosition)) wait(0.2) humanoid.Health = 0 end end GG() end player.CharacterAdded:Connect(onCharacterAdded)