if player.Character:FindFirstChild("Humanoid") then local humanoid = player.Character.Humanoid humanoid.PlatformStand = not humanoid.PlatformStand humanoid.Sit = not humanoid.Sit if ...
-- Criação da GUI local screenGui = Instance.new("ScreenGui", player:WaitForChild("PlayerGui")) screenGui.Name = "FlyControlGui" -- Frame acima do botão local ...