Add if expression support to the compiler#202
Add if expression support to the compiler#202toxamin wants to merge 1 commit intoprometheus-lua:masterfrom
Conversation
|
local UIS = game:GetService("UserInputService") local char = player.Character or player.CharacterAdded:Wait() local flyBtn = script.Parent.FlyButton local flying = false local alignOri, alignPos -- activar / desactivar vuelo end flyBtn.MouseButton1Click:Connect(toggleFly) -- móvil ⬆️⬇️ downBtn.MouseButton1Down:Connect(function() -- PC controles end) |
No description provided.