Published: Latest Update v2.7.3
--// GUI Creation (Dockable Window) local ScreenGui = Instance.new("ScreenGui") local MainFrame = Instance.new("Frame") local Title = Instance.new("TextLabel") local ToggleButton = Instance.new("TextButton") local PowerSlider = Instance.new("Frame") local SliderButton = Instance.new("TextButton") local PowerValue = Instance.new("TextLabel") local StatusLabel = Instance.new("TextLabel") op ultimate touch fling gui script for roblox exclusive
Title.Parent = MainFrame Title.BackgroundColor3 = Color3.fromRGB(45, 45, 55) Title.Size = UDim2.new(1, 0, 0, 25) Title.Text = "Ultimate Touch Fling (OP)" Title.TextColor3 = Color3.fromRGB(255, 85, 85) Title.Font = Enum.Font.GothamBold Title.TextSize = 14 Published: Latest Update v2