Jan 2nd, 2020
How To Fly In Roblox Iron Man Simulator On Mobile
Never
How To Fly In Roblox Iron Man Simulator On Phone
Adding onto this, holding q for 3-5 seconds sends the suit faster, and doing the same right after pressing x and choosing a suit (before the other is destroyed) let's you get a suit without the cooldown.
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- -- Instances:
- local fly = Instance.new('ScreenGui')
- local backgroundtitle = Instance.new('TextLabel')
- local title = Instance.new('TextLabel')
- local flybutton = Instance.new('TextButton')
- --Properties:
- fly.Name = 'fly'
- fly.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- epic.Name = 'epic'
- epic.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- epic.Position = UDim2.new(0.0911376476, 0, 0.466830462, 0)
- epic.Active = true
- backgroundtitle.Parent = epic
- backgroundtitle.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- backgroundtitle.Font = Enum.Font.SciFi
- backgroundtitle.TextColor3 = Color3.fromRGB(0, 0, 0)
- backgroundtitle.TextSize = 14.000
- creator.Parent = epic
- creator.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- creator.Position = UDim2.new(0.00442049652, 0, 0.762519121, 0)
- creator.Font = Enum.Font.SourceSans
- creator.TextColor3 = Color3.fromRGB(0, 0, 0)
- creator.TextSize = 14.000
- title.Parent = epic
- title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- title.Position = UDim2.new(0.0497237556, 0, 0, 0)
- title.Font = Enum.Font.SciFi
- title.TextColor3 = Color3.fromRGB(0, 0, 0)
- title.TextSize = 14.000
- close.Parent = epic
- close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- close.Size = UDim2.new(0, 43, 0, 43)
- close.Text = 'X'
- close.TextScaled = true
- close.TextWrapped = true
- epic.Visible = false
- flybutton.Parent = epic
- flybutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- flybutton.Position = UDim2.new(0.243093923, 0, 0.344781578, 0)
- flybutton.Font = Enum.Font.SourceSans
- flybutton.TextColor3 = Color3.fromRGB(0, 0, 0)
- flybutton.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://pastebin.com/raw/7rXZ9VNc', true))()
- flybutton.TextSize = 10.000
RAW Paste Data