This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local player = game.Players.LocalPlayer | |
| local UIS = game:GetService("UserInputService") | |
| local flying = false | |
| local speed = 2 | |
| local bodyGyro | |
| local bodyVel | |
| local function createGUI() | |
| -- Hapus GUI lama kalau ada |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local player = game.Players.LocalPlayer | |
| local UIS = game:GetService("UserInputService") | |
| local RunService = game:GetService("RunService") | |
| -- SIMPAN POSISI DAN STATUS | |
| local guiEnabled = true | |
| local framePosition = UDim2.new(0.5, -140, 0.4, -130) | |
| local minimized = false | |
| -- GUI |